Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want to select a range of cells vertically arranged from F9:F39, and divide
by 30 to average on any noted range of 30 days. Would the formula for this be (F9:F39)/30 ? -- Christopher Herring |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
First off, your range F9:F39 is actually 31 cells, not 30. So, dividing by
30 would not give you a true average. That being said, to determine the average of a range, you can use the AVERAGE function. =AVERAGE(F9:F39) This is effectively the sum of a range, divided by the count of a range. Or: =SUM(F9:F39)/COUNT(F9:F39) HTH, Elkar "Christopher" wrote: I want to select a range of cells vertically arranged from F9:F39, and divide by 30 to average on any noted range of 30 days. Would the formula for this be (F9:F39)/30 ? -- Christopher Herring |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Have you tried the AVERAGE function?
Example: =AVERAGE(F8:F39) (Note: F9:F39 is 31 cells) Is that something you can work with? *********** Regards, Ron XL2002, WinXP "Christopher" wrote: I want to select a range of cells vertically arranged from F9:F39, and divide by 30 to average on any noted range of 30 days. Would the formula for this be (F9:F39)/30 ? -- Christopher Herring |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
.... and F8:F39 is 32 cells, Ron, so perhaps F9:F38 or F10:F39 for 30 cells?
It is also worth remembering that AVERAGE will ignore blank cells or cells with non-numerical contents, whereas SUM()/30 will divide by 30 regardless of how many cells have numerical contents so effectively treats the other cells as having a number zero rather than excluding from the averaging. -- David Biddulph "Ron Coderre" wrote in message ... Have you tried the AVERAGE function? Example: =AVERAGE(F8:F39) (Note: F9:F39 is 31 cells) Is that something you can work with? *********** Regards, Ron XL2002, WinXP "Christopher" wrote: I want to select a range of cells vertically arranged from F9:F39, and divide by 30 to average on any noted range of 30 days. Would the formula for this be (F9:F39)/30 ? -- Christopher Herring |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating a very simple spreadsheet for my diet | Excel Discussion (Misc queries) | |||
Simple Sumproduct of 2 Columns, with some blank cells in range | Excel Discussion (Misc queries) | |||
I'm creating a simple spread sheet | Excel Discussion (Misc queries) | |||
simple formula with blank cells | Excel Worksheet Functions | |||
Creating an EXCEL COUNTIF formula for a range of values | Excel Discussion (Misc queries) |