A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

lookup row number



 
 
Thread Tools Display Modes
  #1  
Old April 21st, 2010, 02:31 PM posted to microsoft.public.excel.misc
Michael
external usenet poster
 
Posts: 1,186
Default lookup row number

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
  #2  
Old April 21st, 2010, 02:38 PM posted to microsoft.public.excel.misc
Jacob Skaria
external usenet poster
 
Posts: 5,952
Default lookup row number

Hi Michael

Try the below..
=MATCH("Mike",A:A,0)

--
Jacob (MVP - Excel)


"Michael" wrote:

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

  #3  
Old April 21st, 2010, 02:39 PM posted to microsoft.public.excel.misc
Fred Smith[_4_]
external usenet poster
 
Posts: 2,386
Default lookup row number

Match will give you the row number, as in:

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

Regards,
Fred

"Michael" wrote in message
...
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


  #4  
Old April 21st, 2010, 02:42 PM posted to microsoft.public.excel.misc
Michael
external usenet poster
 
Posts: 1,186
Default lookup row number


Excellent, thanks

"Jacob Skaria" wrote:

Hi Michael

Try the below..
=MATCH("Mike",A:A,0)

--
Jacob (MVP - Excel)


"Michael" wrote:

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

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:32 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.