Stop counting blank cells
Hello,
I want to display whether a project is active or not based on 1) it started in the past and 2) status is anything BUT complete. The issue is that Smartsheet is counting the blank cells and returning a value of yes, it is active. However, I want to have a blank cell return the status of No. I have my formula below, but it's not accounting for blank cells.
=IF(AND([Target Start Date]@row < TODAY(), NOT(Status@row = "Complete")), "Yes", "No")
I would appreciate any advice or help! Thank you in advance!
The status I have are:
Best Answer
-
Try
=IF(ISBLANK(Status@row), "No", IF(AND([Target Start Date]@row < TODAY(), NOT(Status@row = "Complete")), "Yes", "No"))
Answers
-
Try
=IF(ISBLANK(Status@row), "No", IF(AND([Target Start Date]@row < TODAY(), NOT(Status@row = "Complete")), "Yes", "No"))
-
Thank you Paul! That worked.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 464 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 61 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives