How do I average a column?

J

Jim Ryan

As an old Lotus user we just used @avg(b3..b100). Have set up a spreadsheet
to monitor bike rides - distances, time etc and would like to include a
running average in row 1.
Many thanks
 
G

Gary''s Student

Very similar to Lotus. Use:

=AVERAGE(B3:B100)

AVERAGE() ignores blanks, but includes any true zeros if you have them
 
Top