98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Excel Training and help » Reconciling values from 2 spreadsheets
Reconciling values from 2 spreadsheets
Resolved · 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
Training information:
See also:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Excel tip:Change the default location for opening and saving spreadsheetsIf 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. |