Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I want to do something like a vlookup but instead of looking for a specific
number, I want to look for a range and then return a value. An example would be I want to return a letter grade based on test scores. I have the low end of the ranges in column A, high end in column B and in this case, the Grade would be in Column C. How do I do this without having to write a long IF statement? |
#2
![]() |
|||
|
|||
![]()
Try...
=VLOOKUP(D1,$A$1:$C$10,3,TRUE) ....where D1 contains your lookup value. Hope this helps! In article , "Jake" wrote: I want to do something like a vlookup but instead of looking for a specific number, I want to look for a range and then return a value. An example would be I want to return a letter grade based on test scores. I have the low end of the ranges in column A, high end in column B and in this case, the Grade would be in Column C. How do I do this without having to write a long IF statement? |
#3
![]() |
|||
|
|||
![]()
Oh - so that's what "True" does. Thanks, I always just typed "False"
automatically... "Domenic" wrote: Try... =VLOOKUP(D1,$A$1:$C$10,3,TRUE) ....where D1 contains your lookup value. Hope this helps! In article , "Jake" wrote: I want to do something like a vlookup but instead of looking for a specific number, I want to look for a range and then return a value. An example would be I want to return a letter grade based on test scores. I have the low end of the ranges in column A, high end in column B and in this case, the Grade would be in Column C. How do I do this without having to write a long IF statement? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lookup from a range on separate sheets | Excel Discussion (Misc queries) | |||
Range Lookup? Is there such a thing like this? | Excel Worksheet Functions | |||
Lookup the latest date in a range so it appears as my result | Excel Discussion (Misc queries) | |||
Lookup with search range start based on position of last blank lin | Excel Worksheet Functions | |||
double lookup, nest, or macro? | Excel Worksheet Functions |