Hi folks,
I'm struggling with a formula that should be simple.
When the formula is this, it works great for one of two Types. The second type pulls the wrong Billing Annual Fee.
=IFERROR(INDEX(COLLECT({Billing Annual Fee}, {Segment}, Segment@row, {Billing Ownership}, [Billing Ownership]@row), 1), 0)
When I modify the formula to this, the second type results in 0. Luckily, it does not change the the results in the first type fields.
=IFERROR(INDEX(COLLECT({Billing Annual Fee}, {Segment}, Segment@row, {Billing Ownership}, [Billing Ownership]@row, {Type}, Type@row), 1), 0)
I am sure that I'm just tired and missing something incredibly simple, I would appreciate a second set of eyes on this.