ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Formatting a Chart Based On What Values Are Displayed (https://www.excelbanter.com/excel-programming/420259-re-formatting-chart-based-what-values-displayed.html)

Barb Reinhardt

Formatting a Chart Based On What Values Are Displayed
 
I do this by creating a new series for each "condition" you want to display.
Let's say you want to format points that are less than 100 as red, do
something like this

=if(A1<100,A1,NA())

The NA() values will not be displayed on the chart. Create a series for
each color you want to display.
--
HTH,
Barb Reinhardt

If this post was helpful to you, please click YES below.



" wrote:

Hi,

I have a chart and I would like to format the line so that if it is
below a certain value, the line is red. Is there any way to do this?
I'm pretty good with charting in excel.



All times are GMT +1. The time now is 05:40 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com