PC Review


Reply
Thread Tools Rate Thread

How to average one constant # to variable #s? A1:A2 A1:A3 A1:A4

 
 
=?Utf-8?B?Q29sZmF4?=
Guest
Posts: n/a
 
      2nd Mar 2006
I am trying to average a column from cell 1 to the most recently added cell.
A1 is the constant cell. All succeeding cells are to be averaged from A1.
However, when I copy and paste, both numbers change (A1:A2 - A2:A3 - A3:A4).
What I need is a constant A1 (A1:A2 - A1:A3 - A1:A4). Any ideas would be
appreciated!
 
Reply With Quote
 
 
 
 
Biff
Guest
Posts: n/a
 
      2nd Mar 2006
Hi!

Try this:

=AVERAGE(A$1:A2)

Copy down as needed.

This will increment as you copy:

=AVERAGE(A$1:A2)
=AVERAGE(A$1:A3)
=AVERAGE(A$1:A4)
=AVERAGE(A$1:A5)

Biff

"Colfax" <(E-Mail Removed)> wrote in message
news:5223812D-A812-4440-A3BD-(E-Mail Removed)...
>I am trying to average a column from cell 1 to the most recently added
>cell.
> A1 is the constant cell. All succeeding cells are to be averaged from A1.
> However, when I copy and paste, both numbers change (A1:A2 - A2:A3 -
> A3:A4).
> What I need is a constant A1 (A1:A2 - A1:A3 - A1:A4). Any ideas would be
> appreciated!



 
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
How can I get "CONSTANT" behavior from a variable (Constant magic)? bobg.hahc@gmail.com Microsoft Access Form Coding 19 7th Feb 2008 04:38 AM
How can I get "CONSTANT" behavior from a variable (Constant magic)? bobg.hahc@gmail.com Microsoft Access VBA Modules 3 5th Feb 2008 08:04 PM
selecting a group of records that have a constant average jseger22@yahoo.com Microsoft Access Queries 10 12th Jul 2007 10:21 AM
constant variable =?Utf-8?B?dGlt?= Microsoft Access 14 6th Apr 2006 02:00 PM
Re: Constant or variable? RobFMS Microsoft Access Form Coding 2 15th Jul 2003 01:41 PM


Features
 

Advertising
 

Newsgroups
 


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