Sign in to join the conversation:
Hi,
When the Balance column equal to 0, how the Status column auto change to YES ?
Hi Richard,
Try something like this.
=IF(Balance@row = 0; "YES")
The same version but with the below changes for your and others convenience.
=IF(Balance@row = 0, "YES")
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Did it work?
Have a fantastic day!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
Hi Andree, there're two column..
It works perfectly.. thanks Andree.
Excellent!
Happy to help!
I'm receiving this message every time I try to open my sheets. I'm the only admin user. I have already performed proper troubleshooting, such as clearing the cache, logging in incognito, and logging out and back in, but the issue remains unresolved. It's been a few days, and I'm unable to track our projects and this…
I’ve created an automation that generates a document and forwards it to the individual specified in a cell. The line item also has several additional attachments associated with it. Is there a way to include those attachments with the generated document?
I have an automation set up that copies a row to another sheet each day. The automation itself works correctly, but the problem is that it copies the formulas rather than the values, which causes the formulas to break and return errors. How can I configure it to copy only the values instead of the formulas?