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
- 67.6K Get Help
- 472 Global Discussions
- 200 Use Cases
- 513 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 81 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 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!