I need to create a chart that shows verticle columns. I have 3 data points, for each i need a verticle col that goes from the lower bound to the upper bound. How do you do that. Here is my data:
Lower Bound Upper Bound
A 1 5
B 3 12
C 5 17
I need to create a chart that shows verticle columns. I have 3 data points, for each i need a verticle col that goes from the lower bound to the upper bound. How do you do that. Here is my data:
Lower Bound Upper Bound
A 1 5
B 3 12
C 5 17
You need to show a stacked bar chart with two series. One is lower bound, the other is upper bound. Then you format the lower band bar to be no line, no fill, so it is effectively invisible. See attached.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks