+ Reply to Thread
Results 1 to 2 of 2

Excel 2007 : Daily average help

  1. #1
    Registered User
    Join Date
    02-04-2009
    Location
    vancouver, canada
    MS-Off Ver
    Excel 2007
    Posts
    1

    Daily average help

    I am pretty limited in my excel knowledge and need some help. I have two columns of data. Column A is the date column B is daily sales. Is there a formula that will automatically update the average for the data that is entered already but will not take into account dates that are not filled in yet? So basically it will update the average based on a daily basis when new data is entered. I hope this makes sense. Thanks.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Daily average help

    Perhaps...

    =SUMIF(B:B,"<>")/COUNTIF(B:B,"<>")

    where column B is your sales data column.

    This assumes you don't have figures in column B where there is no date in the date column...

    Edit:

    If you have a title in B1 then use this instead:

    =SUMIF(B:B,"<>")/(COUNTIF(B:B,"<>")-1)
    Last edited by NBVC; 02-04-2009 at 03:31 PM.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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