How to get today's date to populate one field when a box is checked in another?
I would like TODAY()'s date to be populated in the "Renewal Date" field only when a "Renewal" box is checked. I will be using a form to add new records to this Smartsheet. I can't seem to make it work.
Best Answer
-
Hi Michelle,
The formula below will show today's date, but it will show the current days date, so it will not be locked in.
Will you need to change any values on the row after the Renewal is checked?
If yes, you'd need to use a third-party solution like Zapier or copy the row to another sheet and then use a formula to collect the date back to the sheet.
Make sense?
Try something like this.
=IF(Renewal@row = 1; TODAY())
The same version but with the below changes for your and others convenience.
=IF(Renewal@row = 1, TODAY())
Depending on your country you'll need to exchange the comma to a period and the semi-colon to a comma.
Did that work?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
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.
Answers
-
Hi Michelle,
The formula below will show today's date, but it will show the current days date, so it will not be locked in.
Will you need to change any values on the row after the Renewal is checked?
If yes, you'd need to use a third-party solution like Zapier or copy the row to another sheet and then use a formula to collect the date back to the sheet.
Make sense?
Try something like this.
=IF(Renewal@row = 1; TODAY())
The same version but with the below changes for your and others convenience.
=IF(Renewal@row = 1, TODAY())
Depending on your country you'll need to exchange the comma to a period and the semi-colon to a comma.
Did that work?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
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.
-
Could I use a System created date "Start Date" from another column? Included in picture above. If so, what would that formula look like?
-
I got it . I thought I had to use ISBOOLEAN.
=IF(Renewal@row = 1, [Start Date]@row)
-
Yes, you can.
Try this.
=IF(Renewal@row = 1; [Start Date]@row)
The same version but with the below changes for your and others convenience.
=IF(Renewal@row = 1, [Start Date]@row)
Did it work?
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.
-
Excellent! 👍️
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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!