Do you have two different columns or spreadsheets to compare in Excel? Whether you're looking for matching or unmatching sets of data, you can easily find what you need by using formulas or features built right into Excel. Here's how to compare data in Excel using your Windows or Mac computer.
Comparing Two Sets of Data in Excel
To compare two columns of data in Excel, enter the formula =IF(A2=B2,"Match","No match") into the first cell of a blank column, and then double-click the Fill box. To compare two workbooks, use the View Side by Side feature on the View tab or use Spreadsheet Compare on Professional/Enterprise editions.
Steps
-
Highlight the first cell of a blank column. When comparing two columns in a worksheet, you'll be outputting your results into a blank column. Make sure you are starting on the same row as the two columns you're comparing.
- For example, if the two columns you want to compare start on A2 and B2 , highlight C2 .
-
Type the comparison formula for the first row. Type the following formula, which will compare A2 and B2 . Change the cell values if your columns start on different cells:
- =IF(A2=B2,"Match","No match")
Advertisement -
Double-click the Fill box in the bottom corner of the cell. This will apply the formula to the rest of the cells in the column, automatically adjusting the values to match.
-
Look for "Match" and "No match". These will indicate whether the contents of the two cells had matching data. This will work for strings, dates, numbers, and times. Note that the case is not taken into consideration ("RED" and "red" will match).
-
Open the first workbook you want to compare. You can use the View Side by Side feature in Excel to view two different Excel files on the screen at the same time. This has the added benefit of scrolling both sheets at once.
-
Open the second workbook. You should now have two instances of Excel open on your computer.
-
Click the View tab on either window. This is the tab at the top of the page.
-
Click View Side by Side . You'll find this in the Window section of the ribbon. Both workbooks will appear on the screen, oriented horizontally or stacked vertically, depending on your screen.
-
Click Arrange All to change the orientation. You can select Horizontal , Vertical , Cascade , or Tiled .
-
Scroll in one window to scroll in both. When Side by Side is enabled, scrolling will be synchronized between both windows. This will allow you to easily look for differences as you scroll through the spreadsheets.
- If the workbooks aren't scrolling at the same time, make sure you have Synchronous Scrolling enabled. This icon looks like a document icon with a blue up/down arrow.
- If you don't want the workbooks to scroll at the same time, click this icon to disable it.
-
1Launch Spreadsheet Compare. This program is available for Office Professional Plus 2013, Office Professional Plus 2016, Office Professional Plus 2019, or Microsoft 365 Apps for enterprise. [1] X Trustworthy Source Microsoft Support Technical support and product information from Microsoft. Go to source
- If you don't see Spreadsheet Compare in your Start menu, try typing "spreadsheet compare" into the Windows search bar.
- If you don't have this program, try another method.
-
2Click Home . This is at the top.
-
3Click Compare Files . You can find this on the Home tab.
-
4Click the blue folder icon and select the first Excel file. Use your device's file explorer to find the file. You can also enter a web address.
-
5Click the second folder icon and select the second Excel file. Use your device's file explorer to find the file. You can also enter a web address.
-
6Check the box for Select All . This is what you'll see in the workbook comparison. If you don't want to see everything, check the box next to the option(s) you want to see.
-
7Click OK . The comparison is run, and you'll see the two files in a two-pane grid.
-
Open the workbook containing the two sheets you want to compare. To use this comparison formula, both sheets must be in the same workbook file.
-
Click the + button to create a new blank sheet. You'll see this at the bottom of the screen to the right of your open sheets.
-
Place your cursor in cell A1 on the new sheet. This is where you'll see the comparisons.
-
Enter the comparison formula. Type or copy the following formula into A1 on your new sheet:
- =IF(Sheet1!A1<> Sheet2!A1, "Sheet1:"&Sheet1!A1&" vs Sheet2:"&Sheet2!A1, "")
- If your sheets have different names, replace Sheet1 and Sheet2 with their respective names.
-
Click and drag the Fill box in the corner of the cell. This is the small square at the bottom-right corner of the cell.
-
Drag the Fill box down. Drag it down as far down as the first two sheets go. For example, if your spreadsheets go down to Row 27, drag the Fill box down to that row.
-
Drag the Fill box right. After dragging it down, drag it to the right to cover the original sheets. For example, if your spreadsheets go to Column Q, drag the Fill box to that column.
-
Look for differences in the cells that don't match. After dragging the Fill box across the new sheet, you'll see cells fill wherever differences between the sheets were found. The cell will display the value of the cell in the first sheet and the value of the same cell in the second sheet.
- For example, A1 in Sheet1 is "Apples," and A1 in Sheet2 is "Oranges." A1 in Sheet3 will display "Sheet1:Apples vs Sheet2:Oranges" when using this comparison formula.
Community Q&A
-
QuestionHow do I find duplicate values in a row?Community AnswerTo find duplicate values simply use the Data --> Remove Duplicates feature and follow the prompts on the screen.
-
QuestionHow do I subtract two rows?Community AnswerYou have to select the 2 rows {shift} and then right click on the now highlighted rows. A box will pop up with a list of actions. You should click on 'delete rows'.
Video
Tips
References
About This Article
1. Highlight the first cell in a blank column.
2. Type " =IF(A2=B2,"Match","No match")".
3. Drag the formula down to populate all cells in the column.
4. Look for "Match" or "No match" in the results.
Reader Success Stories
- "Needed to compare a list of employee data with sheets containing different elements, but one sheet was 3 employees off. This quickie compare helped identify those that were in one sheet and not another. The 'why' was a different matter!" ..." more