=OFFSET(MATCH(My frustration continues!))

  • Thread starter Thread starter Confused
  • Start date Start date
C

Confused

I have text/data in cells (A1:B10)
B1 and B10 have the same data, with different corresponding entries in
Column A.

In C1 I have the formula
=OFFSET(A1:B6,MATCH(Sheet1!B1,OFFSET(A1:B6,0,1,ROWS(A1:B6),1),0)-1,0,1,1)
which gives me the data in A1, but....

what I want is to be able to look up the 2nd occurence (B10) and get the
corresponding data in A10.
 
Back
Top