Automatic Check Box

Hello,
I would like a checkbox column to automatically be checked when a date is put in a different column.
For example, when "Call 1 Date" is populated with a date, check "Call 1".Β
Would I create a formula in the "Call 1" column?
Comments
-
Hi,
Try this.
=IF(ISDATE(Date@row); 1; 0)
I hope this helps you!
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.
-
Hm, it's saying "unparseable"Β
Perhaps I need to include the column names somewhere in the formula?
-
Try this.
IF(ISDATE(Date@row), 1, 0)
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.
-
Ah, man this did not work
thank you for helping, Andree!
-
Happy to!
Does it still not work? What error message do you get? Which column are using for the formula?
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.
-
=IF(ISDATE([Call 1 Date]@row), 1, 0)
Β
Give this a shot. The bold and underlined portion would be your column name.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives