How do I write a nested IF formula to count a location if 1 of 2 trigger answers appears in a field?
Kitty
✭✭✭✭✭
This is the formula I tried, but I'm missing something.
=IF(OR[Location Status]@row = "Active", "Operational", 1, 0)
Thank you for your help!
Tags:
Best Answers
-
Hi @Kitty, Your original formula is very close to being correct. Here is the fix
=IF(OR([Location Status]@row = "Active", [Location Status]@row = "Operational"), 1, 0)
-
YES! That worked! Thank you SO VERY MUCH!!!
Kitty S.
Answers
-
Hi @Kitty, Your original formula is very close to being correct. Here is the fix
=IF(OR([Location Status]@row = "Active", [Location Status]@row = "Operational"), 1, 0)
-
YES! That worked! Thank you SO VERY MUCH!!!
Kitty S.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 379 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 302 Events
- 33 Webinars
- 7.3K Forum Archives