Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula to calculate values displayed in a chart | Excel Discussion (Misc queries) | |||
Conditional values based on formatting? | Excel Worksheet Functions | |||
How do I sum the displayed values in a stacked chart? | Charts and Charting in Excel | |||
Unwanted Zeros in Excel Chart Displayed Values | Excel Discussion (Misc queries) | |||
Formatting Y axis values based on other chart | Excel Programming |