Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
if you are using the index/match combination function is it possible to index
the row below the result. In other words is it possible to take result of index(a1:a5,match(c1,b1:b5),0)) and add one row. Thanks most helpful ones ST |
#2
![]() |
|||
|
|||
![]()
Of course, add 1
=INDEX(A1:A5,MATCH(C1,B1:B5)+1,0) -- HTH RP (remove nothere from the email address if mailing direct) "StevenL" wrote in message ... if you are using the index/match combination function is it possible to index the row below the result. In other words is it possible to take result of index(a1:a5,match(c1,b1:b5),0)) and add one row. Thanks most helpful ones ST |
#3
![]() |
|||
|
|||
![]()
Since you appear to look up with match-type (range_lookup in MS
parlance) set to 1/TRUE, I'll gamble that you probably want: =INDEX($B$1:$B$5,MATCH(C1,$A$1:$A$5)+(LOOKUP(C1,$A $1:$A$5)<C1)) Otherwise, see Bob Phillips's reply. StevenL wrote: if you are using the index/match combination function is it possible to index the row below the result. In other words is it possible to take result of index(a1:a5,match(c1,b1:b5),0)) and add one row. Thanks most helpful ones ST |
#4
![]() |
|||
|
|||
![]() "StevenL" wrote: if you are using the index/match combination function is it possible to index the row below the result. In other words is it possible to take result of index(a1:a5,match(c1,b1:b5),0)) and add one row. Thanks most helpful ones ST |
#5
![]() |
|||
|
|||
![]()
BOB / ALADIN, both of replies provided solution.
Thank you both greatly! "StevenL" wrote: if you are using the index/match combination function is it possible to index the row below the result. In other words is it possible to take result of index(a1:a5,match(c1,b1:b5),0)) and add one row. Thanks most helpful ones ST |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Maintaining cell reference after sorting | Excel Discussion (Misc queries) | |||
inserting data from a row to a cell, when the row number is specified by a formula in a cell | New Users to Excel | |||
Addition to Turn cell red if today is greater or equal to date in cell | New Users to Excel | |||
GET.CELL | Excel Worksheet Functions | |||
VLookup resulting in a blank cell... | Excel Worksheet Functions |