Hi all,
I have the following formula, but not working. Currently, the value in G6 is 2018 and H6=P3, so i want the following formula to apply:
(P$2-$I6)/P$2*($J6/26*P$1)
unfortunately, the last formula after the final column is what Excel is finding, which is the formula to use if G6 DOES NOT = 2018.
can anybody spot what I'm doing wrong here? Thanks so much!
=IF(AND($G6="2018",$H6>P$3),0,IF(AND($G6="2018",$H6=P$3),(P$2-$I6)/P$2*($J6/26*P$1),$J6/26*P$1))
I have the following formula, but not working. Currently, the value in G6 is 2018 and H6=P3, so i want the following formula to apply:
(P$2-$I6)/P$2*($J6/26*P$1)
unfortunately, the last formula after the final column is what Excel is finding, which is the formula to use if G6 DOES NOT = 2018.
can anybody spot what I'm doing wrong here? Thanks so much!
=IF(AND($G6="2018",$H6>P$3),0,IF(AND($G6="2018",$H6=P$3),(P$2-$I6)/P$2*($J6/26*P$1),$J6/26*P$1))