Feb 24, 2003 #1 luceze Programmer Joined Apr 26, 2001 Messages 842 Location US Is there a way to put more than 7 arguments in a nested if statement?
Feb 24, 2003 1 #2 xlbo MIS Joined Mar 26, 2002 Messages 15,080 Location GB Nope - you can use NON NESTED if statements tho =IF(A1=1,1,""&if(A1=2,2,""&if(A1=3,3,"".....etc etc ad nauseum Rgds Geoff Vah! Denuone Latine loquebar? Me ineptum. Interdum modo elabitur Upvote 0 Downvote
Nope - you can use NON NESTED if statements tho =IF(A1=1,1,""&if(A1=2,2,""&if(A1=3,3,"".....etc etc ad nauseum Rgds Geoff Vah! Denuone Latine loquebar? Me ineptum. Interdum modo elabitur
Feb 24, 2003 Thread starter #3 luceze Programmer Joined Apr 26, 2001 Messages 842 Location US Thanks Geoff! Upvote 0 Downvote