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:
Is there a way to be alerted when a cell goes from Blank --> not blank? To see when it got edited for the first time?
To be alerted when any change is made in that cell doesn't help me.
Hi,
I'm thinking that it could maybe work with a helper checkbox column and something like this.
=IF(NOT(ISBLANK(A@row)); 1; 0)
The same version but with the below changes for your and others convenience.
=IF(NOT(ISBLANK(A@row)), 1, 0)
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Would that work?
I hope that helps!
Have a fantastic day!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
Yes it does!Thanks
Excellent!
Happy to help!
I'm looking for a way to attach notes to a sheet that isn't attached to a specific row. Rows for many of my sheets are cleared out in preparation for the next iteration of the project, and I need a notes/comments field that remains with the sheet even when the rows do not.
I have a workspace that I am looking to move items from into a new workspace. The reason I want to do this is becasue there are individuals that have access to the original workspace that do not need access to everything that is currently in the workspace. In the original workspace is a MAIN document that holds all…
How to use Smartsheet AI/automation to automically write project status?