View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
avi avi is offline
external usenet poster
 
Posts: 195
Default Referring to a certain column in an array

Hello,

I have an array with 10 column and many rows

I want to perform an Excel function (as average) on a specific column

Is there a way to do it directly? I look for something as :

Application.Average(MyArray(*,6)) for the average of
column 6

Thanks for your help

Avi