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
- Customer Resources
- 65.9K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 487 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 151 Just for fun
- 74 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives