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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives