Hi Smarties,
I understand we can use OR function with SUMIFS or COUNTIFS - I just couldn't figure out how. I am wondering if there is a solution to the problem below
- "OR can be used directly in a boolean column (checkbox, flag, star) or can be used within another function—such as IF, SUMIF, COUNTIF, SUMIFS, and COUNTIFS."
Problem Statement: Sum the children rows in the Numbers Column if either the Status is Green OR Completed is checked.
Example sheet below =
I could do SUMIFS, but not sure how to go around having the Status is Green OR Completed is Checked?
=SUMIFS(CHILDREN(Numbers@row), CHILDREN(Status@row), "Green", CHILDREN(Completed@row), 1)
Thanks as always folks!