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
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives