Hello. This is my first time posting so I am hoping that my explanation is clear enough. I have two columns (see below). I want the average number of column B for each month so have used the following formula:
=AVERAGEIF(A2:A2604, "*01/1966", F2:F2604)
This works but my problem is that my data set goes from 1966 to 2015 so changing this formula for every month and year would take hours and hours. Does anyone have any suggestions of a faster way of doing this?
The date for each of column a is a 'week commencing' so I cannot just do an average and drag because each month has a different number of dates.
Thank you in advance
A B
05/02/1966 60.981
12/02/1966 60.981
19/02/1966 165.844
26/02/1966 165.844
05/03/1966 165.844
12/03/1966 165.844
19/03/1966 110.514
26/03/1966 110.514
02/04/1966 110.514
09/04/1966 110.514
16/04/1966 135.907
23/04/1966 135.907
30/04/1966 111.671
=AVERAGEIF(A2:A2604, "*01/1966", F2:F2604)
This works but my problem is that my data set goes from 1966 to 2015 so changing this formula for every month and year would take hours and hours. Does anyone have any suggestions of a faster way of doing this?
The date for each of column a is a 'week commencing' so I cannot just do an average and drag because each month has a different number of dates.
Thank you in advance
A B
05/02/1966 60.981
12/02/1966 60.981
19/02/1966 165.844
26/02/1966 165.844
05/03/1966 165.844
12/03/1966 165.844
19/03/1966 110.514
26/03/1966 110.514
02/04/1966 110.514
09/04/1966 110.514
16/04/1966 135.907
23/04/1966 135.907
30/04/1966 111.671