Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1
Default highlight high and low ranges in chart

Trying to chart the acutal readings of blood sugar on a chart on which the
normal range say between 90 and 120 are highlighted on the chart. If I try
to insert a text box and if a reading falls in the normal range, the reading
is hidden. I tried to group the plotted readings and the text box to send
the text box behind the readings but could not.
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 100
Default highlight high and low ranges in chart

Hi,
One of many possible ways is to use a helper column. Suppose your
dates/times are in A2:A20, and your readings iare in B2:B20.
In C2, enter =IF(AND(B2=90,B2<=120),NA(),B2)
and copy down to C20.
This will give a seriescontaining only those readings below 90 or above 120.
The #N/A errors do not appear on the chart.
Then plot a x-y chart using A2:A20 and C2:C20, and you should have what you
want.
Alternatively, create a chart using all three columns and you'll see that
the readings within range are one colour, while those outside the range are
plotted on top in another colour.
Format to smarten the whole thing up, and you're finished, hopefully.
If you need lines to indicate the "LIMITS" at 90 and 120,
add two more series to the chart(put 90 in D2 and 120 in E2). Then add
positive X error bars for the appropriate number of time units.Format as
required.

Good luck.

Dave

url:http://www.ureader.com/msg/10296609.aspx
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
Chart with two series, one high, one low nathan_savidge Excel Worksheet Functions 2 May 1st 08 02:09 PM
Highlight same part numbers with high price varies among themselv CYNTHIA Excel Discussion (Misc queries) 3 November 5th 07 09:24 PM
Y Axis in a chart - high to low values Chuck Excel Discussion (Misc queries) 0 August 17th 06 06:05 PM
Highlight in Excel When I Use High Contrast Black Windows Color Sc montgomerymouse Excel Discussion (Misc queries) 2 March 7th 06 04:18 AM
3/4 High Chart Rule louiluck Charts and Charting in Excel 1 August 10th 05 12:55 PM


All times are GMT +1. The time now is 03:27 AM.

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

About Us

"It's about Microsoft Excel"