I'm trying to create an Interactive Chart that will show the trend of a selected value from a dropdown list
Here's where im getting the data from, sheet name is Calculator, i listed my dropdown values in column AH

and here's the chart which i'm trying to make interactive. It currently shows data for 'Compassion' (columns G:I). What i want to happen is get the chart to show also the data for Acknowledgement(columns M:O), Response(columns S:U), Expectation and Summarization. I've created Name Ranges which i know i can use to set which cells my chart will get its data from. what i cant figure out is how to set a Name Range that will get the values from columns G(G2 all the way down), H(H2all the way down), and I(I2 all the way down) when the dropdown is set to 'Compassion'; values from columns M(M2 all the way down), N(N2 all the way down), and O(O2 all the way down) when the dropdown is set to 'Acknowledgement; and so on.
Here's a screenshot of my Name Manager. the formula i used to get values of column G is =OFFSET(Calculator!$G$2,0,0,COUNTA(Calculator!$G:$G) - 1), this formula only works for one column though, i need a formula that will go through multiple columns
I tried using =OFFSET(Calculator!$G$2:$I9,0,0,COUNTA(Calculator!$G:$I) - 1) but when i test it manually, i get this: I'm really confused and need help on how to get this to work.
Thanks in advance!


