Hi Again,
I have another formula giving me trouble ... (LOL)
=IF(B13="FT",(F18/37.5*C20),IF(B13="contract",(F18/37.5*C20),IF(B13="PT",52.5)))
The formula works as is BUT I want it to do this instead:
If B13=FT (F18/37.5*20)
if B13 = PT enter 52.5
If B13 = Contract AND D13 = PT then enter "6%"
if B13 = Contract AND D13 = FT then (F18/37.5*C20)
I've got this formula - but I'm getting a "false" response:
=IF(B13="FT",(F18/37.5*C20),IF(AND(B13="contract",D13="FT")*(F18/37.5*C20),IF(AND(B13="contract",D13="PT")*"6%",IF(B13="PT",52.5))))
Thanks in advance !!
I have another formula giving me trouble ... (LOL)
=IF(B13="FT",(F18/37.5*C20),IF(B13="contract",(F18/37.5*C20),IF(B13="PT",52.5)))
The formula works as is BUT I want it to do this instead:
If B13=FT (F18/37.5*20)
if B13 = PT enter 52.5
If B13 = Contract AND D13 = PT then enter "6%"
if B13 = Contract AND D13 = FT then (F18/37.5*C20)
I've got this formula - but I'm getting a "false" response:
=IF(B13="FT",(F18/37.5*C20),IF(AND(B13="contract",D13="FT")*(F18/37.5*C20),IF(AND(B13="contract",D13="PT")*"6%",IF(B13="PT",52.5))))
Thanks in advance !!