countif cells (symbol) are red and if Today is after a certain date
Hello,
I have tried many but this is the last one, still coming back with #INCORRECT
=COUNTIFS({2046 - DN COGS Work Package Tracker Range 2}, "Red", TODAY(0) >= DATE(2023, 9, 8))
I assume it's because there's no range in the second part of the formula but I can't figure out what other formula to use instead
Best Answer
-
This should do it:
=IF(TODAY() >=DATE(2023, 9, 8), COUNTIF({2046 - DN COGS Work Package Tracker Range 2}, "Red"), "")
This will give you a blank if today is before that date, but you can substitute this by changing the false portion of the IF statement to another value/function.
Hope this helps, but if you've any problems or questions then just ask! 🙂
Answers
-
This should do it:
=IF(TODAY() >=DATE(2023, 9, 8), COUNTIF({2046 - DN COGS Work Package Tracker Range 2}, "Red"), "")
This will give you a blank if today is before that date, but you can substitute this by changing the false portion of the IF statement to another value/function.
Hope this helps, but if you've any problems or questions then just ask! 🙂
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 462 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives