Thread: Limit on Logic
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Nash13 Nash13 is offline
external usenet poster
 
Posts: 10
Default Limit on Logic

I am trying to build a logic statement with 11 arguments. We are using Excel
2003 which I am assuming has a limit on 7 such arguments. I've attached my
formula below, how can I bypass these limits?

Thank you

=IF(D2=10,"250",IF(D2=9,"225",IF(D2=8,"200",IF( D2=7,"175",IF(D2=6,"150",IF(D2=5,"125",IF(D2=4 ,"100",IF(D2=3,"75",IF(D2=2,"50",IF(D2=1,"25",I F(D2=0,"0","N/A"))))))))))