IF ERROR
Beth Fantozzi 1
✭✭✭✭✭
Hi there, I need a hand setting up a formula between two sheets.
In sheet 1, I have a list of names and a variety of states.
In sheet 2 I have a list of names and a variety of states.
I would like a formula in sheet 1 that looks at sheet 2 and returns a checked box of the combination of name and state is not found in sheet 2
Thanks in advance for any help you can offer!
Best Answer
-
Try this:
=IF(COUNTIFS({Other Sheet Name Column}, @cell = [Name Column]@row, {Other Sheet State Column}, @cell = [State Column]@row) = 0, 1)
Answers
-
Try this:
=IF(COUNTIFS({Other Sheet Name Column}, @cell = [Name Column]@row, {Other Sheet State Column}, @cell = [State Column]@row) = 0, 1)
-
Thank you Paul! You are a lifesaver!!!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 443 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 129 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!