RE: cell ref
- From: "bj" <bj@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 30 Jun 2005 08:16:37 -0700
if there is only one occurance of the number
You can check by =countif(range,value)
you can get the row and column by
=sum(if(range=value,row(range),0))
entered as an array (control-shift-enter)
and
=sum(if(range=value,column(range),0))
also entered as an array
if there is more than one occurance, it gets more complicated
and depends on what you want to do with the information.
"ceemo" wrote:
>
> hi say i have in column a a list of numbers and i want to find the cell
> ref (column and row) of a specific number, can i do this?
>
>
> --
> ceemo
> ------------------------------------------------------------------------
> ceemo's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=10650
> View this thread: http://www.excelforum.com/showthread.php?threadid=383496
>
>
.
- References:
- cell ref
- From: ceemo
- cell ref
- Prev by Date: Re: How to copy and paste same formula in multiple cells?
- Next by Date: Subtotal and Names - Excel 2003
- Previous by thread: cell ref
- Next by thread: Re: cell ref
- Index(es):
Relevant Pages
|