View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default how do I write the formula to find the mean in a column of number

Try this:

=AVERAGE(A1:A20)

Hope this helps.

Pete

On Jan 18, 8:20*pm, lallen wrote:
I have a column of values and want to find the mean. *How do I write the
formula