How to Shade Part of a Graph in Excel

Cody Schneider

Shading a specific area of your Excel chart instantly draws your audience's attention to the most important part of the story your data is telling. This simple visual cue can highlight a promotional period, represent a project timeline, or showcase when a key target was met. This guide will walk you through a few different methods for adding colored shading to your graphs, from cleanly highlighting timeframes to indicating performance ranges.

Why Should You Shade Part of an Excel Graph?

While a standard line or bar chart is good, adding a shaded region provides an extra layer of context that numbers alone can't. It moves your chart from being just a display of data to a powerful analytical tool. It's a technique used constantly in financial reports, project management dashboards, and performance analytics to direct the narrative.

Some of the most common reasons to shade an area include:

  • Highlighting a specific time period: Showcasing the impact of a marketing campaign, a holiday sales period, or a product launch.

  • Indicating forecasted vs. actual data: Clearly delineating historical data from future projections.

  • Visualizing targets or goals: Shading a horizontal band to show the "target zone" for metrics like website traffic, sales quotas, or manufacturing output.

  • Showing recessions or significant events: In economic charts, vertical gray bars are often used to signify periods of recession, providing immediate context to data trends.

Whatever your reason, mastering this technique will make your reports more professional and easier to understand at a glance.

Method 1: Shading a Vertical Area to Highlight a Time Period

This is the most popular use case for shading. Let's say you have monthly sales data and want to highlight the third quarter (July, August, September) to show how a specific promotion performed.

Step 1: Set Up Your Primary Data

First, organize your data in two columns. In our example, we'll have 'Month' (Column A) and 'SaaS Sales' (Column B).

Month

SaaS Sales

January

$15,000

February

$16,500

March

$18,000

April

$17,500

May

$20,000

June

$19,000

July

$25,000

August

$28,000

September

$26,500

October

$21,000

November

$22,500

December

$30,000

Step 2: Create a 'Helper' Column for Shading

To create a vertical shaded area, you need to add another data series to your chart. We'll call this column 'Highlight' (Column C). The trick is to establish a value in this column that represents the maximum height of your chart. It should cover the entire vertical space.

Look at your largest data point (in our case, $30,000). Pick a round number slightly higher than that, like $35,000. This will be the height of our shaded rectangle.

Step 3: Fill in the Helper Column Data

In the 'Highlight' column, enter your maximum value ($35,000) only for the rows you want to be shaded — July, August, and September. Leave the other cells blank or enter #N/A (to prevent Excel from plotting them as zero).

Month

SaaS Sales

Highlight

...

...

June

$19,000

July

$25,000

35000

August

$28,000

35000

September

$26,500

35000

October

$21,000

Step 4: Create a Combo Chart

Now, let's build the chart.

  1. Select all three columns of your data (A, B, and C).

  2. Go to the Insert tab on the Ribbon.

  3. In the Charts section, click Insert Combo Chart (the icon with a clustered column and line).

  4. Choose Create Custom Combo Chart from the dropdown menu.

Step 5: Configure the Chart Types

In the "Create a Custom Combo Chart" dialog box, you'll see your two data series ('SaaS Sales' and 'Highlight'). This is the most crucial step.

  • For the SaaS Sales series, keep the chart type as a Line. You can choose whether or not to plot it on a 'Secondary Axis,' but for now, leave it unchecked.

  • For the Highlight series, change the chart type to a Stacked Area chart.

Click OK. You should now see a line chart for your sales and a big, solid block of color for the months you selected.

Pro Tip: Why a stacked area chart? An area chart fills the space below the line. By using a very tall area chart, we're essentially creating a rectangle in the background. Since it's a "stacked" area and there's nothing else to stack it with, it behaves predictably.

Step 6: Format the Shaded Area

The default color will likely be a harsh blue or orange. Let's make it look cleaner.

  1. Right-click on the colored shaded area in your chart.

  2. Select Format Data Series from the menu. A formatting pane will open on the right.

  3. Click the paint bucket icon (Fill & Line).

  4. Under Fill, select Solid Fill. Choose a light color like gray, light blue, or green.

  5. Increase the Transparency to about 70-80%. This makes the shading subtle and allows gridlines to show through.

  6. Under Border, select No Line.

