Compare two documents
Paula Cosentino
✭✭✭✭✭
We have two smartsheets:
- houses the information needed to send a survey (Org Name, Address, email). We send the survey using the form link from the 2nd smartsheet
- the other smartsheet collects the survey results.
We don't want to have to manually compare smartsheet to see who did and didn't return a survey. Thinking there could be a formula looking to see if an Org Name is already on the second smartsheet.
Any ideas? I've been trying to do an index match, but failing. Maybe even a "check the checkbox" if you find a match??
Thank you in advance for any help.
Best Answer
-
How bout a COUNTIF? Something like,
=IF( COUNTIF({Column List},Name@Row) > 0 , "✔" , "X")
...
Answers
-
How bout a COUNTIF? Something like,
=IF( COUNTIF({Column List},Name@Row) > 0 , "✔" , "X")
...
-
Love this. Thank you for taking the time to help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 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!