So i got started and i couldn't stop at one thing....so i actually ended up changing many things to your sample file
first thing i fixed was your average formulas to ignore N/A
in b32
in n9
Secondly i added a data validation cell (drop down menu) to make your whole chart dynamic
select a month or annual and your chart will update accordingly
added 3 named ranges
Mon
this determines what column to look under for chart data and CSE formula below
Chartdata
this determines what to include into the chart
Chartlabels
this updates the X axis chart labels accordingly
To make these named ranges run
i added two CSE formulas to determine the first and last value (based if the cell is a number)
First value is done by
Last value is achieved by
this would of been enough to make the chart "Dynamic"
however i found the charts - labels and titles and your long term average were not dynamic
so i did some wholesale changes to your labels sheet too
the whole sheet is run off the DV cell
'wind data'!Q2
i think you already understand how most of it works because you had most of it there....i just refined it slightly
have a look and if you require explanation let me know
Bookmarks