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.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!