#1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 8
Default Chart Bars

How to create intersectionso if the hight of bar crosses that line the color
of the bar should from that point.
From Level 0 - 2:- RED Color
From Level 2 - 4:- Green color
From Level 4 - 6:- Blue color
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Chart Bars

Hi,

You will need to use 3 series to build the stack. Simplest way is to use a
cluster chart, setting the overlap value to 100, with data base on formula.

If you have the following data in A2:B9

A2: =<leave empty B2: =SeriesName
A3: =A B3: =0
A4: =B B4: =1
A5: =C B5: =2
A6: =D B6: =3
A7: =E B7 =4
A8: =F B8: =5
A9: =G B9: =6

You can then create the following formula to create chart data.

C1: =6
D1: =4
E1: =2

C2: =Blue
D2: =Green
E2: =Red

C3: =IF($B3C$1,C$1,$B3)

Drag C3 across and down the range C3:E9

Now create your chart on the range $A$3:$A$9,$C$2:$E$9
Format the columns to match colour descriptions. Set Series Options
Overlap =100

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Shahzad" wrote in message
...
How to create intersectionso if the hight of bar crosses that line the
color
of the bar should from that point.
From Level 0 - 2:- RED Color
From Level 2 - 4:- Green color
From Level 4 - 6:- Blue color


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Customise error bars on individual bars in a bar chart 2007 Millie Charts and Charting in Excel 2 April 25th 09 04:16 AM
how do I get more than 19 bars on a bar chart brian scotr Charts and Charting in Excel 1 September 24th 07 04:03 PM
Help with bars in bar chart Antney Charts and Charting in Excel 1 May 4th 07 05:28 PM
2 Bars and 2 Y Axis Chart DG Charts and Charting in Excel 1 October 4th 05 03:03 AM
Bars in a chart??????? Gee Excel Worksheet Functions 0 July 15th 05 11:36 AM


All times are GMT +1. The time now is 03:18 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"