How to compare data from 2 separate sheets to return a list of the differences
I have data contained in two sheets that two different team use, but there is a common identifying number column in both sheets. I wish to return a list the differences in these columns in a separate report or sheet
Answers
-
Pretty vague query there, but I imagine you could do something like:
- Copy in the full list of identifying numbers.
- helper column A: IF(VLOOKUP(column reference, reference sheet a, x)=column reference,"Y","N")
- helper column B: IF(VLOOKUP(column reference, reference sheet b, x)=column reference,"Y","N")
- helper column C IF(B<>C,"Y","N")
Filer column C by "Y"
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 203 Use Cases
- 515 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!