Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1,388
Default Omit points from plot if cell is formula returns a non-numeric res

How can I prevent cells with a non-numeric function result from being plotted
as zero values. The function

=IF(G30,F5+G3,"")

Plots values as it should for G0 but when G<=0 it plots points on the
x-axis instead of omiting the points as it does when the cells are blank. On
the spread sheet the cells display blank as they should.
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Omit points from plot if cell is formula returns a non-numeric res

Hi,

Charts plot all non numeric values as zero. There will however interpolate
values if #N/A is used.

=IF(G30,F5+G3,NA())

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Dave" wrote in message
...
How can I prevent cells with a non-numeric function result from being
plotted
as zero values. The function

=IF(G30,F5+G3,"")

Plots values as it should for G0 but when G<=0 it plots points on the
x-axis instead of omiting the points as it does when the cells are blank.
On
the spread sheet the cells display blank as they should.


  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 235
Default Omit points from plot if cell is formula returns a non-numeric res

Dave,

If you use "NA()" similar to the formula below, Excel will interpolate
values for the points that hit zero.

=IF(G50,G5,NA())

If you want to break the line, Andy Pope has an example that shows how to do
so on hit web site.

www.andypope.info

--
John Mansfield




"Dave" wrote:

How can I prevent cells with a non-numeric function result from being plotted
as zero values. The function

=IF(G30,F5+G3,"")

Plots values as it should for G0 but when G<=0 it plots points on the
x-axis instead of omiting the points as it does when the cells are blank. On
the spread sheet the cells display blank as they should.

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
Can I plot XYZ points in excel? dgs348 Charts and Charting in Excel 3 April 3rd 23 06:44 PM
How can i plot every 10 of my data points (i.e. 1, 11,21,.,10001) volk Excel Discussion (Misc queries) 2 June 21st 06 03:06 PM
Plot many X-Y points with each being labeled with an ID Rocko the Horse Excel Discussion (Misc queries) 1 May 8th 06 12:19 AM
Aligning Decimal Points with non-numeric data notloiseweiss Excel Discussion (Misc queries) 3 November 11th 05 10:17 PM
Plot points with same x-value in same series? smKing Charts and Charting in Excel 1 February 3rd 05 07:32 PM


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