+ Reply to Thread
Results 1 to 4 of 4

How do I calculate the average of a column so that it automatically changes?

  1. #1
    Registered User
    Join Date
    02-17-2017
    Location
    Finland
    MS-Off Ver
    MS Office 2016
    Posts
    2

    How do I calculate the average of a column so that it automatically changes?

    Hello,


    I currently have a column for times similar to this:
    3:05
    3:06
    3:10
    2:20
    Average: 2:52

    How would I be able to add a new time below 2:20 so that the average changes automatically?

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: How do I calculate the average of a column so that it automatically changes?

    If data starts from cell A1:

    =AVERAGE(OFFSET(A1,,,COUNTA(A:A),))

    Use A1:A100, if from A101 is for other data out of average
    Quang PT

  3. #3
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: How do I calculate the average of a column so that it automatically changes?

    Average only calculates on cells with values in them.
    So if the times were in column A and the average in another column
    =average(A:A)

    would suffice

  4. #4
    Registered User
    Join Date
    02-17-2017
    Location
    Finland
    MS-Off Ver
    MS Office 2016
    Posts
    2

    Re: How do I calculate the average of a column so that it automatically changes?

    Thanks to both of you! I got an error from the other one, might be a translation error (god I hate Finnish Excel, full of words I've never even heard of). I'll just put the average on another column.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] calculate average in a particular column for every 100 degree increasein some other column
    By Dharani Suresh in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-23-2013, 06:44 AM
  2. Need to calculate average for a column based on moving start column
    By BonnD in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 05-03-2013, 08:35 AM
  3. Replies: 4
    Last Post: 12-12-2012, 10:37 AM
  4. calculate average of price extracted from multiple sheets automatically
    By Hello23 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-10-2012, 10:51 AM
  5. Calculate the average of every 3rd column
    By b50 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 05-20-2009, 05:03 PM
  6. Replies: 2
    Last Post: 05-12-2006, 01:10 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1