I have following table:
Label_1 Labe1_2 ... Label_n
DATE_1 1
DATE_2 2
...
DATE_n 3
need to create a stacked bar chart based on the table above where the rows and col can be dynamic. I saw a few examples where dynamic rows can be handled and it works fine using offset.
I am very new to excel any help will be appreciated.
I used the Pivot charts to get over this hurdle! thanks Nick for trying.