IF, THEN forumula
I want the date column to = today if the checkbox is checked in another column The below formula is not working
=IF([Done]6 = 1, =TODAY())
Best Answer
-
Hi Jennifer,
For the TODAY() formula to output a date for you, it needs to be in a Date type column. You'll want your formula to look something like this:
IF([Done}6 = 1, TODAY(), "")
If your formula and the checkbox are on the same row, you'd benefit from using this formula instead.
IF([Done}@row = 1, TODAY(), "")
Connor
Connor Hartford
Answers
-
Hi Jennifer,
For the TODAY() formula to output a date for you, it needs to be in a Date type column. You'll want your formula to look something like this:
IF([Done}6 = 1, TODAY(), "")
If your formula and the checkbox are on the same row, you'd benefit from using this formula instead.
IF([Done}@row = 1, TODAY(), "")
Connor
Connor Hartford
-
Thanks!
-
Watchout when using TODAY() in formula, because the date will change everyday within the cell.
In your formula, =IF([Done]@row=1, TODAY()). Will display 01/01/20 if it is done on the 01/01/20. But on the 02/02/20, it will display 01/02/20 even if it was done on the first.
That's because the value is TODAY() and not 01/01/20.
-
Have a look at my post below with a method I developed.
More info:
Would 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(s) 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.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!