Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
I need the bar colors to change after reaching ONE particular point.
how do i do that? I have searched the many different posts or threads, they all seem to be relative to more than one point or sectioned off by tiers of breaking points. Even the simple condition format from the peltier is based on two points. I need a forumla that looks like (if $b$3=$c$3,...then the color=red). |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hi,
Most methods rely on charting two series in stacked bar charts. You use formulas in he worksheet to determine what values are charted in each series. e.g. =IF($B$3=$C$3,B3,NA()) will show the value in B# if the condition is met, or #N/A otherwise. If you want an automated method, go to http://www.edferrero.com/ExcelCharts...2/Default.aspx and look for the 'Conditional Format Bar Chart' sample. Ed Ferrero www.edferrero.com |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Thank you for the direction.
I need to know how to change this information so that it is specific to my needs. I was unable to do this when I downloaded the spreadsheet before sending my message. So I was unsure if this was the best one to use, but you confirm otherwise. It did seem like the closest though. "Ed Ferrero" wrote: Hi, Most methods rely on charting two series in stacked bar charts. You use formulas in he worksheet to determine what values are charted in each series. e.g. =IF($B$3=$C$3,B3,NA()) will show the value in B# if the condition is met, or #N/A otherwise. If you want an automated method, go to http://www.edferrero.com/ExcelCharts...2/Default.aspx and look for the 'Conditional Format Bar Chart' sample. Ed Ferrero www.edferrero.com |
#4
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
perhaps I should restate what i anticipate the end result would be (if
$b$3=$c$3,...then the bar from the target point and up is color=red). for example my target is 53. the actual count is 72. the column color higher than the 53 mark will be red while the other bar remains the chosen color. "Ed Ferrero" wrote: Hi, Most methods rely on charting two series in stacked bar charts. You use formulas in he worksheet to determine what values are charted in each series. e.g. =IF($B$3=$C$3,B3,NA()) will show the value in B# if the condition is met, or #N/A otherwise. If you want an automated method, go to http://www.edferrero.com/ExcelCharts...2/Default.aspx and look for the 'Conditional Format Bar Chart' sample. Ed Ferrero www.edferrero.com |
#5
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
That sounds like the second example:
http://peltiertech.com/Excel/Charts/...nalChart2.html - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "confused!!" wrote in message ... perhaps I should restate what i anticipate the end result would be (if $b$3=$c$3,...then the bar from the target point and up is color=red). for example my target is 53. the actual count is 72. the column color higher than the 53 mark will be red while the other bar remains the chosen color. "Ed Ferrero" wrote: Hi, Most methods rely on charting two series in stacked bar charts. You use formulas in he worksheet to determine what values are charted in each series. e.g. =IF($B$3=$C$3,B3,NA()) will show the value in B# if the condition is met, or #N/A otherwise. If you want an automated method, go to http://www.edferrero.com/ExcelCharts...2/Default.aspx and look for the 'Conditional Format Bar Chart' sample. Ed Ferrero www.edferrero.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formatting - Excel 2003 | Excel Discussion (Misc queries) | |||
Conditional Formatting for Excel 2003 | Excel Discussion (Misc queries) | |||
Conditional formatting excel 2003 | Excel Worksheet Functions | |||
Excvel 2003: Conditional Formatting | Excel Discussion (Misc queries) | |||
Excel 2003: Conditional Formatting | Excel Discussion (Misc queries) |