Why isn't this formula working anymore
Answers
-
Hello @tmagana
Hope you are well. The formula contains or references an incompatible data type - could you share the formula please?
Thanks Peggy
-
=COUNTIFS({Escalations 2023 Range 1}, <>"", {Escalations 2023 Range 2}, AND(MONTH(@cell) = [Month-12]1, YEAR(@cell) = [Month-12]2))
-
You most likely have blanks and/or non-date values in the range containing the dates. Try some IFERROR statements.
=COUNTIFS({Escalations 2023 Range 1}, <>"", {Escalations 2023 Range 2}, AND(IFERROR(MONTH(@cell), 0) = [Month-12]1, IFERROR(YEAR(@cell), 0) = [Month-12]2))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67K Get Help
- 442 Global Discussions
- 154 Industry Talk
- 503 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!