Conditional Formula
What is the formula to use if I was to populate a value in one column if the Start date is today's date or later? Is this possible? So if the start date is todays date (for example) I would like the status column to change from a value of Planned to Current. Any ideas?
Comments
-
Hi,
Try something like this.
What do you want it to show if there isn't a date?
=IF(Date@row >= TODAY(); "Current"; "Planned")
The same version but with the below changes for your and others convenience.
=IF(Date@row >= TODAY(), "Current", "Planned")
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Did it work?
Hope that helps!
Have a fantastic day!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.1K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 443 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 450 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 290 Events
- 35 Webinars
- 7.3K Forum Archives