Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Simplify a large nesting string to use in Excel 2003

How do I simplify the below string to use in Excel 2003. It works in Excel
2007. Is there an easier way to get the same result? Perhaps vlookup and how
would I set it up?
I appreciate any help.
Signed,
Rookie Excel dude

=IF(AND(($C$15)<=270,($C$14)<=20),"vct4482b",IF(AN D(($C$15)<=270,($C$14)<=30),"vct4493b",IF(AND(($C$ 15)<=330,($C$14)<=20),"vct4466b",IF(AND(($C$15)<=3 30,($C$14)<=30),"vct4478b",IF(AND(($C$15)=330,($C$ 14)<=40),"vct4476b",IF(AND(($C$15)<=400,($C$14)<=4 0),"vct4477b",IF(AND(($C$15)<=400,($C$14)<=50),"vc t4473b",IF(AND(($C$15)<=450,($C$14)<=60),"vct4467b ",IF(AND(($C$15)<=450,($C$14)<=70),"vct4479b",IF(A ND(($C$15)<=550,($C$14)<=80),"vct4471b",IF(AND(($C $15)<=550,($C$14)<=90),"vct4469b",IF(AND(($C$15)<= 570,($C$14)<=100),"vct4468b",IF(AND(($C$15)=630,($ C$14)<=110),"vct4484b",IF(AND(($C$15)=750,($C$14)< =120),"vct4472b",IF(AND(($C$15)<=750,($C$14)<=130) ,"vct4470b","NA")))))))))))))))

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default Simplify a large nesting string to use in Excel 2003

Hi,

Something of the form

=IF(AND($C$15<=270,$C$14<=20),"vct4482b",IF(AND($C $15<=270,$C$14<=30),"vct4493b","")&IF(AND($C$15<=3 30,$C$14<=20),"vct4466b",IF(AND($C$15<=330,$C$14<= 30),"vct4478b",IF(AND($C$15=330,$C$14<=40),"vct447 6b","")&IF(AND($C$15<=400,$C$14<=40),"vct4477b",IF (AND($C$15<=400,$C$14<=50),"vct4473b","")&IF(AND($ C$15<=450,$C$14<=60),"vct4467b",IF(AND($C$15<=450, $C$14<=70),"vct4479b","")&IF(AND($C$15<=550,$C$14< =80),"vct4471b",IF(AND($C$15<=550,$C$14<=90),"vct4 469b","")&IF(AND($C$15<=570,$C$14<=100),"vct4468b" ,"")&IF(AND($C$15=630,$C$14<=110),"vct4484b","")&I F(AND($C$15=750,$C$14<=120),"vct4472b",IF(AND($C$1 5<=750,$C$14<=130),"vct4470b","NA")

I removed a lot of unnecessary parentheses, those around things like ($C$14).

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Keven89" wrote:

How do I simplify the below string to use in Excel 2003. It works in Excel
2007. Is there an easier way to get the same result? Perhaps vlookup and how
would I set it up?
I appreciate any help.
Signed,
Rookie Excel dude

=IF(AND(($C$15)<=270,($C$14)<=20),"vct4482b",IF(AN D(($C$15)<=270,($C$14)<=30),"vct4493b",IF(AND(($C$ 15)<=330,($C$14)<=20),"vct4466b",IF(AND(($C$15)<=3 30,($C$14)<=30),"vct4478b",IF(AND(($C$15)=330,($C$ 14)<=40),"vct4476b",IF(AND(($C$15)<=400,($C$14)<=4 0),"vct4477b",IF(AND(($C$15)<=400,($C$14)<=50),"vc t4473b",IF(AND(($C$15)<=450,($C$14)<=60),"vct4467b ",IF(AND(($C$15)<=450,($C$14)<=70),"vct4479b",IF(A ND(($C$15)<=550,($C$14)<=80),"vct4471b",IF(AND(($C $15)<=550,($C$14)<=90),"vct4469b",IF(AND(($C$15)<= 570,($C$14)<=100),"vct4468b",IF(AND(($C$15)=630,($ C$14)<=110),"vct4484b",IF(AND(($C$15)=750,($C$14)< =120),"vct4472b",IF(AND(($C$15)<=750,($C$14)<=130) ,"vct4470b","NA")))))))))))))))

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2003 - importing a large .csv file Linda in Wyo Excel Discussion (Misc queries) 4 November 8th 08 02:54 AM
simplify a large formula Centauro New Users to Excel 7 July 30th 08 03:11 AM
LARGE with text string edwardpestian Excel Worksheet Functions 2 July 12th 06 05:08 AM
Large integers in excel 2003 are rounded ?? Is this a BUG ? Mike One Excel Discussion (Misc queries) 2 December 14th 05 08:11 PM
Simplify Process with Excel 2003 Zraxius New Users to Excel 1 December 5th 04 01:55 PM


All times are GMT +1. The time now is 12:45 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"