

- #COMPARE TWO COLUMNS IN EXCEL AND FIND MATCHES USING VLOOKUP INSTALL#
- #COMPARE TWO COLUMNS IN EXCEL AND FIND MATCHES USING VLOOKUP TRIAL#

VLOOKUP (lookup_value, table_array, col_index_num, ), where In this case, you need to arrange data so that you can check it from the right and have a return value after comparing. You can use the VLOOKUP function if you want to find data in a table or a range of rows. The approach can give a No Match result even for matching data with slight formatting differences. Press Enter and the formula will show up in the formula cell.Ĥ. Go to the third column next to the data you want to compare, like in the first approach, and write this modified formula:Ģ. It also ignores formatting differences, hence a reason why it is case-sensitive. The EXACT function in this approach compares two data and returns TRUE values if they are the same and FALSE values if they are different. The formula will give a Match result for columns with similar data and No Match for different data. Use the Fill Handle (+) icon to drag the formula to other cells.Ĥ. Press Enter and the formula will display in the formula cell.ģ. Write this formula in cell D5, or in the third column next to the data you want to compare.Ģ. In this case, you can follow these steps ġ. You can use this approach if you consider data in two columns the same. To use the combination of IF and EXACT functions to compare two columns, we can, therefore, use two approaches as discussed below. Value-if-false is the value you want to return if the logical test is FALSE. Value-if-true is the value you want to return if the logical test is TRUE. Logical-test is your desired condition you want to test. IF (logical_test, value_if_true, ), where Hence, the IF formula can give two results where the first result is if your comparison is True and the second result is if your comparison is False. The IF function in this method allows you to compare a value and your desire logically. Option 5: Combining IF And EXACT Functions Autofill the formula to the rest of the cells Enter the table references and click OK.ĥ. A formula helper window opens which allows you to enter the table array, Lookup value, and the corresponding column with the return values.Ĥ. Click on Kutools, select the formulas tab then click Look for a value in the list.ģ.
#COMPARE TWO COLUMNS IN EXCEL AND FIND MATCHES USING VLOOKUP INSTALL#
Once you install the add-in to your excel workbook, put your cursor on the cell where the value is to be returned.Ģ.
#COMPARE TWO COLUMNS IN EXCEL AND FIND MATCHES USING VLOOKUP TRIAL#
You can download a free trial Kutools add-in and use it to compare two columns and return the value in a third column.ġ. Use the fill handle to drag the formula to the rest of the cells you want to match.

Using the same example, compare the projects in columns A and D and if a match is found, return the corresponding name in column B. You can pull the matching content from one column to another using the Index and match formulas only. In the above formulas, cell D2 is the criteria cell that returns a value based on column cells A2:A20 which is to be compared with and return the matching value from data range A2:B20.

Copy the formula to the rest of the cells using the Autofill feature or drag the fill handle down to the cells you want to copy the formula.ġ. Press ENTER key to get the matching content on the E2.Ĥ.
