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]))