Sheet Summary Formula - All Completed Tasks in the last 30 days
Good morning,
I am trying to add the total number of closed items within the last 30 days. I have used a lot of the suggested formulas in past posts, but it is still counting ALL completed tasks (72) instead of the tasks completed in the last 30 days (40).
I'm not sure if it's because it's a sheet summary and not within the sheet itself? I am using the following formula, tried it with and without an AND statement.
=COUNTIFS(Status:Status, "Complete", Modified:Modified, <=TODAY(), Modified:Modified, >=TODAY(-30))
Answers
-
Have you applied a filter to the sheet that mimics the ranges and criteria to see how many pop up that way then provide a screenshot of the rows it shouldn't be counting but is?
-
Sure, this is with a filter of Status = Complete and Modified = in the last 30 days. It returns 6 rows.
The formula returns "51". I'm not sure which 51 it is counting.
Last 30 days (6):
All modified (88):
-
It shouldn't amke a difference, but I have seen this help before. Let's add some @cell references.
=COUNTIFS(Status:Status, @cell = "Complete", Modified:Modified, @cell <=TODAY(), Modified:Modified, @cell >=TODAY(-30))
-
Thanks! This still returns 51
-
Ok. What about a screenshot of your filter settings?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!