#1   Report Post  
Posted to microsoft.public.excel.misc
AJB AJB is offline
external usenet poster
 
Posts: 40
Default vlookup formula

if my table is as follows:

1 - 1499 0.170
1500-2499 0.153
2500-3999 0.124
4000-5999 0.107
6000-9999 0.094
10000-14999 0.080
15000-19999 0.068
20,000 0.064


If my value is 4100, how can vlookup return the value 0.107?

thanks,

Andy

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,388
Default vlookup formula

Hi,
VLOOKUP only needs the lower value for each criteria. It gets its upper
value from the next cell in the table. Your data should be just:

1..................0.17
1500...........0.153
2500...........0.124
4000...........0107
6000...........0.094
10000.........0.080
15000.........0.068
20000.........0.064

If your table is A10:B17 and your number (in this case, 4100) is in A1, put
this into A2:
=VLOOKUP(A1,A10:B17,2)

Regards - Dave.


"AJB" wrote:

if my table is as follows:

1 - 1499 0.170
1500-2499 0.153
2500-3999 0.124
4000-5999 0.107
6000-9999 0.094
10000-14999 0.080
15000-19999 0.068
20,000 0.064


If my value is 4100, how can vlookup return the value 0.107?

thanks,

Andy

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default vlookup formula

In-cell LOOKUP

=LOOKUP(B1,{0,1500,2500,4000,6000,10000,15000,2000 0},{0.17,0.153,0.124,0.107,0.94,0.08,0.68,0.064})


Gord Dibben MS Excel MVP

On Wed, 30 Apr 2008 18:11:34 -0700, AJB wrote:

if my table is as follows:

1 - 1499 0.170
1500-2499 0.153
2500-3999 0.124
4000-5999 0.107
6000-9999 0.094
10000-14999 0.080
15000-19999 0.068
20,000 0.064


If my value is 4100, how can vlookup return the value 0.107?

thanks,

Andy


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
convert vlookup formula to link formula AFA Excel Worksheet Functions 0 February 20th 08 04:24 AM
VLOOKUP formula masonn2 Excel Discussion (Misc queries) 4 August 9th 07 10:28 AM
Help with IF(VLOOKUP) formula Juhnny Excel Discussion (Misc queries) 2 March 6th 07 07:14 PM
Excel 2002 VLOOKUP formula or other formula Serge Excel Discussion (Misc queries) 4 February 26th 07 03:56 PM
vlookup formula Afolabi Excel Discussion (Misc queries) 11 July 10th 06 10:25 AM


All times are GMT +1. The time now is 04:05 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"