![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
calculating mean daily average
Hi,
I would like to be able to calculate the mean daily average for several parameters contained within a monthly data file. The data for each parameter are stored in columns D-P and range from row 7 to row 2886 or row 2982 depending on the month. Each day contains 96 values for each parameter. Could this be done with a combination of formulas or will macros be required? Thank you, Andrea |
|
|||
|
Re: calculating mean daily average
Andrea,
Since you have the same number of data points for each day, the mean daily average (or, the _average_ of the averages) is the same as the average of all the data points. If you had differing numbers of data points per day, then you would need to average the daily average.... If I have misunderstood your requirements, post again..... HTH, Bernie MS Excel MVP <krzystam@gmail.com> wrote in message news:011b89fd-24ea-4583-9595-19a2255788a4@m3g2000hsc.googlegroups.com... > Hi, > > I would like to be able to calculate the mean daily average for > several parameters contained within a monthly data file. The data for > each parameter are stored in columns D-P and range from row 7 to row > 2886 or row 2982 depending on the month. Each day contains 96 values > for each parameter. > > Could this be done with a combination of formulas or will macros be > required? > > Thank you, > Andrea |
|
|||
|
Re: calculating mean daily average
Andrea,
The easiest way is to select your data, then use Data / Pivot table, and finish by clicking through. Then drag the date to the row field, and the values to the data field, and set the field setting to average. That will produce a table of the average values for each day. Then use an AVERAGE formula to average the values of the daily averages given in the pivot table - DON'T use the grand average given by the pivot table - which is an unweighted average. HTH, Bernie MS Excel MVP <krzystam@gmail.com> wrote in message news:bfd134a1-7a25-4a5a-beff-4552a7529305@79g2000hsk.googlegroups.com... > > > Sorry for not clarifying, but there are a maximum of 96 values per day > while the actual number of data values per day vary due to missing > data etc. > > Thank you, > > Andrea |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|