R
Rowdy
Can anyone tell me if there is a arguement limit when
using Nested IF statements in excel. The statement works
with 8 arguements
=IF(D2="401K","01",IF(D2="CRUNIO","02",IF
(D2="REGEARN","03",IF(D2="OTEARN","04",IF
(D2="HOLEARN","05",IF(D2="VACEARN","06",IF
(D2="SICKEARN","07",IF(D2="OIPEARN","08"," "))))))))
Once I add the 9th argument I get an error message "The
formula you typed has an error".
=IF(D2="401K","01",IF(D2="CRUNIO","02",IF
(D2="REGEARN","03",IF(D2="OTEARN","04",IF
(D2="HOLEARN","05",IF(D2="VACEARN","06",IF
(D2="SICKEARN","07",IF(D2="OIPEARN","08",IF
(D2="FUNERALEARN","09"," ")))))))))
I actually have 20 arguement but can't get past 8.
I would appreciate anyones help.
Thanks
using Nested IF statements in excel. The statement works
with 8 arguements
=IF(D2="401K","01",IF(D2="CRUNIO","02",IF
(D2="REGEARN","03",IF(D2="OTEARN","04",IF
(D2="HOLEARN","05",IF(D2="VACEARN","06",IF
(D2="SICKEARN","07",IF(D2="OIPEARN","08"," "))))))))
Once I add the 9th argument I get an error message "The
formula you typed has an error".
=IF(D2="401K","01",IF(D2="CRUNIO","02",IF
(D2="REGEARN","03",IF(D2="OTEARN","04",IF
(D2="HOLEARN","05",IF(D2="VACEARN","06",IF
(D2="SICKEARN","07",IF(D2="OIPEARN","08",IF
(D2="FUNERALEARN","09"," ")))))))))
I actually have 20 arguement but can't get past 8.
I would appreciate anyones help.
Thanks