Thread: Refering a cell
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Refering a cell

=index(a:a,count(b1:b30))
may work for you.

Arun Kumar Saha wrote:

Dear all Excel Gurus,

Suppose I want to access the value of cell a30. Therefore in formula
bar I should write: "=$a$30".

Now suppose this '30' comes from other calculation like :
"=count(B1:B30)

Is there is procedure to directly write "=count(B1:B30)" instead the
value 30 like:

"=$a$count(B1:B30)"?

I tried with this syntax but got error. I am looking for an alternative
of that.

If anyone give me any suggestion it would be very helpful for me.

Thanks,
Arun
Hyderabad, INDIA

--
Arun Kumar Saha


--

Dave Peterson