Microsoft® Excel® based database addin

 

+ Reply to Thread
Results 1 to 3 of 3

Thread: Average Formula

  1. #1
    wiersma7 Guest

    Default Average Formula

    I'm trying to find the average of bulletins used each Sunday. I'm keeping
    track of how many I produce each Sunday and how many are left.

    Basic table...

    Week Bulletin Amt. Bulletins left
    Week 1 100 34
    Week 2 100 17
    Week 3 110 20

    I'm keeping track for the year (52 weeks)

    What kind of formula would I use?

    Thanks, wiersma7


  2. #2
    Fred Smith Guest

    Default Re: Average Formula

    You would add another column titled "Bulletins Used", calculated with:
    =c2-b2

    Then average column D, as in:
    =average(d2:d4)

    Regards,
    Fred

    "wiersma7" <office@parkwoodchurch.com> wrote in message
    news:u$pye26vKHA.1692@TK2MSFTNGP04.phx.gbl...
    > I'm trying to find the average of bulletins used each Sunday. I'm keeping
    > track of how many I produce each Sunday and how many are left.
    >
    > Basic table...
    >
    > Week Bulletin Amt. Bulletins left
    > Week 1 100 34
    > Week 2 100 17
    > Week 3 110 20
    >
    > I'm keeping track for the year (52 weeks)
    >
    > What kind of formula would I use?
    >
    > Thanks, wiersma7



  3. #3
    Joe User Guest

    Default Re: Average Formula

    "wiersma7" <office@parkwoodchurch.com> wrote:
    > I'm trying to find the average of bulletins used each
    > Sunday. I'm keeping track of how many I produce each
    > Sunday and how many are left.


    Try the following array formula[*]:

    =AVERAGE(B2:B53-C2:C53)

    where B2:B53 contains "bulletin amt" and C2:C53 contains "bulletins left".
    [*] Enter an array formula by pressing ctrl+shift+Enter instead of just
    Enter. You should curly braces around the formula in the Formula Bar, i.e.
    {=formula}. Note that you cannot type the curly braces yourself; Excel
    displays them to denote an array formula. If you make a mistake, select the
    cell, press F2, edit as needed, then press ctrl+shift+Enter.


    ----- original message -----

    "wiersma7" <office@parkwoodchurch.com> wrote in message
    news:u$pye26vKHA.1692@TK2MSFTNGP04.phx.gbl...
    > I'm trying to find the average of bulletins used each Sunday. I'm keeping
    > track of how many I produce each Sunday and how many are left.
    >
    > Basic table...
    >
    > Week Bulletin Amt. Bulletins left
    > Week 1 100 34
    > Week 2 100 17
    > Week 3 110 20
    >
    > I'm keeping track for the year (52 weeks)
    >
    > What kind of formula would I use?
    >
    > Thanks, wiersma7



Similar Threads

  1. Help with Average formula
    By GoBucks in forum Worksheet Functions
    Replies: 4
    Last Post: 04-29-2009, 03:44 AM
  2. A formula to AVERAGE IF but only average a set number of values
    By DonFlak@gmail.com in forum Worksheet Functions
    Replies: 2
    Last Post: 02-21-2009, 02:26 PM
  3. average formula
    By tbone in forum New Excel Users Forum
    Replies: 1
    Last Post: 01-17-2009, 08:57 PM
  4. Replies: 4
    Last Post: 01-06-2009, 01:44 PM
  5. Average formula
    By Andrew C in forum Worksheet Functions
    Replies: 3
    Last Post: 01-04-2009, 05:32 PM

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