SUMIF children using a drop down column
younge
✭✭
I want to use SUMIF, to sum up, a specified amount of money based on a drop-down column. I would like this to dynamically change the total amount shown depending on the chosen drop-down option. Is this possible?
This is a formula I tried but the logic of course isn't there:
=SUMIF(CHILDREN([Report Row]:[Report Row]), =PARENT([Report Row]@row), CHILDREN([Amount:Amount]))
Best Answer
-
Give this a try:
=SUMIFS(CHILDREN(), CHILDREN([Report Row]@row), @cell = [Report Row]@row)
Answers
-
-
Give this a try:
=SUMIFS(CHILDREN(), CHILDREN([Report Row]@row), @cell = [Report Row]@row)
-
Awesome @Paul Newcome this is exactly what I needed!
-
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!