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!😁
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.1K Get Help
- 348 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 282 Events
- 36 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!