Countif with multiple criteria
I am trying to create a countif formula with multiple criteria with one being the approval status and the other being scheduled (which is a date and I want to count it as "1").
I'm trying =countifs(range1, "Approved") +countif(range 2, ???)
The question marks if where I am having issues. The column is formatting as a date not text/number so that may be the issue. I tried =countifs(range1, "Approved") +countif(range 2, NOT(ISBLANK(@cell)) and it returned a wrong number.
Any suggestions? I'm getting really frustrated.
Answers
-
Try this format. Just update my formula for your range names.
=COUNTIFS(date:date, NOT(ISBLANK(@cell)), [range1]:[range1], ="Approved")
-
What am I doing wrong? I'm trying to count how many projects each team member is working on but I need the status of their project assignments to be In Process. I'm using this for a metrics table so I'm referencing a different report for source data.
This one is IMPARSEABLE
=IF({Product Bible Project Status}, "In Process"), COUNTIF([Primary Column]@row))
This one is INCORRECT ARGUMENT
=COUNTIF([Primary Column]@row, {Product Bible Project Status}, "In Process")
This one returns 0 and that's not correct
=COUNTIF([Primary Column]@row, {Product Bible Project Status} = "In Process")
-
@Metric Momma What are you wanting to compare to the [Primary Column]@row? Proper syntax is going to be
=COUNTIFS({Range 1}, Criteria 1, {Range 2}, Criteria 2)
-
I am working on a countif statement across multiple workspaces using: =COUNTIFS([{Communication Status}, "Complete", {Milestone}, "30 Days post Merger Date"], [{Finance Status}, "Complete', {Finance Milestone}, "30 Days post Merger Date"]) but I keep getting #UNPARSEABLE. Am I using the incorrect formula? I have tried SUMIFS as well with the same result.
Thanks for the look and hopefully assistance
-
Try removing all of your [square brackets]. They are not needed in your formula.
-
Hi all so now i am the one stuck after looking all over the place.
i have 2 COUNTIF that work fine on their own, but i want to join them together. making was there an issue this year.
=COUNTIF([Was there an issue during the event]:[Was there an issue during the event], 1) + ""
=COUNTIF([Event date UTC]:[Event date UTC], IFERROR(YEAR(@cell), 0) = YEAR(TODAY()))
if you allso know how to do a this quater instead of year that would be amazing
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!