Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I think my question can be handled via the Offset function but not sure...
I have my data table looking like so: row2 !35 Q !115 CBO !34 1562 row3 !35 Q !34 1576 !72 COB I am trying to find a formula for b2....b200 below (filled in with the correct value for this example) that will look at the value in B1, and then look at the same row in my data table and return the value 1 cell to the right: !34 row2 1562 row3 1576 Thank you in advance. |
#2
![]() |
|||
|
|||
![]()
Not sure if the data contains row2 or that is signifying the row?
Anyway assuming the data table is in N2:Ynn, something like =INDEX(N2:Y2,MATCH($B$1,M2:X2,0)) -- HTH Bob Phillips "carl" wrote in message ... I think my question can be handled via the Offset function but not sure... I have my data table looking like so: row2 !35 Q !115 CBO !34 1562 row3 !35 Q !34 1576 !72 COB I am trying to find a formula for b2....b200 below (filled in with the correct value for this example) that will look at the value in B1, and then look at the same row in my data table and return the value 1 cell to the right: !34 row2 1562 row3 1576 Thank you in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Offset Function works in cell, not in named range | Excel Worksheet Functions | |||
Links to 2nd closed worksheet fail when using offset function ?? | Excel Worksheet Functions | |||
Excel option to store trendline's coefficients in cells for use | Charts and Charting in Excel | |||
help with offset function | Excel Worksheet Functions | |||
Hyperlinks using R[1]C[1] and offset function in its cell referenc | Excel Worksheet Functions |