View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave F Dave F is offline
external usenet poster
 
Posts: 2,574
Default Use Vlookup or similiar function to find the row of the target cel

=ROW(VLOOKUP([your vlookup]))

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"J@Y" wrote:

Vlookup returns the value of the cell. How do I make so that it returns the
row # of the cell?