View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett[_4_] Don Guillett[_4_] is offline
external usenet poster
 
Posts: 2,337
Default Calculate cell reference

have a look at INDIRECT function

--
Don Guillett
SalesAid Software

"Jesse Wiggins" wrote in message
...
I need to calculate a cell reference with a formula.

For instance:

Instead of using
=D6
I need to have excel calculate the '6' portion -- like this
=D&(COUNTIF(D6:D32,"<50"))
so it will use the result of the function to determine the cell number.

I have not been able to successfully reference a cell using a formula. Is
this even possible?

Thanks,
Jesse