Sign in to join the conversation:
I am trying to find the average of checkboxes in a row.
At row: "Clear pads as needed..." I want the % to add up as each box is checked.
What is the formula?
Appreciate the help.
Hi Jenn,
Try something like.
=COUNTIF(Stanley@row:Walter@row; 1) / COUNT(Stanley@row:Walter@row)
The same version but with the below changes for your and others convenience.
=COUNTIF(Stanley@row:Walter@row, 1) / COUNT(Stanley@row:Walter@row)
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 week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
This worked great. Thank you for the quick response! Much appreciated.
Excellent!
Happy to help!
Andrée
Great solutions above!
Thoughts on if the Check-boxes in the Row are separated with date columns? I have a sheet with Check marks to identify the task is completed, and ask the assignee to define the date it was completed on. Actually, I often specify a goal date, and when completed the assignee enters the actual date when checking the box.
I've not sorted out a way for this to function.
Any help greatly appreciated,
Chris
Hi @Chris Egge
Thanks!
Can you describe your process in more detail and maybe share the sheet(s)/copies of the sheet(s) or some screenshots? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, andree@getdone.se)
I hope that helps!
Be safe and have a fantastic week!
Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
From my research, I understand there isn't a way to keep formulas when exporting from Smartsheet into an Excel document. I have a total of 50 columns with formulas and would think there was a quicker way to grab the formulas. So far, I've appended a "!" which turns the formula into text which does export. However, I'm not…
I currently have 14 sheets with the following columns: Batch # and Reviewer I use an Index Distinct formula to acquire the unique batch numbers from all 14 sheets and put them into 14 columns on the 'metrics' sheet. I then use another index distinct to get a list of all the unique batch numbers into one 'Unique Batch…
Hello, I am looking for formula help where I want to return the earliest date in a range for different workstreams groups on a project. The source sheet is formatted as a date field, and the formula used below is returning a 0 no matter what I do. Any suggestions? =MIN(COLLECT({Project Plan - start date}, {Project Plan…