Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
The posts in this section are historical and no longer monitored for accuracy. If this discussion interests you and you'd like to join in, please visit the active Community to post and engage.
Trying to figure out a way to have a cell autofill to Today's Date when I start a new task. Thanks!
Try this IF THEN statement in a column that is a date column. IF VALUE 1 (which is column named value row 1) is blank, then "" will return a blank, if not it will return today's date
=IF(ISBLANK(VALUE1), "", TODAY())
You could also rename the column to Auto-Number/System and check Created (Date).