Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Adding to an Existing Conditional Formula: Date Field
Good Day All:
I am trying to add to my existing formula if the date is not populated the harvey ball will remain yellow. If all conditions are met (date submitted, date approved, approved by committee, and Delivery date) then green
All help greatly appreciated, Thanks!
Existing Formula: =IF([Approved by Committee]2 = 1, "Green", IF([Changes Required]2 = 1, "Yellow", IF([In Review]2 = 1, "Yellow", IF(AND([Approved by Committee]2 = 0, [Changes Required]2 = 0, [In Review]2 = 0), "Red"))))
Published http://publish.smartsheet.com/79d1c2945b3b46c18bb3099455f2b6b2
Comments
-
I think you would use the ISBLANK function. Not sure which Date column you wanted. So you'll have to change that in the formula below.
=IF(ISBLANK([Date]2), "Yellow", IF([Approved by Committee]2 = 1, "Green", IF([Changes Required]2 = 1, "Yellow", IF([In Review]2 = 1, "Yellow", IF(AND([Approved by Committee]2 = 0, [Changes Required]2 = 0, [In Review]2 = 0), "Red"))))
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
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives