IF () formula, Change Status Dependate on Date
I would like to build a formula so that status will change to "Red" and type will change to "Renew" when date is past "Expire Date". I've applied the two formulas separately at the top of each corresponding column. But so far it just changes it to Red or Renewed automatically, without the date dependency.
Can I make this into one concise formula?
=IF([Expire Date]@row < TODAY(), "Red") and =IF([Expire Date]@row < TODAY(), "Renew")
Attended the Smartsheets Engage '18... I know it's possible!
Thanks,
Kendra
Comments
-
Hi Kendra,
Try this.
How would you like to combine them?
Status
=IF([Expire Date]@row < TODAY(); "Red")
The same version but with the below changes for your and others convenience.
=IF([Expire Date]@row < TODAY(), "Red")
Type
=IF([Expire Date]@row < TODAY(); "Renew")
The same version but with the below changes for your and others convenience.
=IF([Expire Date]@row < TODAY(), "Renew")
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Did it work?
Have a fantastic day!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
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.
-
Andree,
Thanks for your response. I'd like to combine just to see the full function of the formula in one place...good practice and whatnot. What am I missing? Hasn't worked so far.
=IF([Expire Date]@row < TODAY(), "Renew", =IF([Expire Date]@row < TODAY(), "Red"))
It still fills column to "Renew" or "Red"-- I only want this to happen when date has passed expire date (day of would be fine too) .
-
Happy to help!
I'm not sure if understand you correctly. The above formula checks for the same thing so it can't be in the same formula.
Best,
Andrée
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.
-
Hi,
How did it go? Did you manage to get something set up?
Happy Holidays & Happy New Year!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
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.
-
Andree,
It worked! A silly oversight, but I wasn't applying each formula to the appropriate column that it was working from. I was trying to make both seperate actions function from one column. Thanks for your guidance!
-
Great!
Happy to help!
Best,
Andrée
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.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!