Sign in to join the conversation:
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 There, I'd like to count the cells which year belongs to 2024, seems the formula I wrote cannot capture the correct volume, may I seek your help for it? which part is wrong in my formula? Details as following: My formula: Reference column: Thanks in advance!
I wanted to join the text(PM names,ID) in two or more cells which is basically multivalue cells and display the same one below other and also i want the duplicate names also to be displayed
=IF([Due Date]@row > TODAY(), IF(AND(Status@row = "In Progress", Status@row = "New", Status@row = "Not Started"), "Yes", "No"))) The goal is to flag items for escalation based on the due date and status. If the due date is in the past and the status of the risk or decision is in progress, not started, or new then I need to…