I have two versions of an employee spreadsheet saved on two different dates that I need to compare. Master employee spreadsheet saved on 02.11 has 151 rows and goes to AF. Master employee spreadsheet saved on 02.22 has 154 rows and goes to BF.
To start off I created a new workbook and created three sheets. in sheet 1 I copied the contents of 02.11 and in sheet 2 I copied the contents of Master 02.22. Sheet 3 is my VLook sheet. Basically I'm interested in comparing the information in sheet 1 to the information in sheet two and having it populate in sheet 3.At this point I'm only concerned with finding the discrepancies. Sheet three has three columns, title manager and salary. I used the following Vlook up formulas in the the three columns to find the discrepancies. VLook
=VLOOKUP ('Master 02.11'!A2,'Master 02.22'!$A$1:$F$154,1,FALSE).
Title: Found in B2 of sheet 1 compared to F1 of sheet2
Manager: Found in D2 of sheet 1 compared to U2 of sheet 2
Base Salary Found in R1 of sheet1 compared to Al of sheet 2
This would work great if the sheets had the exact same information, but since they do not I'm having trouble.
Does anyone have any ideas on how I can make this work using an excel formula. I've already spent 4 hours just to get to this point as my excel skills are pretty basic.
Thank you!
To start off I created a new workbook and created three sheets. in sheet 1 I copied the contents of 02.11 and in sheet 2 I copied the contents of Master 02.22. Sheet 3 is my VLook sheet. Basically I'm interested in comparing the information in sheet 1 to the information in sheet two and having it populate in sheet 3.At this point I'm only concerned with finding the discrepancies. Sheet three has three columns, title manager and salary. I used the following Vlook up formulas in the the three columns to find the discrepancies. VLook
=VLOOKUP ('Master 02.11'!A2,'Master 02.22'!$A$1:$F$154,1,FALSE).
Title: Found in B2 of sheet 1 compared to F1 of sheet2
Manager: Found in D2 of sheet 1 compared to U2 of sheet 2
Base Salary Found in R1 of sheet1 compared to Al of sheet 2
This would work great if the sheets had the exact same information, but since they do not I'm having trouble.
Does anyone have any ideas on how I can make this work using an excel formula. I've already spent 4 hours just to get to this point as my excel skills are pretty basic.
Thank you!