Sign in to join the conversation:
This is likely an elementary question, but I am having a challenge to get the formula for the Count of Children when I have the formula, for example, in a column B cell and I want to count the children of column A. What am I doing wrong?
Hi Cindy,
I don't know what you are doing wrong because i can't see your formula
Here is my example. =COUNT(CHILDREN(A1))
I hope this helps you!
Best,
Andrée Starå - Workflow Consultant / Get Done
Thank you so much.
That worked, duh.
Now one more a little trickier:
Column "Month" is the parent. The children include names and other contact details for people who have filled out an online form to RSVP to a class.. RSVP is a column and each child has populated "Yes, No, or Maybe".
Currently my formula for the RSVP is: =COUNTIF(RSVP473:RSVP511, "Yes")
But, this requires me to constantly maintain the formula settings (e.g. rows 473 through row 511) each month as RSVP's come in.
How can I get a count of "Yes" RSVP's based on the children of Parent "Month" (row 472)
Hi again Cindy,
Happy to help!
Heres for the trickier one.
Andrée
Yay! You rock. I've dealt with that irritation for over a year. So happy!
Thanks!
It was my pleasure!
This really helped me too. Thanks Andree!
Hi @Philipjul
I hope you're well and safe!
Excellent! Glad to hear it was helpful!
Be safe, and have a fantastic week!
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
Hi there, I've created a sheet to where my team is tracking information received. In one column, we are logging the date and time information came in (ie: November 21, 2025 8:30 AM). I would like to add a checkbox column, with a formula specifying that the box be checked if the logged time is AFTER 8:30 AM, and left…
I have a column named Territory, where I am trying to write a formula to populate it when names are chosen from an adjacent drop-down list column called Employee Attendee. If more than one name is selected from the Employee column, I would like their respective territories to populate in the Territory field, separated by a…
I have a list of properties that I'm keeping track of. I have each building divided into suites (children) and each suite has a cell with its square footage. The total square footage rolls up to the building name. I also have a drop down column that shows if the suite is occupied or vacant. I need a to calculate the…