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!
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?
Please help, I have a few of these to do. I have a nested IF formula. The first part is an INDEX/MATCH and works as a standalone. The next few are INDEX/COLLECT. These are not working as standalone or in the nested version (Unparsable Error). Any ideas? =IF(CONTAINS(“A/V”, [Vendor Type]@row ), INDEX(COLLECT({Date Secured…