View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default how to average this?

Hi
=AVERAGE(A1:A7)

--
Regards
Frank Kabel
Frankfurt, Germany

"KiriumF1" schrieb im Newsbeitrag
...
i have 7 rows by 7 columns of data. How to program in such a way to

output 1
row with the average of the 7 rows of data? Thanks in advance!