lookup row number

M

Michael

Hi,
can you tell me how to lookup the row number of a name in a list.

EG say I have a list of names as below:

Andrew
Mike
Steve
Ian
Paul

I would normally just add a column with the row numbers and then lookup the
row number in the second column but is it possible to do without adding the
extra column by using the row formula someohow?

Thanks
 
F

Fred Smith

Match will give you the row number, as in:

=MATCH("Andrew",A1:A5,0)

Regards,
Fred
 

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

Top