=match(11,a:a,0)
will give you the row of the matching cell (if there is one) in column A.
or
=match(b1,a:a,0)
if B1 holds 11
> Hi,
>
[quoted text clipped - 25 lines]
> Sincerely,
> Rambo

Signature
Dave Peterson
Ragdyer - 17 Sep 2007 03:04 GMT
To add to what Dave said, you should take into consideration that Match() is
"relative".
Relative to the location *IN* the data range.
If your list was in A25 to A31,
=Match(11,A25:A31,0)
Would still return a 4, not the row number of 28.

Signature
HTH,
RD
---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
> =match(11,a:a,0)
> will give you the row of the matching cell (if there is one) in column A.
[quoted text clipped - 32 lines]
> > Sincerely,
> > Rambo