View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
merjet merjet is offline
external usenet poster
 
Posts: 812
Default Find row referenced by a formula

Suppose the range is A3:A8 and the LARGE formula is in B3.
Then =MATCH(B3,A3:A8,0)+ROW(A3)-1 would give the row
number in col A of the value in B3.

Hth,
Merjet