Finally, clean up the chart title, remove the 'Highlight' entry from the legend (just click on it and press Delete), and adjust your Y-axis if needed to clean up the top end. You now have a professional-looking chart with a clearly highlighted period.

Method 2: Shading a Horizontal Area for Target Zones

What if you want to show a performance target, like a sales goal range between $20,000 and $25,000? For this, you'll need horizontal shading.

This method also uses a combo chart, but with two helper columns representing the low end and the high end of your target band.

Step 1: Set Up Your Helper Columns

Using the same data, we'll now add two new columns: 'Target Base' (Column C) and 'Target Range' (Column D). Our goal is to create a shaded bar between $20k and $25k.

Month

SaaS Sales

Target Base

Target Range

January

$15,000

20000

5000

February

$16,500

20000

5000

...

...

...

...

  • Target Base: This represents the bottom of your shaded zone. Fill this entire column with your lower value ($20,000).

  • Target Range: This is the size of the shaded zone. Calculate it by subtracting the base from the upper value ($25,000 - $20,000 = $5,000). Fill this entire column with $5,000.

Step 2: Create and Configure the Combo Chart

Just like before, select all your data and go to Insert > Insert Combo Chart > Create Custom Combo Chart.

In the dialog box, set up your series as follows:

  • SaaS Sales: Chart type should be Line.

  • Target Base: Chart type should be Stacked Area.

  • Target Range: Chart type should be Stacked Area.

Click OK. You'll see a line chart with two stacked color blocks beneath it.

Step 3: Format the Stacked Areas

This is where the magic happens. A stacked area chart places each series on top of the one before it. We're going to make the bottom area invisible and style the top one.

  1. Right-click the bottom area (the 'Target Base' series) and select Format Data Series.

  2. Under the paint bucket (Fill & Line), choose No Fill for the fill color. This chunk is now transparent, leaving a blank space at the bottom of your chart.

  3. Now, right-click the top area (the 'Target Range' series) and format it.

  4. Choose a Solid Fill color (e.g., light green) and set the Transparency to around 70%.

  5. Set the border to No Line.

After hiding the base series and formatting the range series, you will have a perfect horizontal band representing your target zone running across the entire chart. Clean up your legend and title, and you're good to go.

Bonus Method: Using Error Bars for Dynamic Shading

While the combo chart method is robust, there's another clever technique that uses error bars. This can feel more abstract but is powerful once you understand it.

  1. Add a new data series for shading, but this time only place a value at the start and end of the shading period you want to highlight. Use a value that corresponds to the y-axis (e.g., 20,000).

  2. Add this new series to your existing line chart (right-click chart, then select Data and Add). Format this new series with no markers and no lines so it's hidden.

  3. Select this newly visible (but nearly invisible) series. Click the plus sign (+) next to the chart and add Error Bars. Select these newly created Error Bars.

  4. In the Format Error Bars pane, under 'Vertical Error Bar' or 'Horizontal Error Bar,' choose:

    • Direction: Both ('Minus' to create the bar up and over to a high point on y). Set Percentage: 100%

    • End Style: 'No Cap'.

  5. In the paintbrush panel of your Format Error bars option, set a line weight of your desired look for your filled-in area and set transparency: for line settings Increase the line thickness dramatically and with transparency. Do this until the error bar becomes a thick, semi-transparent block that shades the area. Play with a unit size of "15 - 50" to find your desired thickness without it being a solid line.

This method can take more fine-tuning but is a flexible alternative to have in your Excel toolkit.

Final Thoughts

Adding shaded regions to your Excel charts is a small manual effort for a huge gain in clarity and impact. Whether you're highlighting a standout quarter with vertical bars or marking a performance SLA with horizontal bands, this visualization technique helps you guide your audience directly to the insights that matter most.

We know that even "simple" reports can take hours to update week after week. If you're manually exporting CSVs and fighting with chart settings across multiple platforms, we built Graphed to automate that entire process. You can connect sources like Google Analytics, Shopify, and Salesforce, then simply use natural language to ask for the dashboard you need - like "Show me a line chart of Shopify sales YTD and highlight our Q3 promotion period." We deliver a live, real-time dashboard instantly, freeing you from rote data wrangling so you can focus on strategy.