Cross-Sheet Duplicate Checkbox
I have found a few things via smartsheet community on this but I just cannot get this formula to work. I am working fast and furious, so maybe I'm missing something obvious. I am trying to look up a badge number from one sheet and match it on another and if match, check the box. This is what I have:
=IF(COUNTIF(Badge@row, {HRCovidLeave Range 1}) > 0, 1)
Best Answer
-
Swap the range and criteria in your COUNTIF.
=IF(COUNTIF({HRCovidLeave Range 1}, Badge@row) > 0, 1)
If you are using a checkbox column, you could shorten it a little by using a standalone CONTAINS function as well.
=CONTAINS(Badge@row, {HRCovidLeave Range 1})
Answers
-
Swap the range and criteria in your COUNTIF.
=IF(COUNTIF({HRCovidLeave Range 1}, Badge@row) > 0, 1)
If you are using a checkbox column, you could shorten it a little by using a standalone CONTAINS function as well.
=CONTAINS(Badge@row, {HRCovidLeave Range 1})
-
Totally worked! Thank you!
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 435 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives