Data storing can take place in many format in Microsoft Excel. One of the well known format is XLS or XLSX format, popularly know as Excel format. It is easier to import CSV file in python as discussed in the

Read More

Sum remains one of the most used function in Excel. Many a time there is a need to do summation with multiple criteria’s. In case there are more than one condition requiring check for summation, SUMIFS is the go to

Read More

Python has become an important coding language in Data Science domain. There is high interest among students and professionals in learning python. To learn python, its best to have it installed in personal laptop. But installation can be a complicated

Read More

Vlookup function remains one of the most widely used function in Microsoft excel. The function helps to bring data from another table to primary table, or lookup data from secondary table to primary table. This function works by looking up

Read More