I need to add a formula to check box column if SSN is in 2 different SmartSheet.
Best Answer
-
Ok. And do you want to check the box if it is in both, or does it only need to be in at least one?
Answers
-
Is this formula in a third sheet or is it on one of the 2 sheets mentioned?
-
On a third sheet
-
Ok. And do you want to check the box if it is in both, or does it only need to be in at least one?
-
yes I want to check the box if its on both
-
Ok. In that case (assuming the SSN is also in this 3rd sheet where the formula is), give this a try:
=IF(AND(COUNTIFS({1st Sheet SSN Column}, @cell = [SSN Column]@row) > 0, COUNTIFS({2nd Sheet SSN Column}, @cell = [SSN Column]@row) > 0), 1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 473 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!