I hope this makes sense ...
I have a list of dates and prices sorted in catagories. I'm looking to find a way to produce the Average Price Per Month.
Example :
A B C
Type1 01/06/05 £10
Type1 01/05/05 £15
Type2 01/06/05 -£5
Type3 01/05/05 £20
I've tried the following : {=AVERAGE(IF(cellrangea="TYPE1",IF(cellrangeb="MONTH",cellrangec,0),0))}
Problem is that this only kinda works if I insert a column and type the month in manually, which is kind of a drag !!!
I would like the result to be :
May
Type1 £15
Type2
Type3 £20
June
Type1 £10
Type2 -£5
Type3
Any ideas ?
Bookmarks