Use Vlookup or similiar function to find the row of the target cel

J

J@Y

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

J@Y

=Row needs a cell as input, Vlookup outputs a string value

Dave F said:
=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 said:
Vlookup returns the value of the cell. How do I make so that it returns the
row # of the cell?
 
Top