Sign in to join the conversation:
Hi, everyone.
I'd like to apply conditional formating with these parameters...
If row 3 is 100% complete, turn row 4 green.
Can this be done?
Thanks,
Betsy
You could add a helper column that checks if the row above is 100% complete. For example in row 4 you could add:
=IF([% Complete]3 = 1, 1)
Then you can add a conditional format to turn the row green if the helper column equals 1.
I second Brian's suggestion. That's the only way I could think to do it.
I came up with a similar solution. I added a column that is just an = for my % complete on the prior row, then formatted it accordingly.
Thank you both for the response!
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?