Counting children rows which matches a criteria
Best Answer
-
Kelsey Hayden Employee
Hi Sidnei,
Thanks for reaching out! Here is an example of what that formula might look like: =COUNTIF(CHILDREN([email protected]), "Pending")
You'll want to use the COUNTIF function to count the number of cells in the range (Status column) that meet a criterion (e.g. "Pending"). More information on the COUNTIF function can be found here: https://help.smartsheet.com/function/countif
I've also included some screenshots below to show you how to set this up.
Hope this helps!
0
Answers
Hi Sidnei,
Thanks for reaching out! Here is an example of what that formula might look like: =COUNTIF(CHILDREN([email protected]), "Pending")
You'll want to use the COUNTIF function to count the number of cells in the range (Status column) that meet a criterion (e.g. "Pending"). More information on the COUNTIF function can be found here: https://help.smartsheet.com/function/countif
I've also included some screenshots below to show you how to set this up.
Hope this helps!
Hello @Kelsey Hayden , that worked nice. Thanks a lot. Any chance this could also be possible to do in the sheet summary? as in that way I would not need to create hidden columns. In any case your answer already helped me a lot. Have a good day!