Countif function with multiple conditions
Hi,
I am attempting to set a counter wherby i reffernce my main sheet, checking if the department is Fleet, If the Urgency is High, and to only count if the status is EITHER In Progress, or Not Started, this gets rid of the completed tasks for my counter.
Im using the below, refferencing a sheet "Front Door Requests", the range 1 and range 2 is auto populated when i reference the sheet using the smartsheet link tool.
Any ideas why this doesnt work?
=COUNTIFS({Front Door Requests Range 1}, "Fleet", {Front Door Requests Range 2}, "High", {Front Door Requests Range 3}, "In Progress", OR({Front Door Requests Range 3}, "Not Started")))
Answers
-
Hi @Joechaptaylor,
The OR portion of your formula is not quite right here. Try amending to:
=COUNTIFS({Front Door Requests Range 1}, "Fleet", {Front Door Requests Range 2}, "High", {Front Door Requests Range 3}, OR(@cell="In Progress",@cell="Not Started"))
Hope this helps, but let us know if you still have any problems/questions!
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives