• Skip to main content
  • Skip to primary sidebar
  • Skip to footer

Microsoft Excel Tips and Tricks - Computergaga

  • Home
  • Excel Online Courses
  • Excel Functions List
  • Free Downloads
  • Blog
  • Tutorials
  • About
Home / Charts / Highlight Max and Min Values on a Column Chart

Highlight Max and Min Values on a Column Chart

When using column charts to compare values, you may want to highlight the max and min values on the chart. By highlighting the maximum and minimum values, it removes any confusion identifying the top and bottom values.

Highlight max and min values on a column chart

Finding the Max and Min Values

To show the max and min values on a column chart, we will first need to identify the max and min values of our range. These values will then be used as a second data series when we create the column chart.

We will use the following formula to check the values in our range, and return the value if it is the maximum or minimum. Otherwise the NA() function is used to return the #N/A error. We want this because the chart will not plot these error values.

=IF(OR(B4=MAX($B$4:$B$15),B3=MIN($B$4:$B$15)),B4,NA())

The range of cells we will use to create the column chart will look like below.

Returning the max and min values for the column chart

The formula uses the IF and OR functions. The OR function enables us to test if the value is either the maximum or minimum figure. The IF function then takes the required action, which is to either display the value or return #N/A.

Creating the Column Chart with Highlighted Max and Min Values

Select the range of cells to chart. In this example, that is A3:C14. Then click Insert > Column Chart and select the 2D Clustered Column (This is the first chart in the sub-type list).

Insert a 2D clustered column chart

The chart will appear like in the image below. The two data series are shown as separate columns.

Max and min values shown on a column chart

We want to highlight the max and min values on a column chart with it appearing as one data series. So, let’s overlap the two data series.

Click on one of the columns in the chart. Click the Format tab on the Ribbon and the Format Selection button. Enter 100% in the Series Overlap field.

Overlap the data series of a column chart

The two data series are now overlapped giving the appearance of one data series with the max and min values highlighted.

Showing the maximum and minimum values on a column chart

You can apply further formatting to adapt the chart to your own needs.

Watch the Video

More useful Excel Chart Tutorials

  • Creating a scrollable chart for your Excel Dashboards
  • Add drop lines to a line graph

Reader Interactions

Comments

  1. Teekay says

    6 May 2016 at 11:05 am

    Great Site people. I’m becoming the go to guy at the office. Keep the videos and courses coming.

    Reply
    • computergaga says

      7 May 2016 at 6:09 am

      Great to hear. Thanks Teekay.

      Reply
  2. Kaustubh says

    1 August 2017 at 1:26 pm

    Great tip!
    I think it should be
    IF(OR(B4=MAX($B$4:$B$15),B4=MIN($B$4:$B$15)),B4,NA())

    Reply
  3. Khoirin Nisa says

    13 January 2018 at 4:56 am

    thanks sangat membantu untuk dipelajari..,

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Recent Posts

  • Excel SWITCH Function – Nested IF Function Alternative
  • Sum Formulas Only in Excel
  • How to Calculate Age in Excel
  • Custom Sort in Excel
  • Case Sensitive Lookup with XLOOKUP in Excel
Advanced Excel Success book

Footer

Contact

[email protected]

LinkedIn Twitter YouTube

Useful Links

  • Home
  • Excel Online Courses
  • Tutorials
  • Sitemap
  • Privacy Policy
  • Jobs by Jooble

Course Topics

  • Blog
  • Charts
  • Courses
  • Dashboards
  • Downloads
  • Excel Tips
  • Formulas
  • Mail Merge
  • Office
  • PivotTables
  • Power BI
  • Power Pivot
  • Power Query
  • VBA

Join Our Mailing List

© Copyright 2009 Computergaga · All Rights Reserved ·