Formula with OR Statement
AB
✭
Good evening:
I am trying to add an OR to the formula below:
=COUNTIFS(Priority:Priority, ="P1", Status:Status, ="Potential")
Potential or Active
Thanks for your help in advance!
Tags:
Comments
-
Hi
Why don't you use countif and count the factors separately?
Just an idea...
-
=COUNTIFS(Priority:Priority, ="P1", Status:Status, OR(@cell = "Potential", @cell = "Active"))
You use the OR function in the Criteria section and use @cell references to make them logical statements for the OR.
The same can be done with AND statements which is especially useful when looking at date ranges.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 464 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 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!