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
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives