reconciling values spreadsheets

Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

Forum home » Delegate support and help forum » Microsoft Excel Training and help » Reconciling values from 2 spreadsheets

Reconciling values from 2 spreadsheets

resolvedResolved · Medium Priority · Version 365

Fahim has attended:
Excel Intermediate course

Reconciling values from 2 spreadsheets

Is there any function that helps find same values from 2 different Spreadsheets/workbooks without any relative reference to look out for?

RE: Reconciling values from 2 spreadsheets

Hi Fahim

Yes, there are several ways to find the same values from two different spreadsheets or workbooks in Excel. One common method is using the VLOOKUP function or INDEX and MATCH functions. However, these methods typically require a relative reference.
If you want to find the same values without any relative reference, you can use the COUNTIF function.

Here’s how you can do it:
1. Open both spreadsheets/workbooks.
2. In the workbook where you want to find the duplicates, select a cell and enter the following formula:
=IF(COUNTIF([Workbook2.xlsx]Sheet1!$A:$A, A1)>0, "Duplicate", "Unique")

In this formula:
• [Workbook2.xlsx]Sheet1!$A:$A is the range of cells in the other workbook where you want to look for duplicates. Replace Workbook2.xlsx and Sheet1 with the name of your workbook and worksheet, respectively.
• A1 is the cell in the current workbook that you want to check. You can replace A1 with the cell you want to check.

This formula will return “Duplicate” if the value in cell A1 is found in the specified range in the other workbook, and “Unique” if it’s not.
You can then drag the fill handle (the small square at the bottom-right corner of the cell) down to copy this formula for all cells in the column.
Please note that both workbooks need to be open for this to work. If the workbook you’re referencing is closed, you’ll get a #REF! error. Also, please ensure that the Excel calculation option is set to Automatic. You can check this by going to Formulas > Calculation Options in the Excel ribbon. If it’s set to Manual, Excel won’t update the formula results when the referenced data changes.

Lookup functions are covered on our Excel Advanced course, please look at the public course options or discuss with the person who booked you on to the Excel Intermediate course to arrange for the next level

Advanced Excel Course London
https://www.stl-training.co.uk/microsoft/excel-advanced-courses.php


Kind regards

Richard

STL - https://www.stl-training.co.uk
98%+ recommend us

London's leader with UK wide delivery in Microsoft Office training and management training to global brands, FTSE 100, SME's and the public sector


 

Excel tip:

Change the default location for opening and saving spreadsheets

If you are always opening spreadsheets from and/or saving documents to a specific location that is not My Documents, save time by setting this folder as the default for opening files from and saving files to.

Here's how:
1. Go to Tools - Options.

2. Select the General tab.

3. Enter the pathname of the folder you wish to make the default in the Default File Location box (hint: it will be easier to use Windows Explorer to navigate to this folder, then copy and paste the pathname from the address bar at the top of the Windows Explorer screen).

4. Click OK.

You have now changed the default folder for opening and saving spreadsheets.

View all Excel hints and tips


Server loaded in 0.09 secs.