TODAY Function randomly stopped working in my Summary Metric formulas, how do I fix?
In a SUMIFS function I am using a date check to sum all cells that have an expiry date equal or greater than TODAY: =SUMIFS(Expiry:Expiry, >=TODAY())
This worked for over a year but suddenly is giving an error message, any idea if something in the TODAY function changed?
Best Answer
-
@jkt2001,
I would check all the ranges being used as criteria and ensure all the data is in the format expected.
Answers
-
@jkt2001 please provide a screenshot
-
Hi @jkt2001,
The syntax for the SUMIF formula does not appear to be correct in your example. It should be something like the following.
=SUMIFS({Range to be summed}, Expiry:Expiry, >=TODAY())
Hope this helps,
Dave
-
Yes sorry I omitted the range to be summed but assume the syntax is identical to yours. Sorry I cannot provide a snapshot of the entire SUMIFS formula for privacy reasons, but I am getting an INVALID VALUE response, not an issue with syntax
-
@jkt2001,
I would check all the ranges being used as criteria and ensure all the data is in the format expected.
-
you're a genius, there was one cell pulling an invalid value in the date column, and once I resolved that the rest of the function worked. Thank you!!
-
Glad it worked out.
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
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!