Anyone a dab hand at excel? I am having issues..
I basically have the daily flow rates from a river for the last 10 years. I want to average the flow by month.. So the 5000 rows of data can be
displayed in 12 rows!
So in column A I have DATE, and column B I have FLOW
What I want to do is say... Average the numbers in column B IF the month number in column A = x (where x is the month number, 1=Jan, 2=feb etc)
I can use the MONTH() function to return the month number for the dates... but how do you selectivly average based on the constraint that month must =
a constant
?
[Edited on 2/11/14 by tegwin]
Is this what you need:
flow
Use subtotal, at each change in month use average add to flow column
Damn that looks a lot easier ... didnt even think to try that!
A Pivot Table is what you need for summarising data. Select all you data and choose insert pivot table. Drag the date to the left, and flow to the table. Then right-click on a date, choose to group by month and year. et voila.
quote:
Originally posted by gingerprince
A Pivot Table is what you need for summarising data. Select all you data and choose insert pivot table. Drag the date to the left, and flow to the table. Then right-click on a date, choose to group by month and year. et voila.