Speaking of charts, the images that pop up in everyone’s mind should be the styles that come with Excel. Not to mention that they are not good-looking, and these built-in templates cannot display data intuitively. It is obvious to hand over such charts to leaders. is inappropriate. The following article will share with you an Excel stacked column chart tutorial to teach you how to make different contrasting column charts, which will amaze everyone when making work reports.
Everyone knows that EXCEL charts have many types, such as column charts, bar charts, line charts, pie charts, etc. Everyone makes the same charts at work, so how do you use the simplest data to make a high-end chart? Today I will share with you an Excel stacked column chart comparison case.
As shown below, this is a sales data of the company's salesmen, listing the sales volume of each salesperson and the indicators that need to be completed.
The picture below is the final effect of the chart we are going to learn to make today. The chart is equipped with arrows that clearly list whether each salesperson has completed the target and the gap between the target and the target. The downward arrow indicates that the indicator is below the indicator, and the upward arrow indicates that the indicator is above the indicator. How to make this comparison histogram? Hurry up and learn!
How to use Excel to make a histogram? First we need to make several auxiliary columns based on the source data. Here we will explain to you how to make the auxiliary columns of each series based on the color of the chart series.
##Dark blue=IF(B4>=C4,C4,B4) means if the sales is greater than or equal to the indicator, return the indicator otherwise return the sales. Red=IF(B4 means if the sales is less than the target, return the difference otherwise return empty.
means if the sales is less than the target, return the sales minus 10 otherwise return empty.
Make changes in the lower group of the "Change Chart Type" window.
Modify the line chart in the chart with connecting lines to wireless strip.
Select the data label with the connecting line, press CTRL 1 or double-click, the "Format Data Series" window will pop up on the right. Select Lines under Series Options—No Lines.
Change the color as follows:
Double-click the arrow, in the "Format Shape" window on the right, change the arrow color to be the same as the red series color, and the line to "No Line".
Click the arrow to copy, and then click the red series data label to paste. In the same way, you can click the red arrow to copy the cyan arrow, rotate it 180 degrees, modify the color without lines, and then copy and paste it on the cyan series data label. Complete as follows:
Double-click the chart area, set the color in "Format Chart Area" on the right, and fill it with a solid color.
Modify the chart title. The final result is as follows. How about it, have you learned it? Download the courseware quickly and practice by yourself!
Related learning recommendations: excel tutorial
The above is the detailed content of Excel chart learning: bar chart comparing actual and target. For more information, please follow other related articles on the PHP Chinese website!