Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Excel 2000
I've got a column of data. I want the average of that data from the first line through any given line. I'll give an example below. How do I enter the cell range easily without having to enter the first cell over and over again. I tried using "$", it didn't help when I cut and pasted. example: data average formula should look like: 2 2 =AVERAGE(A1:A1) 4 3 =AVERAGE(A1:A2) 6 4 =AVERAGE(A1:A3) 8 5 =AVERAGE(A1:A4) 10 6 =AVERAGE(A1:A5) Thanks. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=AVERAGE($A$1:$A1)
and copy down -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "barabpan" wrote in message ... Excel 2000 I've got a column of data. I want the average of that data from the first line through any given line. I'll give an example below. How do I enter the cell range easily without having to enter the first cell over and over again. I tried using "$", it didn't help when I cut and pasted. example: data average formula should look like: 2 2 =AVERAGE(A1:A1) 4 3 =AVERAGE(A1:A2) 6 4 =AVERAGE(A1:A3) 8 5 =AVERAGE(A1:A4) 10 6 =AVERAGE(A1:A5) Thanks. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=average($a$1:a1) and fill down.
Dave -- A hint to posters: Specific, detailed questions are more likely to be answered than questions that provide no detail about your problem. "barabpan" wrote: Excel 2000 I've got a column of data. I want the average of that data from the first line through any given line. I'll give an example below. How do I enter the cell range easily without having to enter the first cell over and over again. I tried using "$", it didn't help when I cut and pasted. example: data average formula should look like: 2 2 =AVERAGE(A1:A1) 4 3 =AVERAGE(A1:A2) 6 4 =AVERAGE(A1:A3) 8 5 =AVERAGE(A1:A4) 10 6 =AVERAGE(A1:A5) Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Running Average to Date | Excel Discussion (Misc queries) | |||
creating a running average | New Users to Excel | |||
Running Average | New Users to Excel | |||
Running Average | Excel Discussion (Misc queries) | |||
Running a Daily MTD average. | Excel Worksheet Functions |