Im not a power user but im looking to build out a bidding teplet for my shop. I have a lot of info spread across many children / grandchildren catagories. Heres what Im looking to accomplish.
Itmes
- Animals
- - Cat
- - - Brown 2
- - - Red 4
- - - White 1
- - Dog
- - - Brown 4
- - - Red 2
- - - White 6
- - Fish
- - - Brown 1
- - - Red 8
- - - White 3
I would like to know the sum of Red fish without having to sum all the number back up into the parent then running a sum from there. What I would love to work would be something like this:
=SUMIF(children(Items), "Red", children(number))
Obviously this is a small data set. An actual use for this would also need to include a kind of =SUMIFS functionality:
=SUMIFS(children(Items), "Red", children(Items), "Brown", children(number))
Sorry if this is confusing. Just looking streamline and figured this would help.
Randall