Trying to get OR to work with Countifs
First part of Countifs works, cannot get OR to work.
Want to count everything that is before today that is Current State ="In Queue" or "In Process". Current error I get is invalid operation. Have tried multiple iterations without luck. What am I missing? Thanks!
=COUNTIFS({CNC, CMM, and BL Request Sheet Need by date}, <TODAY(0), OR({CNC, CMM, and BL Request Sheet Current State} = "In Queue", {CNC, CMM, and BL Request Sheet Current State} = "In Process"))
Best Answers
-
I think this will do it:
=COUNTIFS({CNC, CMM, and BL Request Sheet Need by date}, < TODAY(0), {CNC, CMM, and BL Request Sheet Current State}, OR(@cell = "In Queue", @cell = "In Process"))
-
Nailed it, thank you!
Answers
-
I think this will do it:
=COUNTIFS({CNC, CMM, and BL Request Sheet Need by date}, < TODAY(0), {CNC, CMM, and BL Request Sheet Current State}, OR(@cell = "In Queue", @cell = "In Process"))
-
Nailed it, thank you!
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 494 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!