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
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!