How to create a bar chart
The bar chart is simply a column chart rotated 90 degrees right, this makes it great if you have long item names.
It lets you easily compare values across items and categories making it probably one of the most used charts in Excel.
How to build
- Select the cell range that contains the values you want to chart.
- Go to tab "Insert" on the ribbon.
- Click the "Column or Bar Chart" button.
- Click the "Clustered Bar" button.
Chart multiple categories
Simply arrange your values as shown in the above image to easily build a bar chart containing values across multiple categories.
Question: How do I create a chart that dynamically adds the values, as i type them on the worksheet? Answer: […]
How to use mouse hover on a worksheet [VBA]
I recently discovered an interesting technique about using a user defined function in a HYPERLINK function. Jordan at the Option […]
Change chart data range using a Drop Down List [VBA]
In this article I will demonstrate how to quickly change chart data range utilizing a combobox (drop-down list). The above […]
Color chart columns based on cell color
This article demonstrates macros that automatically changes the chart bar colors based on the corresponding cell, the first example is […]
How to create an interactive Excel chart [VBA]
This article describes how to create an interactive chart, the user may click on a button or multiple buttons and […]
Leave a Reply
How to comment
How to add a formula to your comment
<code>Insert your formula here.</code>
Convert less than and larger than signs
Use html character entities instead of less than and larger than signs.
< becomes < and > becomes >
How to add VBA code to your comment
[vb 1="vbnet" language=","]
Put your VBA code here.
[/vb]
How to add a picture to your comment:
Upload picture to postimage.org or imgur
Paste image link to your comment.