Posted by: admin
Category: Advanced, Dashboard Design, Tips and Tricks
Tags: bar graphs, column graphs, conditional formatting, dashboard excel tricks, excel, excel graphs, excel tips
Chart Axis Labels – Conditional Formatting
- Contributed by Gunjan Aggarwal
We all like conditional formatting for the fact that data can be better projected that way. It makes data easy to read and conclude. It can be used in creating the Interactive dashboard, Routine reports, Adhoc reports and many more places where the Graphs play’s a vital role.
Imagine how conditional formatting can make your chart look attractive and interesting. In this article we will learn how to do that.
- Make a simple table with the required data
- In the subsequent Column insert the required formula, In our example we have set the standard to be 500 Visits, Accordingly the formula is written as:
=IF(Visits<500,0,NA()) – RED {Less than 500 Visits}
=IF(Visits>=500,0,NA()) – GREEN {More than or equal to 500 Visits}

- Now create column chart (A1
11)

- Click on Chart. Go to “layout” Tab. Click on drop down and select “Red” series

- Click on “Data Labels” -> more data label options

- Select “Category Name” and “below” option

- Change the data label font on the Axis to ‘Red’ or ‘Green’ Color as required

Finally you will arrive at the chart with conditionally formatted axis that adds up glamour to your reports and dashboards.

Note: The logic is applicable not only to Vertical Bar Graph but also to other chart types like Line graph, horizontal bar graph etc.,

If you need to know more about any of the dashboard or chart tricks, please leave your email id in a comment. And we will do our best to reply to your queries.



















