View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Victor[_3_] Victor[_3_] is offline
external usenet poster
 
Posts: 7
Default Indirect reference

I want to calculate an average.
The formula is: AVERAGE(C4:Cx)
X represents the value of: COUNT(C4:C16)and is therefore
variable.
How do I input X value in my AVERAGE formula?

I think it has something to do with INDIRECT but I
couldn't find an example I could apply to my specific
problem.

Thanks in avance