M
mrroboto
Can you help me determine what is wrong with this?
IF(H8<(0.7*H10),(0.07*H8))
(OR((H8<(0.8*H10)),H8>(0.69*H10)),(0.08*H8))
Basically what I am trying to do is have the worksheet display th
payout based on profit and what % of goal that profit represents. H8 i
the profit (which changes each day) and H10 is the goal (i.e. 100%)
There is a variable payout based on the what % of goal H8 is. Fo
example, if H8 is 60-69% of H10, the payout is 7% of H8, if H8 i
70-79% of H10, the payout is 8%, and so on. Let me know if you nee
more clarification.
Thank
IF(H8<(0.7*H10),(0.07*H8))
(OR((H8<(0.8*H10)),H8>(0.69*H10)),(0.08*H8))
Basically what I am trying to do is have the worksheet display th
payout based on profit and what % of goal that profit represents. H8 i
the profit (which changes each day) and H10 is the goal (i.e. 100%)
There is a variable payout based on the what % of goal H8 is. Fo
example, if H8 is 60-69% of H10, the payout is 7% of H8, if H8 i
70-79% of H10, the payout is 8%, and so on. Let me know if you nee
more clarification.
Thank