Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
.. the average of the last 7 days as I input each days number.
Assuming source data entered in row1 down, day numbers in col A, blood pressure readings in col B In C7: =IF(B7="","",AVERAGE(B1:B7)) Copy C7 down as far as required. The above will check that there's a corresponding blood pressure reading entry made in col B before returning the average rather than the day number in col A. -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "C21man.com" wrote: I have a colum of 30 numbers. I input a number in the first 7 rows. I want an average of those 7 rows. Then when I insert a number in the next row (#8) I still want the average of the last 7 numbers continuning down to the final 7 numbers (#24 through 30) changing at every input. Im taking my blood pressure and want to know the average of the last 7 days as I input each days number. Thanks C21Man.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i get the average mean of more than 30 numbers? | Excel Discussion (Misc queries) | |||
How can I average data from a repeating list into a unique list? | Excel Worksheet Functions | |||
How can I average data from a repeating list into a unique list? | Excel Worksheet Functions | |||
average of kth largest numbers in an array of n numbers | Excel Worksheet Functions | |||
Average of numbers in column between to other numbers | Excel Discussion (Misc queries) |