Count Issues Resolved Today
I am trying to create a formula that will count the number of issues resolved with today's day. I've tried using
=COUNTIFS({Resolved Date Range}, IFERROR(DAY(@cell), 0) = DAY(TODAY()), {Resolved Date Range}, IFERROR(YEAR(@cell), 0) = YEAR(TODAY()))
It counts okay, but it does not give me the correct value.
Once I get that working I would like a formula that will count the items with a Resolved Date of the day prior so that I can show tickets resolved today and yesterday separately .
Best Answer
-
For today: =COUNTIF({Resolved Date Range}, @cell=TODAY())
For yesterday: =COUNTIF({Resolved Date Range}, @cell=TODAY(-1))
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
For today: =COUNTIF({Resolved Date Range}, @cell=TODAY())
For yesterday: =COUNTIF({Resolved Date Range}, @cell=TODAY(-1))
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Thank you so much Mark! Looks like I was over complicating myself.
-
Glad you found a solution. Thank you for contributing to the Community.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!