Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Is there a way of formatting a column by the value - eg green for = 98%, red
for <98%? |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Jon Peltier tell all at
http://peltiertech.com/Excel/Charts/...nalChart1.html best wishes -- Bernard V Liengme Microsoft Excel MVP http://people.stfx.ca/bliengme remove caps from email "Bernster" wrote in message ... Is there a way of formatting a column by the value - eg green for = 98%, red for <98%? |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hi,
There are two possible questions here - 1. Can you format the entire column green if it goes above 98% 2. Can you format the part of the bar that goes above 98% green while leaving the remainder red. For the first one - Suppose the series in question is in cell B2:B100 Then in cells C2:C100 enter the formula =IF(B2=98,B2,0) and copy it down In the cells D2:D100 enter the formula =IF(B2<98,B2,0) and copy it down Highlight these new ranges and the x-axis label range, but exclude the B2:B100 range, and chart your data. Format one series to Green and one to Red. For the second - You can use a stacked column chart for this one Using the same range as above enter one formula: =IF(B298,B2-98,0) and the other =IF(B2<=98,B2,98) to plot the data in C:D and the labels but make the chart a stacked column. You may need to switch the series so that the correct one is on top. In 2003 double-click the series and select the Series Order tab, make the necessary adjustments. -- Thanks, Shane Devenshire "Bernster" wrote: Is there a way of formatting a column by the value - eg green for = 98%, red for <98%? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Colour gradients in charts | Charts and Charting in Excel | |||
Combine Clustered Column Bar charts and Stacked column bar charts | Charts and Charting in Excel | |||
Can I import a new colour into the options for creating charts? | Charts and Charting in Excel | |||
My links (bar charts) print in b&w but they should be in colour | Charts and Charting in Excel | |||
I'm loosing colour when copying charts from excel to word. | Charts and Charting in Excel |