Count Project Categories + Count if Before a date
Hi!
I want to work out a total number of files we have overdue. I have got as far as adding up all projects that do not include the category completed using:
=COUNT([Project Category]:[Project Category]) - COUNTIF([Project Category]:[Project Category], "Complete")
I now want it to not include the project category "With Consultant" too.
Then, i want it to only count the ones remaining if another column called date Completion date is before the start of the month.
Thanks for your help in advance!
Answers
-
Picture of sheet for reference
-
Try:
=COUNTIFS([Project Category]:[Project Category], AND(@cell <> "Complete", @cell <> "With Consultant"))
-
Thank you that worked! Do you know how I can now add in for it to only count ones where the Completion date is before the current month
-
You would add a new range/criteria set along the lines of
=COUNTIFS(…………….., [Completion Date]:[Completion Date], @cell < DATE(YEAR(TODAY()), MONTH(TODAY()), 1))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 451 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!