Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22
Default use row numbers from a list in subsequent formula

Is there a straightforward way to scan thru a column and identify each row
numer that contains a specific value in the column? The column is not in any
sort sequence. I waant to use the row numbers obtained as input to a formula
afterwards.
Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,089
Default use row numbers from a list in subsequent formula

You could use MATCH

For example:

=MATCH(B1,A:A,0)

looks for the value in cell B1 in the cells in column A and returns the
relative position.

So, if you had a, b, c, d, e, ... in cells A1, A2, A3, A4, A5, ... and c in
cell B1 it would return 3

If there are multiple cells with c in them it would be more complex ... and
the answer might depend on how you wanted to see the output.

Regards

Trevor


"carl43m" wrote in message
...
Is there a straightforward way to scan thru a column and identify each
row
numer that contains a specific value in the column? The column is not in
any
sort sequence. I waant to use the row numbers obtained as input to a
formula
afterwards.
Thanks.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional format from a list of numbers langba Excel Discussion (Misc queries) 3 April 7th 06 11:02 AM
How to identify a list of numbers as a publisher field mmcdowell Excel Discussion (Misc queries) 1 March 17th 06 09:25 AM
list formula for dates Jim Excel Worksheet Functions 3 January 19th 06 07:12 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 06:54 AM.

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

About Us

"It's about Microsoft Excel"