I am trying to multiply a number based on two levels of hierarchy. Currently it looks like this:
=SUMIF(CHILDREN([Rep Level]1), "1", CHILDREN([Sales Commission]1) * 0.07, SUMIF(CHILDREN([Rep Level]1), "2", CHILDREN([Sales Commission]1) * 0.03))
My error is an incorrect argument set. Any sugestions would be great.