Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default vlookup between values

Hi All,
Hi All,

Any body knows how to make a vlookup between to vlaues?

i have this table
-----------------------------------------------
| x | A | B | C |
-----------------------------------------------
| 1 | Name | Min | Max |
-----------------------------------------------
| 2 | Jason | 0 | 129 |
-----------------------------------------------
| 3 | Brian | 130 | 226 |
-----------------------------------------------
| 4 | George | 227 | 478 |
-----------------------------------------------
| 5 | Michael | 479 | 548 |
-----------------------------------------------


what i want is to make a vlookup to look for the value givin -which is
between the Min and Max column ex. 112 - and return the name which
should be "Jason in this case.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default vlookup between values

=INDEX(A2:A5,MAX(1,MATCH(112,B2:B5,1)+1))

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

wrote in message
oups.com...
Hi All,
Hi All,

Any body knows how to make a vlookup between to vlaues?

i have this table
-----------------------------------------------
| x | A | B | C |
-----------------------------------------------
| 1 | Name | Min | Max |
-----------------------------------------------
| 2 | Jason | 0 | 129 |
-----------------------------------------------
| 3 | Brian | 130 | 226 |
-----------------------------------------------
| 4 | George | 227 | 478 |
-----------------------------------------------
| 5 | Michael | 479 | 548 |
-----------------------------------------------


what i want is to make a vlookup to look for the value givin -which is
between the Min and Max column ex. 112 - and return the name which
should be "Jason in this case.



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
combine multiple values in a table into one cell using vlookup? Liam S. Excel Worksheet Functions 0 July 27th 06 09:21 PM
VLOOKUP using another table for comparison values Karen S. Excel Worksheet Functions 3 June 15th 06 09:56 PM
use vlookup or other to find the nearest values (<) or interpola Rodney Excel Worksheet Functions 4 April 5th 06 09:21 PM
Vlookup on a worksheet with similar values GWHITE1 Excel Worksheet Functions 3 December 31st 05 04:16 PM
vlookup returning multiple values soph Excel Worksheet Functions 2 October 14th 05 05:17 AM


All times are GMT +1. The time now is 01:58 AM.

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

About Us

"It's about Microsoft Excel"