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
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!