Hi All,
I am creating a table to try and find the average value of a date range but unsure how to best approach it.
A4:A264 are dates - with the header "Week"
B4:B264 is data (values are between 1-100) - with the header "Data"
Columns D3:P9 is a table
D4:D9 Years (2017-2022)
E3:P3 Months (Jan-Dec)
E4 represents Jan 2017
The end result I am hoping for is that I can get in cell E4 the average total for Jan 2017 from (column B) - E5 would represent Jan 2018 and so on until cell P9 (which would probably show #DIV/0! as we haven't got to Dec 2022 yet so there is no data.
Can excel go and retrieve that data with the data as is? (AVERAGEIFS) or do you think it would be better to split column A into two seperate columns one for Month and one for Year and perform a Vlookup/Match function (or something alike)
Thanks All
I am creating a table to try and find the average value of a date range but unsure how to best approach it.
A4:A264 are dates - with the header "Week"
B4:B264 is data (values are between 1-100) - with the header "Data"
Columns D3:P9 is a table
D4:D9 Years (2017-2022)
E3:P3 Months (Jan-Dec)
E4 represents Jan 2017
The end result I am hoping for is that I can get in cell E4 the average total for Jan 2017 from (column B) - E5 would represent Jan 2018 and so on until cell P9 (which would probably show #DIV/0! as we haven't got to Dec 2022 yet so there is no data.
Can excel go and retrieve that data with the data as is? (AVERAGEIFS) or do you think it would be better to split column A into two seperate columns one for Month and one for Year and perform a Vlookup/Match function (or something alike)
Thanks All