Countifs with multiple criteria and a "combo" criteria
Hi! I am trying to figure out what I am doing wrong with the below...the formula works until I add the last part "=date(2023,3,14+{Sprint Push}, 1"
=COUNTIFS({Target Complete}, =DATE(2023, 3, 28), {Parent/Header Column}, 0, {Early/Late Complete}, "", {Target Complete}, =DATE(2023, 3, 14) + {Sprint Push}, 1)
I want to count all the target complete that have a specific date, but also the ones from the date previous that ALSO have a checkmark in the Sprint Push column. I am getting #incorrect arguement. TIA!
Best Answer
-
I came full circle answered my own question! :) I guess I could probably delete, but figured it could help someone else down the road. I was able to resolve by separating out and creating two countifs with a + and an "and" function
=COUNTIFS({Target Complete}, =DATE(2023, 3, 28), {Parent/Header Column}, 0, {Early/Late Complete}, "") + COUNTIFS({Target Complete}, =DATE(2023, 3, 14), {Sprint Push}, AND(@cell = 1))
Answers
-
Trying to bump :)
-
I came full circle answered my own question! :) I guess I could probably delete, but figured it could help someone else down the road. I was able to resolve by separating out and creating two countifs with a + and an "and" function
=COUNTIFS({Target Complete}, =DATE(2023, 3, 28), {Parent/Header Column}, 0, {Early/Late Complete}, "") + COUNTIFS({Target Complete}, =DATE(2023, 3, 14), {Sprint Push}, AND(@cell = 1))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!