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!
Hello, I am having trouble making my Dynamic View work. I feel like I am following the instructions but I seem to be the only one able to see the "view". Trying to test this internally before I push out to the customer. I am using a filter that is built into the main worksheet. Anyone have time to review with me? Thank you…
I’m having service provide agreements for different clients, how to implement a e-sign workflow in smart sheet where a document is generated and sent for signature to the clients.
We have MANY sheets to transfer. This is as a result of our company domain changed (hii-tsd.com to hii.com). So we transferred ownership to 3 people (myself included) on the Portal Team, who manage the Smartsheet files. I had a co-worker on the portal ACCEPT the email that was sent to the shared mailbox, and then the…