Microsoft Office Forums


Reply
Thread Tools Display Modes

Average Formula

 
 
wiersma7
Guest
Posts: n/a

 
      03-09-2010, 04:26 PM
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

 
Reply With Quote
 
 
 
 
Fred Smith
Guest
Posts: n/a

 
      03-09-2010, 04:30 PM
You would add another column titled "Bulletins Used", calculated with:
=c2-b2

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

Regards,
Fred

"wiersma7" <(E-Mail Removed)> wrote in message
news:u$(E-Mail Removed)...
> 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


 
Reply With Quote
 
Joe User
Guest
Posts: n/a

 
      03-09-2010, 05:00 PM
"wiersma7" <(E-Mail Removed)> 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" <(E-Mail Removed)> wrote in message
news:u$(E-Mail Removed)...
> 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


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need Help with a Formula BerrSD Excel Newsgroup 4 03-06-2010 09:42 PM
Formula with to Criteria Glenn Excel Newsgroup 2 03-04-2010 05:05 PM
Project 2007 Work Field Formula to Exclude Work Done by Resources Not in a Resource Group DaveMori Project Newsgroup 0 03-02-2010 03:24 PM
Formula counting working days bart c Project Newsgroup 8 02-19-2010 06:13 PM
help with formula SS Excel Newsgroup 4 02-18-2010 04:40 PM



All times are GMT. The time now is 01:59 PM.