Formula Errors in Excel

If you are a person who use Excel a lot, you might have encountered with these Error Codes like #DIV/0!, #NAME?, #N/A, etc. Each of these error codes tell us something. It gives us information on how to troubleshoot an incorrect formula. Following are the most common Error codes in Excel and this blog post…

Different ways to Create an Excel Table

There are at least 4 different ways to create Excel Tables and they are… Using Shortcuts CTRL + T is the most used Keyboard Shortcut for creating Excel Tables. But there is one more shortcut for the same and that is CTRL +L Select a cell in the data range > Press CTRL + T…

Import Facebook Friends list into Excel

How to import Facebook Friends List to Excel is one of my most watched YouTube videos. In this blog post I will explain this technique step by step, for those whose prefer reading over video lectures. Facebook has an information section, where we can View or Download all those data related to our Facebook Account.…

Passing a Parameter in Power Query

When we transform data using Power Query, every Transformation Step is recorded as an M Code. And most of the time, values got hard coded in these codes. The problem with Hard coding is, when the user decides to change the input data, the Source code (Query in this case) also should be modified accordingly.…

Change Letter Case using Power Query

Like the UPPER, LOWER and PROPER functions we can also use Power Query to convert letters cases. Following is a list of names/words that are written with a combination of upper and lower case letters. To convert these words into UPPER, LOWER or PROPER cases using Power Query, Select a cell in the data set…

Add an Index Column using Power Query

In this blog post, I am explaining an easy method to add a new column to a data set which contains Automatically updating Serial Numbers. Following is the data set to which I want to add a new column of Serial Numbers. To add a column of Automatically Updating Serial Numbers to this data, Select…

Remove Duplicates using Power Query in Excel

Like the Remove Duplicates feature in Excel, Power Query also can be used to remove duplicates from a data set. But, why should we use Power Query to get rid of the Duplicates? Here is why . . . Following is a sample sales data containing duplicate records (The records with arrows against them). Now,…