=*LOOKUP* (D16,{3001,5001,6001,7001,8001,9001,15001,25001,40001},{30,40,45,50,60,110,130,150,200})
or.. =*VLOOKUP*(D16,$A$1:$B$9,2,TRUE) the above VLookUp fungtion refers to a table *tabel A1:B9* * 3001 30 * * 5001 40 * * 6001 45 * * 7001 50* * 8001 60* * 9001 110* *15001 130* *25001 150* *40001 200 * On Wed, Jul 6, 2011 at 6:26 PM, Kal xcel <kalx...@gmail.com> wrote: > Dear Experts, > > For this chart > > 3001-5000 = 30 > 5001-6000 = 40 > 6001-7000 = 45 > 7001-8000 = 50 > 8001-9000 = 50 > 9001-15000 = 110 > 15001-25000 = 130 > 25001-40000 = 150 > 40001>= = 200 > > I use this formula: > > > > =IF(AND(D16>=3001,D16<=5000),30,IF(AND(D16>=5001,D16<=6000),40,IF(AND(D16>=6001,D16<=7000),45,IF(AND(D16>=7001,D16<=8000),50,IF(AND(D16>=8001,D16<=9000),90,IF(AND(D16>=9001,D16<=15000),110,IF(AND(D16>=15001,D16<=25000),130,IF(AND(D16>=25001,D16<=40000),150,IF(AND(D16>=40001),200,0))))))))) > > Is their any other short/intelligent way to get desired result? > > Please help > > Thanks in advance > > Kalyan > -- ---------------------------------------------------------------------------------- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310 3. Excel tutorials at http://www.excel-macros.blogspot.com 4. Learn VBA Macros at http://www.quickvba.blogspot.com 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com To post to this group, send email to excel-macros@googlegroups.com <><><><><><><><><><><><><><><><><><><><><><> Like our page on facebook , Just follow below link http://www.facebook.com/discussexcel
LOOKUP and VLOOUP (1_2_3_TRUE).xls
Description: MS-Excel spreadsheet