View Single Post
  #3   Report Post  
Domenic
 
Posts: n/a
Default


There may be a better way, but assuming that the first row contains your
labels and your data starts in the second row, try the following...

=INDEX(A2:J1000,SUMPRODUCT((A2:J1000=L2)*ROW(A2:J1 000))-CELL("row",A1),SUMPRODUCT((A2:J1000=L2)*COLUMN(A2: J1000))+1)

...where L2 contains the phone number of interest.

Hope this helps!


--
Domenic
------------------------------------------------------------------------
Domenic's Profile: http://www.excelforum.com/member.php...o&userid=10785
View this thread: http://www.excelforum.com/showthread...hreadid=274273