Countifs
I am trying to use a COUNTIFS formula and it is returning a zero, even though it should return a one...I think it is user error...I checked the reference sheet and it refers to all the columns on the sheet...
=COUNTIFS({SVC Support Priority Range 1}, "[Urgent - Drop Everything]", {SVC Support Priority Range 1}, "In Progress")
Comments
-
Did you mean:
=COUNTIFS({SVC Support Priority Range 1}, [Urgent - Drop Everything]@row, {SVC Support Priority Range 1}, "In Progress")
You should always name your other sheet references. It makes troubleshooting much easier.
-
I tried your formula and I got an error - #unparseable
I am attaching my steps and screen captures to try and better explain thanks
Step 1 -
The "Countifs" image is the sheet Source
Step 2 -
Setting up Formula - Countifs
Range 1 = SVC Support Priority Range 1 – used for both criterion
Includes all columns see below – "Countifs Sheet Reference Name" image
Criterion 1 = {SVC Support Priority Range 1}, "[Urgent - Drop Everything]"
Criterion 2 = {SVC Support Priority Range 1}, "New"
Step 3 -
CountIFS Formula used:
- =COUNTIFS({SVC Support Priority Range 1}, "[Urgent - Drop Everything]", {SVC Support Priority Range 1}, "In Progress")
- Results are 0 but there is actually 1 that should have been counted see "Countifs_metric" image
-
Ok. Couple things.
1. Your references need to just be 1 column, you have many columns referenced as range 1. Your first range should be the entire column Priority. Your second range should be the entire column Status.
*To select an entire column, simply click on the header of the individual column. This will create a dynamic reference that will grow with the sheet.
2. Reference a text value as being in quotations. "Urgent- Drop Everything" is a text value. [Urgent-Drop Everything]1 is the first cell in the column Urgent- Drop everything. Hard brackets mean you are referencing a column.
Your final formula should be the below, but the key to getting it is setting up the references correctly. Again, remember to name them for easier troubleshooting/upgrading down the line.
=COUNTIFS({SVC Support Priority Priority}, "Urgent - Drop Everything", {SVC Support Priority Status}, "In Progress")
-
Thanks...I updated my naming convention...and selected the individual columns...It worked!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 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
Check out the Formula Handbook template!