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
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 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!