Formula not working
Can someone please help me with this formula? I've worked on it since 7:30 am it's now 10:15 am.
=COUNTIFS({complaints Range 1}, NOT(ISBLANK(@row)), {complaints Range 2}, >=DATE(2023, 1, 1), {File a complaint Range 3}, <=DATE(2023, 12, 31))
Best Answer
-
convert to column formula, then add an iferror function
=IFERROR(COUNTIFS({complaints Range 1}, <>"", {complaints Range 2}, >=DATE(2023, 1, 1), {File a complaint Range 3}, <=DATE(2023, 12, 31)), "Bad Ranges")
Sincerely,
Jacob Stey
Answers
-
Hey @FGCC Smartsheet
Can you share a screenshot please? It will make it easier to understand.
Also, what are you trying to achive?
Itai Perez
Reporting and Project Manager
If you found my comment helpful any reaction, Insightful, Awsome etc... would be appreciated🙂
https://www.linkedin.com/in/itai-perez/
-
try this:
=COUNTIFS({complaints Range 1}, <>"", {complaints Range 2}, >=DATE(2023, 1, 1), {File a complaint Range 3}, <=DATE(2023, 12, 31))
Sincerely,
Jacob Stey
-
-
convert to column formula, then add an iferror function
=IFERROR(COUNTIFS({complaints Range 1}, <>"", {complaints Range 2}, >=DATE(2023, 1, 1), {File a complaint Range 3}, <=DATE(2023, 12, 31)), "Bad Ranges")
Sincerely,
Jacob Stey
-
Hey @FGCC Smartsheet
I think the issue is with the NOT(ISBLANK()) - I would recommend to add a new column in the database where the range is with a simple formula that will return 1 if its not blank then you can use it as a criterion for this formula.
=IF([Column]@row = "", 0, 1)
Itai Perez
Reporting and Project Manager
If you found my comment helpful any reaction, Insightful, Awsome etc... would be appreciated🙂
https://www.linkedin.com/in/itai-perez/
-
@Itai You are also very helpful. Thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!