Forum Discussion
Jpalaci1
Mar 28, 2022Brass Contributor
Merit Increase Schedule Formula
I have a payroll file where I forecast out for the next five years how much base pay is with scenarios of merit earned by percentage. I have a working formula I created but wonder if there's an easie...
- Mar 28, 2022
You may add helper data as in column G
and use formula
=[@[Salary Amount]]*(1+SUM( $F$1:INDEX($F$1:$F$7, MATCH( DATE([@Year],[@Month],1), $G$1:$G$7, 1 ) ) ))
SergeiBaklan
Mar 28, 2022Diamond Contributor
You may add helper data as in column G
and use formula
=[@[Salary Amount]]*(1+SUM( $F$1:INDEX($F$1:$F$7, MATCH( DATE([@Year],[@Month],1), $G$1:$G$7, 1 ) ) ))
Jpalaci1
Mar 30, 2022Brass Contributor
Thank you so much! This worked.
- SergeiBaklanMar 31, 2022Diamond Contributor
Jpalaci1 , you are welcome