Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Hi,
Is there any way that I can get lookup or an equivalent to use the next value that is GREATER than the lookup value? My data is not sorted and can not be sorted. Other data is as follow: Lookup value: 50 lookup_array:F14:F77 Resulting value: B14:B77 Tim |
#2
![]() |
|||
|
|||
![]()
=INDEX($B$14:$B$77,MATCH(MIN(IF($F$14:$F$7750,$F$ 14:$F$77)),$F$14:$F$77,0))
which must be confirmed with control+shift+enter, not just with enter. Tim wrote: Hi, Is there any way that I can get lookup or an equivalent to use the next value that is GREATER than the lookup value? My data is not sorted and can not be sorted. Other data is as follow: Lookup value: 50 lookup_array:F14:F77 Resulting value: B14:B77 Tim |
#3
![]() |
|||
|
|||
![]()
Thank You !
It functions. I try to do smth simmilar. but didn't confirm it with ctrl+shift +enter so that's why I got confusing results. "Aladin Akyurek" wrote: =INDEX($B$14:$B$77,MATCH(MIN(IF($F$14:$F$7750,$F$ 14:$F$77)),$F$14:$F$77,0)) which must be confirmed with control+shift+enter, not just with enter. Tim wrote: Hi, Is there any way that I can get lookup or an equivalent to use the next value that is GREATER than the lookup value? My data is not sorted and can not be sorted. Other data is as follow: Lookup value: 50 lookup_array:F14:F77 Resulting value: B14:B77 Tim |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
vlookup - finding the next value that is GREATER than the lookup value? | Excel Worksheet Functions | |||
Finding LARGE value within range of lookup table | Excel Discussion (Misc queries) | |||
Lookup Vector > Lookup Value | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
double lookup, nest, or macro? | Excel Worksheet Functions |