Comparing data among excel sheets
Closed
Da Chef
-
Aug 29, 2016 at 03:14 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Contributor Last seen December 27, 2022 - Sep 1, 2016 at 11:34 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Contributor Last seen December 27, 2022 - Sep 1, 2016 at 11:34 AM
Related:
- Comparing data among excel sheets
- How to copy data from one excel sheet to another - Guide
- Google sheets right to left - Guide
- Excel mod apk for pc - Download - Spreadsheets
- Tmobile data check - Guide
- Excel move data from one sheet to another - Guide
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Contributor
Last seen
December 27, 2022
555
Sep 1, 2016 at 11:34 AM
Sep 1, 2016 at 11:34 AM
Hi Da Chef,
Try looking into the VLOOKUP formula. It will look for a given value (product number) in a given range and returns the value from a specified column in the range.
When nothing is found, it will produce an error. Use this to get a result from all 3 sheet by using a combination of IF and ISERROR together with VLOOKUP.
Best regards,
Trowa
Try looking into the VLOOKUP formula. It will look for a given value (product number) in a given range and returns the value from a specified column in the range.
When nothing is found, it will produce an error. Use this to get a result from all 3 sheet by using a combination of IF and ISERROR together with VLOOKUP.
Best regards,
Trowa