I have a dashboard with many data sheets and several summary sheets. on the main summary sheet the formulas currently point to a specific cell on some other sheet. What I want to do is add a drop down list to the summary sheet (a period of time, like month or year)and let the user pull in the resulting corresponding measures from that month.
Cell C1 contains the drop down list (months, named exactly as the column headings on other sheets). I then have the measure headings (ex. new patients, charges, adjustments, payments, etc.) in A3, B3, A5, B5 (etc.) and the corresponding data result in A4, B4, A6, B6 (etc.)
My target data is on another sheet where the rows are the measure headings and columns are the month.
I want the user (for example) to be able to select Feb-12 on the summary sheet and have all the correct data pull into A4, B4, A6, B6 (etc.)
VLOOKUP is not helping me by itself.I tried to use INDEX & MATCH as well. I'm assuming VLOOKUP isn't working because the corresponding column changes depending upon the month selected in the drop down?
I know I am probably making it harder than it needs to be.
Cell C1 contains the drop down list (months, named exactly as the column headings on other sheets). I then have the measure headings (ex. new patients, charges, adjustments, payments, etc.) in A3, B3, A5, B5 (etc.) and the corresponding data result in A4, B4, A6, B6 (etc.)
My target data is on another sheet where the rows are the measure headings and columns are the month.
I want the user (for example) to be able to select Feb-12 on the summary sheet and have all the correct data pull into A4, B4, A6, B6 (etc.)
VLOOKUP is not helping me by itself.I tried to use INDEX & MATCH as well. I'm assuming VLOOKUP isn't working because the corresponding column changes depending upon the month selected in the drop down?
I know I am probably making it harder than it needs to be.