+ Reply to Thread
Results 1 to 4 of 4

column list of dates, average random cells

  1. #1
    Registered User
    Join Date
    01-02-2009
    Location
    Petworth, UK
    MS-Off Ver
    Excel 2007
    Posts
    4

    column list of dates, average random cells

    Hi all

    I want to make a column with the date of each day in a cell. do i have to type them all in? Any ways to avoid this?

    Also, I want to select various cells in a spreadsheet and make a cell display their average. I can average a column or row, but can't average a random selection of cells. Impossible?

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531
    Assuming the dates are sequential - enter the first date in the first cell... then thereafter increment by adding 1 to the prior cell value (dates are integers), eg

    A1: TODAY()
    A2: =A1+1
    copy down

    Re: 2nd question

    =AVERAGE(A1,A10,C1:C4)

    so enter AVERAGE(
    then navigate and click the ranges you wish to include)
    once completed add a )
    (you will get a DIV/0 if none of the selections contain numerical values)

  3. #3
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200
    Quote Originally Posted by kufram View Post
    Hi all

    I want to make a column with the date of each day in a cell. do i have to type them all in? Any ways to avoid this?

    Also, I want to select various cells in a spreadsheet and make a cell display their average. I can average a column or row, but can't average a random selection of cells. Impossible?
    Please do not post the same question in multiple forums
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  4. #4
    Registered User
    Join Date
    01-02-2009
    Location
    Petworth, UK
    MS-Off Ver
    Excel 2007
    Posts
    4
    Thank you!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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