📥 Learn how to highlight highest and lowest values in Excel charts.
Want to get the most out of this guide? Download the free practice workbook 👉 HERE and follow along.
Step 1: Start With a Basic Line Chart
Let’s begin by creating a simple line chart using your data.

- Click anywhere in your dataset.
- Go to the Insert tab.
- In the Charts group, select Insert Line or Area Chart → Line with Markers (top row, second from the right).

What Happens If You Try to Color the Max Value Manually?
If you want to highlight the highest value manually, here’s what you’d do:
- Click once on the line to select the entire series.
- Click a second time on the data point with the highest value to select just that point.
- Right-click the selected data point → choose Format Data Point.
- In the right-hand panel, go to Fill & Line (paint bucket icon).
- Click on Marker, then expand the Fill section.
- Choose a new fill color (e.g. green) for the marker.

The problem?
If your data changes and the highest value moves to a different point, Excel won’t update the color automatically. You’d need to:
- Remove the color from the old point
- Add it to the new one

Step 2: Automatically Highlight Max and Min Points
To make our line chart highlight the highest and lowest values dynamically, we’ll use two helper columns. These will tell Excel which points to color—and update automatically when the data changes.
Create the Helper Columns
We’ll add two new columns to your dataset: one for the MAX value, and one for the MIN value.
- Next to your original data, add two new headers:
MAXandMIN.

- In the
MAXcolumn (e.g., cellC5), enter this formula:
=IF(B5=MAX($B$5:$B$16), B5, ””)
- In the
MINcolumn (e.g., cellD5), enter this formula:
=IF(B5=MIN($B$5:$B$16), B5, ””)- Fill both formulas down for all rows.

Add the MAX and MIN Series to Your Line Chart
Now, let’s add these helper series to the chart.
Method 1: Drag to Expand Data Range
- Click the edge of your chart to select it.
- You’ll see a blue border around the data range.
- Drag the bottom-right handle to include the
MAXandMINcolumns.

Method 2: Copy & Paste (Alternative)
- Select the helper data columns, including the headers.
- Press Ctrl + C to copy.
- Click the edge of the chart.
- Press Ctrl + V to paste the series into the chart.
Ignore Zero Values in Excel Chart
Blank cells are plotted as zero on the chart. We will use the NA() function which tells Excel to skip those points completely—no line crashing to the bottom.

- Select the IF formula for January’s MAX and update it as follows:
=IF(B5=MAX($B$5:$B$16), B5, NA())
- For the MIN cell of January, update the formula as follows:
=IF(B5=MIN($B$5:$B$16),B5,NA())
- Fill both formulas down for all rows.

All the “crashed” points have disappeared leaving us with only two additional data points.
Format the Highlight Points
Let’s style the helper series to make them stand out.
- Click once on the
MAXseries (e.g., orange point).- ❗ Important: Clicking once selects the full series. Clicking twice selects only one point—don’t do that here.

- Press Ctrl + 1 to open the Format Data Series panel.
- If you are uncertain if you have the correct series selected, use the Series Options dropdown list to select the proper data series.

- In the panel, choose the Fill & Line icon (paint bucket).
- Expand the Marker section:
- Set marker type to Built-in → Circle
- Set size to 10

- Under Fill, choose No Fill

- Under Border, choose Solid Line
- Color: Green
- Width: 2.25 pt

- Repeat for the
MINseries:- Same marker and size
- Border color: Red
Clean Up the Original Line
Let’s simplify the main data series so the highlights pop:
- Select the Sales series (the original line).
- In the Format panel:
- Set marker fill to dark gray
- Set marker border to none
- Set line color to dark gray

You can also:
- Make gridlines light gray to soften the background.
Add Data Labels
Want to show the values directly above/below the max and min points?
For the MAX point:
- Click the
MAXseries once. - Right-click → Add Data Labels
- Right-click label → Format Data Labels
- Under Label Options, set Label Position to Above

For the MIN point:
- Click the
MINseries once. - Right-click → Add Data Labels
- Under Label Options, set Label Position to Below

Test It
Try changing a value in your data—for example:
- Set May to
300 - Set November to
100
The highlights will automatically move. No manual updates needed.

Want to Hide the Helper Columns?
You can hide or group the MAX and MIN columns, but by default Excel won’t plot hidden data.

Fix that with these steps:
- Right-click on the chart → Select Data
- Click Hidden and Empty Cells (bottom left)
- Check: Show data in hidden rows and columns

If You Have Duplicate Max or Min Values
You may see a connector line between the duplicate points.

Option 1: Prevent line for hidden columns
- Go to Select Data → Hidden and Empty Cells
- Check: Show #N/A as an empty cell

Option 2: Remove line manually
- Click the series line
- Open Format panel → Fill & Line → Line
- Select: No Line

The result should appear as follows.

Get Creative
This trick doesn’t just work for line charts.
You can use it to:
- Highlight the top bar in a column chart

- Mark the top 3 values in a time series

Download the Free Chat Template
Want to skip the setup and jump right in?
Grab our ready-to-use Excel chart template. It’s pre-built with dynamic highlights for max and min values—so you can start using it right away.
👉 Click here to download the Excel chart template
No formulas to figure out. No formatting needed. Just plug in your data and go.

Featured Bundle
Black Belt Excel Bundle
Leila Gharani
I’ve spent over 20 years helping businesses use data to improve their results. I've worked as an economist and a consultant. I spent 12 years in corporate roles across finance, operations, and IT—managing SAP and Oracle projects.
As a 7-time Microsoft MVP, I have deep knowledge of tools like Excel and Power BI.
I love making complex tech topics easy to understand. There’s nothing better than helping someone realize they can do it themselves. I’m always learning new things too and finding better ways to help others succeed.













