PDF download Download Article PDF download Download Article

Excel remains one of the most powerful tools in the Microsoft Office Suite, but it can be understandably daunting as well. Fortunately, we have broken down one of Excel's most essential features into just a few simple steps. This wikiHow article will teach you how to find matching values in two columns in Excel.

Method 1
Method 1 of 3:

Using Conditional Formatting

PDF download Download Article
  1. Using conditional formatting in Excel will allow you to automatically highlight any matching values across multiple columns. Click and drag your mouse over the columns you would like to compare. [1]
    • If the two columns are not side by side, simply hold down Ctrl and select whichever columns you need.
  2. This will open up a drop-down menu with various additional options. [2]
    Advertisement
  3. This setting tells Excel that you want your conditional formatting to detect values that are duplicated (i.e., match) across your selected columns. [3]
  4. After selecting your conditional formatting settings, Excel will show you a pop-up window. Ensure the window reads Duplicate in the left-hand box, and click "OK."
    • The other box in the pop-up window allows you to change the colors Excel uses to indicate duplicates. The default is "Light Red Fill with Dark Red Text", but you may choose whichever you prefer.
  5. Excel will now highlight any duplicates with the formatting you chose in the previous pop-up box. Look for this colored formatting and identify any matches.
    • Using conditional formatting to find matching values is a handy way to find matches that may not be in the same row.
  6. Advertisement
Method 2
Method 2 of 3:

Using VLOOKUP

PDF download Download Article
  1. The VLOOKUP function involves using a specific formula to find matching values. You'll need a third column to input the formula and display any matches.
  2. Assuming your data begins from the top-left corner of your spreadsheet, the formula is as follows: =VLOOKUP(B1,$A$1:$A$17,1,FALSE) . [4]
    • The "17" in the formula indicates 17 rows of data. Change the number to fit however many rows of data you have.
    • The "FALSE" value at the end of the formula is what tells Excel to look for an exact match in value. Replace it with "TRUE" to search for the nearest match that is less than or equal to the corresponding data point (represented in this case by B1). [5]
    • Just entering "=VLOOKUP" in Excel will pull up the full formula, which you can reference in populating each field with the necessary info.
  3. Drag down from the corner of the first box to your final row of data to copy the formula. Excel will automatically change the first value to the corresponding data point in that row. [6]
  4. If there are any matching values, they will display as a number in your spreadsheet's third column. If there are no matching values, the VLOOKUP formula will simply turn up "#N/A".
  5. Advertisement
Method 3
Method 3 of 3:

Using a TRUE/FALSE formula

PDF download Download Article
  1. This method involves using a specific formula to find matching values. You'll need a third column to input the formula and display its results.
  2. Assuming your data begins from the top-left corner of your spreadsheet, the formula is as follows: =A1=B1 .
  3. Drag down from the corner of the first box to your final row of data to copy the formula. Excel will automatically change the values to the corresponding data points in that row.
  4. Matching values will turn up a "TRUE" value. If there is no match, the box in the third column will read "FALSE." [7]
  5. Advertisement

Expert Q&A

Ask a Question
      Advertisement

      Video

      Tips

      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!

      About This Article

      Article Summary X

      1. Use conditional formatting to highlight matching values.
      2. Use VLOOKUP or a TRUE/FALSE formula to display matching values in a new column.

      Did this summary help you?
      Thanks to all authors for creating a page that has been read 86,705 times.

      Is this article up to date?

      Advertisement