Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have a set of data that alternates names and numbers within a row. For
example: Smith, 7, Jones, 5, Peters, 2, etc. I'm trying to pull out of each row the name associated with a specified number. So if the specified number is 2 in the example, I want the name Peters pulled out. The numbers are unique within each row, so there will be only one possible choice. I got a partial solution using the formula =MATCH(2,J3:AA3,0). This returns the position in the range where the number 2 is found. But I've been unable to display the name just before the 2 in the row. I tried OFFSET, but couldn't get it to work right. I would appreciate any help. Using Excel 97. Ken |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Seed numbers for random number generation, uniform distribution | Excel Discussion (Misc queries) | |||
#VALUE in cell but pop up function box show right number | Excel Discussion (Misc queries) | |||
excel format cells/Number/Category: Number problem | Excel Discussion (Misc queries) | |||
Use Julian Date To Create Serial Number | Excel Discussion (Misc queries) | |||
Lookup closest number in list | Excel Discussion (Misc queries) |