graph.jpg
Is it possible to make this graph in excel? offcourse by using data
Negative differentiation = 10
Positive differentiation = 40
Compettitve reference = 60
Thanks in advance.
Best regards
Beg9inner
graph.jpg
Is it possible to make this graph in excel? offcourse by using data
Negative differentiation = 10
Positive differentiation = 40
Compettitve reference = 60
Thanks in advance.
Best regards
Beg9inner
anyone that can help?
I think what you want could be accomplished by using some variation of a stacked column chart or a stacked area chart.
available chart types: http://www.excelforum.com/excel-char...-in-excel.html
column charts: http://office.microsoft.com/en-us/ex...in=HA001233737 each value would be its own data series
area charts: http://office.microsoft.com/en-us/ex...in=HA001233737
Originally Posted by shg
This will create a chart with one collection that can have many values per serie.![]()
Dim myChart As Chart Set myChart = ActiveSheet.Charts.Add myChart.SerieCollection(1).Name = "Your serie's name" myChart.SerieCollection(1).Values = "=" & myWorksheet.name & "!&" & COL_START & "$" & LINE_START & ":$" & COL_END & "$" & LINE_END myChart.SerieCollection(1).XValues "=" & myWorksheet.name & "!&" & COL_START & "$" & LINE_HEADER & ":$" & COL_END & "$" & LINE_HEADER
You can find a lot of example on the web.
Thanks to you both![]()
I will try![]()
Cheers
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks