How to compare two Excel sheets with varying data
Solved/Closed
BWIRyan
Posts
5
Registration date
Monday September 7, 2015
Status
Member
Last seen
September 10, 2015
-
Sep 7, 2015 at 09:22 PM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Feb 18, 2016 at 11:10 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Feb 18, 2016 at 11:10 AM
Related:
- Compare two worksheets and paste differences to another sheet - excel vba free download
- Compare two excel sheets and highlight differences macro - Best answers
- Compare two excel sheets and highlight differences - Best answers
- Kmspico free download - Download - Other
- Gta 5 download apk pc - Download - Action and adventure
- Fc 24 free download - Download - Sports
- Minecraft bedrock free download pc - Download - Sandbox
- Minecraft java edition free download - Download - Sandbox
6 responses
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Sep 8, 2015 at 11:14 AM
Sep 8, 2015 at 11:14 AM
Hi Ryan,
So sheet1 has the old prices and sheet2 has the updated prices. Then why is sheet1 still relevant?
A solution could be to create a new sheet (Master sheet). Copy the products from both sheet to this master sheet. Then remove the duplicates and use VLOOKUP to retrieve the prices. Put the prices from sheet1 in a different column then the prices from sheet2. Then use conditional format to highlight differences in prices.
Sheet1:
Item | Price
#1 | 0.50
#2 | 0.75
Sheet2:
#1 | 0.55
#2 | 0.75
Master Sheet:
#1 | 0.50 | 0.55 <-- Here is a difference so CF will highlight this row.
#2 | 0.75 | 0.75 <-- No difference here.
Is this a solution that could work for you?
Can you make this work?
Best regards,
Trowa
So sheet1 has the old prices and sheet2 has the updated prices. Then why is sheet1 still relevant?
A solution could be to create a new sheet (Master sheet). Copy the products from both sheet to this master sheet. Then remove the duplicates and use VLOOKUP to retrieve the prices. Put the prices from sheet1 in a different column then the prices from sheet2. Then use conditional format to highlight differences in prices.
Sheet1:
Item | Price
#1 | 0.50
#2 | 0.75
Sheet2:
#1 | 0.55
#2 | 0.75
Master Sheet:
#1 | 0.50 | 0.55 <-- Here is a difference so CF will highlight this row.
#2 | 0.75 | 0.75 <-- No difference here.
Is this a solution that could work for you?
Can you make this work?
Best regards,
Trowa
Sep 8, 2015 at 07:59 PM
Thank you for your prompt response.
You asked "So sheet1 has the old prices and sheet2 has the updated prices. Then why is sheet1 still relevant?"
It's relavant because if the value in the Column A on sheet 1 matches Sheet 2, Then I need to see if the valve in Column D has changed or stay the same.
We are finding not all products are changing in price. I cant just take the new spreadsheet and upload it into our CRM/Products table, I Have to enter it manually, Thus why i'm trying to compare the data between old and new, So as to make my import across policy a little easier, God Help me if they have all changed..
I will try what you have suggested and let you know, if your equation solves my riddle. Thanking you again. Ryan
Sep 8, 2015 at 08:03 PM
I don't believe this can work. Because The supplier add and remove products from month to month. So if I "Put the prices from sheet1 in a different column then the prices from sheet2. " Unless I sit there and manually copy each line, ensuring its Col A data matches, I can't just copy the Col. without first knowing if The data matches. I'll upload part of the document in bow below so u can see what I mean.
Thanking you again for taking time to assist me.