I am creating a financial kpi - actual vs budget.
I need to dispaly the % difference pos / neg between the two and use that outcome to conditional format by colour.
this formula gives kpi column:
=(IF(OR(C45<0,D45<0),((D45/C45)-1),(IF(C45>0&D45>0,((ABS(D45/C45)-1)),ABS((D45/C45)+2)))))
Budget Actual kpi
Septembe 11,521 -4,039 -135%
October -10,577 -12,178 15%
November 3,027 4,405 46%
Decembe -14,159 13,674 -197%
The october scenario of two neg figures needs to give an outcome of -15%, really appreciate guidnace on this last scenario or a simpler solution!
Thanks, Stoke
I need to dispaly the % difference pos / neg between the two and use that outcome to conditional format by colour.
this formula gives kpi column:
=(IF(OR(C45<0,D45<0),((D45/C45)-1),(IF(C45>0&D45>0,((ABS(D45/C45)-1)),ABS((D45/C45)+2)))))
Budget Actual kpi
Septembe 11,521 -4,039 -135%
October -10,577 -12,178 15%
November 3,027 4,405 46%
Decembe -14,159 13,674 -197%
The october scenario of two neg figures needs to give an outcome of -15%, really appreciate guidnace on this last scenario or a simpler solution!
Thanks, Stoke