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!
Hey, I am using the below formula→ =INDEX({Source_Sheet_Entire_Table}, MATCH([Unique ID]@row , {Source_Sheet_ID_Column}, 0), 1) Although the answer should be "Project details" mentioned in Column 1, it says #No Match. What am I doing wrong?
How can I delete old sheets I no longer use from my account?
I'm trying to display a task progress chart showing "complete", "late", and "not complete" in my dashboard and for some reason the chart will display as a column chart but it won't display as a donut chart even though I'm referencing the same report. I'd prefer to display as a donut chart as I think it looks better and is…