Function that provides cell address

T

Tony Bender

Is there a function that will tell me which cell - within a set column
- a certain name is located?

Thanks
 
J

Jim Cone

The Address function is one way.
If the name is in column C and you are looking for "Tony" then...
=ADDRESS(MATCH("Tony",C:C,0),3)

Match returns the row, and 3 is the column.
--
Jim Cone
Portland, Oregon USA
http://www.mediafire.com/PrimitiveSoftware
(free and commercial excel programs)

..
..
..

"Tony Bender" <[email protected]>
wrote in message
Is there a function that will tell me which cell - within a set column
- a certain name is located?
Thanks
 
G

Gord Dibben

One function. There are more.

=ADDRESS(MATCH("qwerty",H:H),8)


Gord Dibben MS Excel MVP
 

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