Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Scott from Gippsland
 
Posts: n/a
Default Generating graphs with less than results

I currently export data from a laboratory into excel, and need to generate a
series of graphs based on the data.

Due to the nature of the tests done by the laboratory, certain results are
presented as less than (<00.00).

Is there a simple way of generating graphs when parts of the data have the <
symbol in front of the number?

Hope someone has some ideas
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jon Peltier
 
Posts: n/a
Default Generating graphs with less than results

Scott -

Excel really needs numbers to put into the plot. Does <00.00 indicate a low
value (like zero), or does it indicate a missing value? Set up an extra
column with formulas like this:

=IF(LEFT(B2,1)="<",[value],B2)

where [value] could be zero, if that's what it means, or NA() in a line or
XY chart to skip that point (a line is interpolated across the missing
value), or zero in a column chart. Using "" gives unexpected results,
because it does not produce a blank cell (even though it looks blank) but
rather a cell with a short text string, which Excel values as zero. The NA()
produces an #N/A error in the cell, but makes the chart work; use
conditional formatting to hide the error.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Scott from Gippsland" <Scott from
wrote in message ...
I currently export data from a laboratory into excel, and need to generate
a
series of graphs based on the data.

Due to the nature of the tests done by the laboratory, certain results are
presented as less than (<00.00).

Is there a simple way of generating graphs when parts of the data have the
<
symbol in front of the number?

Hope someone has some ideas



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
HYPERLINK GRAPHS Aurora Charts and Charting in Excel 0 April 10th 06 04:46 PM
Are there better GRAPHS within EXCEL or Add-on graphs? Deb Charts and Charting in Excel 1 February 1st 06 01:19 PM
abdualmohsn almedrahe abdualmohsn ahmad Excel Discussion (Misc queries) 1 November 19th 05 06:32 PM
Date stamp formula results? Tricky problem? mjp Excel Discussion (Misc queries) 0 November 18th 05 04:11 PM
calculating results in formulas Linda Excel Discussion (Misc queries) 9 July 6th 05 09:20 AM


All times are GMT +1. The time now is 05:12 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"