Hi
Could tou please help me to count the nuber og checked rows in a sheets without making parent, children rows?
Hi (Hej),
You must add a so-called helper column that will check if the row is a parent or not and then use that in the formula that's counting the checkboxes.
Would that work?
Can you describe your process in more detail and maybe share the sheet(s) or some screenshots? That would make it easier to help. (share too, andree@getdone.se)
Hope that helps!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
Hi Andrée
Thank you so much for responding that quick :-D
I did not understand that. I think it is weird that you have to make help columns to count the number of checked boxes in a coulumn. I share the sheet with you.
I want to sum up the number of checked boxes i these two coulmns:
Gjennomgått HMS-ansvarlig and Lukket HMS ansvarlig.
Take a look at the photo :-D
I am going to use these values in a future dashboard.
Best regards
Stian
Happy to help!
I misunderstood your question. You don't need a helper column. I've added the information to your sheet.
Andrée
I am so happy thtat you can helpt me :-D
I am new to smartsheets, but I have already fallen in love with the program
I can see that you can not put the formula in the cell on the top of the respective column because it has the status as checbox?
Thanks again!
Hi all, and thanks in advance! I wanted to know if there was any way to create "padding" in Smartsheet. Basically I have account numbers, and a handful are still 2-digit, so they appear as TDL-17, TDL-67, etc. Most of the accounts are 3-digit numbers like TDL-180. I want something that will recognize whether it is 2 or 3…
I'm wondering if anyone has worked out a dynamic formula to return the date of the 'next' Thursday of the month. I have a worksheet where I need to send out a reminder to a contacts in a contact column in the worksheet each Thursday of the current month if a criteria has not been met. When criteria has been met, then…
Hello, I have the formula to check a box for line items with the current month. =IF(AND(YEAR(Date@row ) = YEAR(TODAY()), MONTH(Date@row ) = MONTH(TODAY())), 1, 0) Trying to set up a report for all items with the previous month (i.e. 1 month prior to current). How can I modify to check the box?