PC Review


Reply
Thread Tools Rate Thread

Average function

 
 
nixiguf
Guest
Posts: n/a
 
      18th May 2011
Suppose I have

A B
3 3
2
4
3
6
4


I want Bn =Average(A1:Bn) for each n = 2, 3, ,,6.


What function do I use in B2 so that I can just copy and paste to
B3 to B6?

Thanks.
 
Reply With Quote
 
 
 
 
nixiguf
Guest
Posts: n/a
 
      18th May 2011
On 05/18/2011 12:39 PM, nixiguf wrote:
> Suppose I have
>
> A B
> 3 3
> 2
> 4
> 3
> 6
> 4
>
>
> I want Bn =Average(A1:Bn) for each n = 2, 3, ,,6.


Sorry. I meant Bn=Average(A1:An), n = 2,3,..,6




>
>
> What function do I use in B2 so that I can just copy and paste to
> B3 to B6?
>
> Thanks.


 
Reply With Quote
 
joeu2004
Guest
Posts: n/a
 
      18th May 2011
On May 18, 1:08*pm, nixiguf <nixi...@gmail.com> wrote:
> On 05/18/2011 12:39 PM, nixiguf wrote:
> > A B
> > 3 3
> > 2
> > 4
> > 3
> > 6
> > 4

>
> > I want Bn =Average(A1:Bn) for each n = 2, 3, ,,6.

>
> Sorry. I meant Bn=Average(A1:An), n = 2,3,..,6


Put the following into B1 and copy down:

=AVERAGE($A$1:A1)

The $A$1 will remain unchanged, and A1 will change to A2, A3, etc.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: A useful AVERAGE calculation without using the built-in AVERAGE function קובי Microsoft Excel New Users 0 3rd Feb 2011 04:25 PM
Re: A useful AVERAGE calculation without using the built-in AVERAGE function Roger Govier Microsoft Excel New Users 0 16th Jan 2011 01:20 PM
Error Handling #N/A with AVERAGE Function - Average of values in Row Sam via OfficeKB.com Microsoft Excel Worksheet Functions 13 31st Jul 2005 03:59 PM
How do I nesting subtotal function within average function in Exc =?Utf-8?B?QW15IFllaA==?= Microsoft Excel Worksheet Functions 4 19th Jan 2005 06:23 PM
convert =IF(ISERROR(AVERAGE(V10:V13)),"",AVERAGE(V10:V13)) to a function Niki Odolphi Microsoft Excel Programming 5 20th Mar 2004 10:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:21 AM.