Sign in to join the conversation:
Hi, want to count "at risk" check boxes to present at a dashboard.
so I thought fx=COUNTIF(Status2:Status14, "red") works, but it only produces 0 as result
Any suggestion
Thanks
So, question: are you using a checkbox for 'at risk' and then conditional formatting to show the line as red?
I use the Red/Yellow/Green balls to show risk status and the =countif function works just fine that way. Post details or a screenshot of what you're doing.
If you're using checkboxes. You can use =countif(status2:status14, 1) That will count if the checkbox is checked or not.
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?