Sign in to join the conversation:
In my project sheet I have checked boxes and flag. I would like to include them in my formulas.
Example:
If the box is unchecked by X date then the X date will appear in a reminder column.
Try the below formula replacing "Date" and "Space" with your column names...
=IF(AND(Date1 < TODAY(), Space1 = 0), Date1)
Hi Team, How can I prevent a non admin end user from deleting a comment or comment thread in the dynamic view? Also, how can I notify the end user by email of the comment sent?
Is there a way to create back and forth conversations in the Smartsheet dynamic view with clients about their request that also records the back-and-forth history? I created a feature in the details panel that points at the comment text box which I add comments BUT if the requestor responds back, historical comments can be…
I'd like to pull data from a Smartsheet row, having designated specific columns, and put it into a document that can be printed.