Am looking at offer from perspective employer and don't understand an IF statement. Cells refer to Goal and Actual Gross Profit values. First part of IF statement is straightforward, IF cell D29 is greater than D21, than 1. Easy enough, if Actual GP is higher than goal, return 100% to the cell and I get 100% of available commission. The second part is puzzling. Here is entire formula.
=IF(D29>D21,1,(1-((1-D35)*2)))
D35 points to a calculated % value of GP Plan (example: GP Actual is 90% of goal). Why multiply by two?
Thanks.
=IF(D29>D21,1,(1-((1-D35)*2)))
D35 points to a calculated % value of GP Plan (example: GP Actual is 90% of goal). Why multiply by two?
Thanks.