COUNTIFS in Sheet Summary Formula
Hello,
I am trying to create a Sheet Summary variable that captures milestones completed last quarter.
I have the following formula in the summary sheet field:
=COUNTIFS(Status:Status, "Complete", Start:Finish, AND(@cell >= IFERROR(DATE(YEAR(TODAY()), MONTH(TODAY()) - 4, 1), DATE(YEAR(TODAY()) - 1, MONTH(TODAY()) + 8, 1)), @cell < DATE(YEAR(TODAY()), MONTH(TODAY()), 1)))
But for some reason I keep getting the "incorrect argument set"
The status column is categorical, and Start/Finish are dates. Any help would be greatly appreciated. I hope to then move this output into a dashboard too.
Thank you!
Stephanie
Best Answer
-
The problem is that your first range is a single column and your second range is (at least) two columns wide. You will need to adjust this so that both ranges are the same size and shape.
Answers
-
The problem is that your first range is a single column and your second range is (at least) two columns wide. You will need to adjust this so that both ranges are the same size and shape.
-
Thank you!
-
Happy to help. 👍️
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!