row and cell reference

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I am using a match function to reference various cells. Is there a way to
use that match fuction with a row function to be able to tell me what the row
number of the cell is that I am looking up?
 
One way

=MATCH(value,range,0)+ROW(range)-1

where the range in both functions is the same
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top