Sign in to join the conversation:
I'm looking to count starred children from a parent row.
I'm sure there's an easy way to do it by doing a: COUNTIF(CHILDREN(....
Any help is appreciated.
Hi Eric,
Try this.
=COUNTIF(CHILDREN(Stars@row); 1)
The same version but with the below changes for your and others convenience.
=COUNTIF(CHILDREN(Stars@row), 1)
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
How do I set up the automation to move a row once the created date reaches 5 days?
Hi all. I'm trying to do something that I'm not sure if it's possible or not. We have a sheet that we are importing where the first column lists areas within our factory. Each column after that has a column name of a date. So 12/15/2025, 12/16/2025, 12/17/2025, etc. In each of the date columns is a target production…
Hello! I have what is probably a simple question my brain is just not comprehending properly. I need to SUMIFS from a sheet that matches some specific criteria but one of the fields I am using against needs to calculate a total if one dropdown field matches ANY ONE of these 3 items that is in it to be chosen… Capitol…