
Using the Comparison of Two Columns For Exact Row Match would not work as you need to have the exact match to get the correct result. You may have a dataset that has two columns with minor in their names differences. Example: Partial Pull of the Matching Data Whenever you have a couple of datasets and want to have the items of one list compared with the other and get the matching data point, you need to use the lookup formulas. Use Vlookup to Compare Two Columns with Matching Data Pulled Please note that instead of the VLOOKUP, we prefer using the combination of MATCH/INDEX or the Match function as it is more powerful and flexible. You can also do the same by using the MATCH function Whenever you want to get the list of every name that doesn’t have a match, you can have the result column filtered to get all of the cells with TRUE. The function ISERROR will return FALSE if there is no error and TRUE if the is an error in the VLOOKUP result. The names that will give the #N/A error are those that are unavailable in Column B. It will provide the name from column B or return the #N/A error whenever it is available. With this formula, the VLOOKUP function is used so you can check if the company name in A is also in the B column or not. Use this VLOOKUP formula if you want to do this: Whenever you want to know if a data point present in a list is in another list, you will have to use the lookup formulas.Īssume that you have this dataset and you want to know which companies are present in the A column but are unavailable in column B.

Look for Missing Data Points and Compare the Two Columns Take note that the duplicate rule of Conditional Formatting is not case sensitive.īecause of that, ‘banana’ and ‘Banana’ are considered the same that they’ll get highlighted as duplicates. With these steps, you will get the result that is shown here: Check out the dialog box of Duplicate Values and make sure to select ‘Duplicate.’.Check out the Styles group and then click on the option’ Conditional Formatting.’.Whenever you want to have every matching company name highlighted, you can do this through conditional formatting. Some of the names are present in both lists, but they are not found in the same row. Take note that column A has a list that is bigger compared to column B. However, they may not be present in the same row. Whenever there are matches, you may often get datasets. Example: Have Matching Data Highlighted and Two Columns Compared Highlighted here is every cell that includes the name that the other list doesn’t have. It will provide you with the result that is shown here. Specify the formatting to have the differences highlighted.


The method that you must use would depend on the information structure and what the user would want to get from it.įor instance, you may want to have a couple of columns compared and look for or highlight every matching data point in both columns. Often, people ask how they can use Vlookup to Compare Two Columns in Excel. Ways You Can Use Vlookup to Compare Two Columns for differences and matches
