What Formula should I use.....?
Lpv_11
✭✭
Hello Team
I need to change the status to Yes when the END DATE has been entered. Or NO, if the date is still blank. So, if the date was entered, the status will change to YES; if it is not, the status will be NO.
Please see attached.
Thank you again for your help!
Best Answer
-
if(isblank([End Date]@row),"No","Yes")
Answers
-
if(isblank([End Date]@row),"No","Yes")
-
Hello @Lpv_11
To add to @markkrebs answer, I would make the column a column formula column.
Right click on the Yes/No column and scroll to the bottom and select Convert to Column Formula
-
OH MY GOD! IT Worked!! Thank you so so much! :)
-
Yes - always use column formulas when possible
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 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!