+ Reply to Thread
Results 1 to 3 of 3

How do I set up a daily average of unit sales formula

  1. #1
    jim m
    Guest

    How do I set up a daily average of unit sales formula

    Tracking unit sales per day, I would like to input the total number of units
    sold and in a seperate cell have the average unit sales per day automatically
    calculate, and then in another cell automatically calculate the number of
    units we are tracking for thru the end of the month. IS THIS POSSIBLE?

  2. #2
    Richard Buttrey
    Guest

    Re: How do I set up a daily average of unit sales formula

    On Mon, 7 Nov 2005 14:12:03 -0800, "jim m" <jim
    m@discussions.microsoft.com> wrote:

    >Tracking unit sales per day, I would like to input the total number of units
    >sold and in a seperate cell have the average unit sales per day automatically
    >calculate, and then in another cell automatically calculate the number of
    >units we are tracking for thru the end of the month. IS THIS POSSIBLE?



    More than likely, but can I suggest you post a simple example of your
    data, showing the result you expect.

    It's likely that a function would achieve this, but are you seeking a
    VBA macro given the group you've posted to?

    Rgds

    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  3. #3
    sebastienm
    Guest

    RE: How do I set up a daily average of unit sales formula

    Hi,
    How is you data organized?
    Assumptions:
    - you have 1 entry per day per product
    - Products are listed in column A, say A2:A100
    - Days are listed in row 1, say B1:AF1
    --> therefore sales data are entered in B2:AF100

    1. Total number or product sold per product
    - in AG2, enter the formula: = SUM( $B2:$AF2 )
    - copy AG2 and paste it down along the data

    2. Daily Average sales per product
    - in AH2 , enter the formula: = AVERAGE( $B2:$AF2 )
    - copy AH2 and paste it down along the data

    you get the idea

    --
    Regards,
    Sébastien
    <http://www.ondemandanalysis.com>


    "jim m" wrote:

    > Tracking unit sales per day, I would like to input the total number of units
    > sold and in a seperate cell have the average unit sales per day automatically
    > calculate, and then in another cell automatically calculate the number of
    > units we are tracking for thru the end of the month. IS THIS POSSIBLE?


+ 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