Sign in to join the conversation:
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?
Hi,
Try this.
=IF(ISDATE(Date@row); 1; 0)
I hope this helps you!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
Hm, it's saying "unparseable"
Perhaps I need to include the column names somewhere in the formula?
IF(ISDATE(Date@row), 1, 0)
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?
=IF(ISDATE([Call 1 Date]@row), 1, 0)
Give this a shot. The bold and underlined portion would be your column name.
I have a form that will be filled out internally. There's a cell labeled "Department" which contains 8 dropdown list values. There's a another cell called "Executives" which are the leaders of these departments. In the form, I'm attempting to do a logic where when you choose a specific "Department", then the cell…
I shared access to a user to a specific folder under workspace A (folder is 2025-09-Service Factory). However, I can see that he's shown to have access to all the other child folders under 02-ACTIVE Initiatives. Why is that when I only shared out one folder? Is there a way to only share access to users to ONLY specific…
what i can do if all my existing smartsheet gant files can't be open after change my plan to Pro? what could be the reason ?