T
tayar77
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.
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.