Simple IF THEN logic has me stumped.
Rebecca Menning
✭✭✭
Trying to automate a status for the baseline audit status:
If Baseline Audit Date Complete is not blank - Then complete
If Baseline Audit Start Date is not blank and Complete is blank - Then in progress
If Baseline Audit Start Date is blank - Then not started
Best Answer
-
I used the ISDATE function instead of the ISBLANK function.
[Status] =IF(ISDATE([Baseline Audit Date Complete]@row), "Complete", IF(ISDATE([Baseline Audit Start Date]@row), "In Progress", "Not Started"))
Answers
-
I used the ISDATE function instead of the ISBLANK function.
[Status] =IF(ISDATE([Baseline Audit Date Complete]@row), "Complete", IF(ISDATE([Baseline Audit Start Date]@row), "In Progress", "Not Started"))
-
Perfect. Thank you very much.
-
Happy to help!😁
-
This content has been removed.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.5K Get Help
- 448 Global Discussions
- 145 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 73 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 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!