Creating a twin or double thermometer chart

For example, the worksheet contains data from two teams to track monthly progress towards the goal: 1,000 new sales during the year. Cells B17 and C17 contains the goal value, and cells B18 and C18 contains a simple sum formula:

B18: =SUM(B4:B15) and C18: =SUM(C4:C15)
Cells B20 and C20 contains a formula that calculates the percent of goal:
B20: =B18/B17 and C20: =C18/C17
As you enter new data in column B or C, the formulas display the current results.
To create the chart like this one, do the following:
1. Select data range B20:C20 if you want to create an percentage axis or select cells B17,B18:C18 if you want to create an volume axis.
2. On the Insert tab, in the Charts group, choose the Column button:

Choose Clustered Column.
3. Remove the (x) axis, gridlines and the legend.
4. To sort the columns in a different order, follow next steps:
4.1. Right-click in the chart area and select Select Data... in the popup menu.

4.2. In the Select Data Source dialog box, select the data series and click Edit:

4.3. In the Select Data Source dialog box, select the data series in the order like you want, separating each with comma and click OK:

5. To make columns occupy the entire width of the plot area, right-click the column and choose Format Data Series... in the popup menu. In the Format Data Series dialog box, on the Series Options tab, change the Gap Width setting:

Set the Gap width to 0 and click OK.
6. In the popup menu of axis choose Format Axis.... In the Format Axis dialog box, on the Axis Options tab:
- Set the Minimum to 0 and the Maximum to 1 (in you use an percentage axis) or to 1000 (for this example)
- Select the Inside option in Major tick mark type and in Minor tick mark type.

You can also hide the zero point in the axis (see How to hide points on the chart axis).
7. On the Insert tab, in the Illustrations group, select Shapes:

8. On the Shapes list, in the Basic Shapes group, choose the shapes that you want to add in your chart. Format shapes and insert the data label if you want (see How to insert cell content to the shape).
You can then make any other adjustments to get the look you desire.