Average Monthly values and colum- line graphs

JoshuaX1980

Board Regular
Joined
Jan 26, 2005
Messages
80
Hi 2 simple questions,

1. I have a column with monthly totals of rainfall from year 1988 up to 2001, it looks like this:
Jan-88 | 45.8
Feb-88 | 200.1
etc
I would like to have one single value for the mean rainfall in January over the period 1988-2001, and for February, March etc.

1988-2001
Jan | 43.7
Feb | 167.2
etc.
I tried with SUMPRODUCT and SUMIF, but that doesn't seem to work, does anybody know how to tackle this problem?

2.
I have 4 datacolumns; one flow and 3 rainfall stations . I want to show the rainfall data in columns and the flow as a line. When i try the Line Column custom type graph, I get the flow and one rainfall station data plotted in columns and the other two rainfall stations as a line. How can you let Excel know what you want to be plotted as a line and what as a column?

Ok i Hope someone can help me.
Kind Regards,
Lennart
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
For the first one, try:

=SUMPRODUCT(--(MONTH(A1:A24)=1),B1:B24)/SUMPRODUCT(--(MONTH(A1:A24)=1))
 
Upvote 0
And, per your second question, try right clicking on the series you'd like to change and selecting "chart type". You should be able to choose the chart type for each series.
 
Upvote 0

Forum statistics

Threads
1,215,063
Messages
6,122,927
Members
449,094
Latest member
teemeren

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top