COUNTIF Formula
How do I add to this formula to only capture 2023Q1, 2023Q2 completed- prioritized projects? I am currently using the formula below, but its capturing all of the completed- prioritized projects from other years.
=COUNTIFS({MH-Work Prioritization Log Range 1}, "Completed- Prioritized")
I also would like a formula to count for 2023Q1, 2023Q2, 2023Q3, and 2023Q4
Answers
-
Hi Orlando, you may add more criteria to the COUNTIFS formula. E.g.
=COUNTIFS({MH-Work Prioritization Log Range 1}, "Completed- Prioritized", {Quarter}, "2023Q1")
--Anson
-
Is there a way to COUNTIF completed date is between 01/01/2023 and 03/31/2023?
-
Hi Orlando, try this. E.g.
=COUNTIFS({MH-Work Prioritization Log Range 1}, "Completed- Prioritized", {Completed Date Range}, >=DATE(2023, 1, 1), {Completed Date Range}, <=DATE(2023, 3, 31))
--Anson
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!