S
Steve Cohen
I believe I read in the help file for Excel that up to seven IF functions
can be nested. Is there any way around this?
I have a formula that is the following....
=IF(F4="Winings",(A3+B3),IF(F4="Deposit",ABS(A4),IF(F4="Withdrawal",-ABS(A4)
,IF(F4="Bet",-ABS(A4),IF(F4="Bonus",ABS(A4),IF(F4="Void",+ABS(A3),IF(F4="Fee
",-ABS(A4),"")))))))
I need to add at least one more option "Lose"
=IF(F4="Winings",(A3+B3),IF(F4="Deposit",ABS(A4),IF(F4="Withdrawal",-ABS(A4)
,IF(F4="Bet",-ABS(A4),IF(F4="Bonus",ABS(A4),IF(F4="Void",+ABS(A3),IF(F4="Fee
",-ABS(A4),IF(F4="Lose",-ABS(A4),""))))))))
Dong it the way I have a above doesn't work, Is there another way to
acomplish this?
Thanks
Steve
can be nested. Is there any way around this?
I have a formula that is the following....
=IF(F4="Winings",(A3+B3),IF(F4="Deposit",ABS(A4),IF(F4="Withdrawal",-ABS(A4)
,IF(F4="Bet",-ABS(A4),IF(F4="Bonus",ABS(A4),IF(F4="Void",+ABS(A3),IF(F4="Fee
",-ABS(A4),"")))))))
I need to add at least one more option "Lose"
=IF(F4="Winings",(A3+B3),IF(F4="Deposit",ABS(A4),IF(F4="Withdrawal",-ABS(A4)
,IF(F4="Bet",-ABS(A4),IF(F4="Bonus",ABS(A4),IF(F4="Void",+ABS(A3),IF(F4="Fee
",-ABS(A4),IF(F4="Lose",-ABS(A4),""))))))))
Dong it the way I have a above doesn't work, Is there another way to
acomplish this?
Thanks
Steve