Sign in to join the conversation:
Is there any body that can help me with - how to setup " How to count Checkmarks in a column " I have a lt of columns which a need to have a total count of - In the top of the sheet or in the bottom.
Thanks Søren Knudsen - Denmark
Hi Søren,
I'd be happy to help!
Do you just want to know how to set up the formula(s) or do you want help to structure it?
Can you describe your process in more detail and maybe share the sheet(s) or some screenshots? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, andree@workbold.com)
Hope that helps!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
Try something like this if it's the same column.
=COUNTIF(Checkbox:Checkbox; 1) + ""
The same version but with the below changes for your and others convenience.
=COUNTIF(Checkbox:Checkbox, 1) + ""
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Did it work?
In a sheet, in the primary column (Task Name), I have multiple parent rows with all of the same child rows beneath each parent row. A simplified example is each Parent Row is a new lot number, with two associated child rows called "Date of Shipment" and Date COA". There is also a drop down Status column. I want to create…
I've rebuilt my form at least five times and for the life of me cannot figure out why it will not trigger. I've tried to test and run it several times to no avail. Any tips would be very helpful. I was able to successfully trigger once, now nothing at all for a week.
I have an automation that will send a request for an update to a supplier about a complaint. There are fields that the supplier needs to see to understand the issues. But, I would like to be able to lock those down so that the supplier cannot change the information in those fields. Is this possible? Freda