Hello guys, I would like to create Stack clusted columm chart but I cant really get the vba code of it.
I know, how to do it manually, but when I start to create a code of it everything is going wrong.
I have 6 cells, 3 in column B and 3 in column C
I need to make graph with 2 column, first column should be called IN and should be consider of values from all cells. This column should be seperated to different colors which should demonstrate data from these cells.
For example if B2 would be 5, B3 7 and B4 8, I need to create column with value 20 and seperate that column by colors to three parts with values 5,7,8
Best what i could do was to create 6 column which each values comparing to each other.
Like I said, i know how to do it manually but although I record macro when I do it manually and implement datas from there to my complete macro, it makes only that 6 columns, not 2
Can somebody help me out?
This is what i want (not exactly, i want to have it from 6 different series, not only from 3)
this is what i get via vba
Upload Image
I know, how to do it manually, but when I start to create a code of it everything is going wrong.
I have 6 cells, 3 in column B and 3 in column C
I need to make graph with 2 column, first column should be called IN and should be consider of values from all cells. This column should be seperated to different colors which should demonstrate data from these cells.
For example if B2 would be 5, B3 7 and B4 8, I need to create column with value 20 and seperate that column by colors to three parts with values 5,7,8
Best what i could do was to create 6 column which each values comparing to each other.
Like I said, i know how to do it manually but although I record macro when I do it manually and implement datas from there to my complete macro, it makes only that 6 columns, not 2
Can somebody help me out?
This is what i want (not exactly, i want to have it from 6 different series, not only from 3)
this is what i get via vba
Upload Image