Countifs but leaving blank spaces if criteria is not met.

Cristian
✭✭✭✭
Hello
I am trying to find a formula that would provide me with the correct total count of weekly items, but leave the cell empty of future weeks.
Here's the formula that I have used so far and it works but I provide me with 0s for future weeks. The intent is to leave those week blank.
=COUNTIFS({Weekly Snapshot 3 Range 1}, >=[Column2]@row, {Weekly Snapshot 3 Range 1}, <=[Column3]@row)
Any help work be appreciated.
Thanks
Cris
Best Answer
-
Try an IF like so...
=IF([Column2]@row<= TODAY(), COUNTIFS(.............))
Answers
-
Try an IF like so...
=IF([Column2]@row<= TODAY(), COUNTIFS(.............))
-
Thanks Paul
It works!!! :)😀
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.4K Get Help
- 464 Global Discussions
- 156 Industry Talk
- 509 Announcements
- 5.4K Ideas & Feature Requests
- 86 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 518 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 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!