Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I would like to find the row number of a cell in column A with specific text.
Would any one help? |
#2
![]() |
|||
|
|||
![]()
=MATCH("text",A:A,0)
-- HTH RP (remove nothere from the email address if mailing direct) "james" wrote in message ... I would like to find the row number of a cell in column A with specific text. Would any one help? |
#3
![]() |
|||
|
|||
![]()
james wrote...
I would like to find the row number of a cell in column A with specific text. Would any one help? Hi James, Let's assume you were looking for the row number where "Stuff" is written in text. In cell B1.... =MATCH("Stuff", A1:A50,0) Here I am searching for A1:A50. You can choose the appropriate range. The result is 20. Thus, I know the row number is the 20th row of A1:A50, or row 20. I am not sure that is exactly what you are looking for. If not, please provide more detail. Hope that helps. Regards, Kevin |
#4
![]() |
|||
|
|||
![]()
=MATCH("specific text",$A:$A,0)
On Wed, 2 Feb 2005 15:47:02 -0800, "james" wrote: I would like to find the row number of a cell in column A with specific text. Would any one help? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Seed numbers for random number generation, uniform distribution | Excel Discussion (Misc queries) | |||
How to format a number in Indian style in Excel? | Excel Discussion (Misc queries) | |||
Defining a number in a cell by text then subtracting it by the tex | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions | |||
Finding the max of a column where values less than a specified number | Excel Worksheet Functions |