Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 26
Default How do I get an Excel chart to ingore zero values created by funct

I'm using SUM functions to calculate monthly sales totals. Currently most of
the results are zeros. How do I include the entire data range in my chart (so
I don't have to redo it every month) but make sure that the chart doesn't
include any zero values? I've tried hiding all zeros in my worksheet, but the
chart doesn't recognise these as blank cells. I'm using Excel 2003
  #2   Report Post  
Posted to microsoft.public.excel.charting
HEK HEK is offline
external usenet poster
 
Posts: 46
Default How do I get an Excel chart to ingore zero values created by funct

Drew:
I repeat my answer to another question here again.

There is an elegant solution, called "dynamic named range", that works
with the OFFSET command. Search the web with this jargon, or check out Jon
Peltier's website; it contains links to many others where you find
instructions how to do it.
[http://peltiertech.com/Excel/Charts/...artLinks.html]
HTH,
Henk


"BOBODD" wrote:

I'm using SUM functions to calculate monthly sales totals. Currently most of
the results are zeros. How do I include the entire data range in my chart (so
I don't have to redo it every month) but make sure that the chart doesn't
include any zero values? I've tried hiding all zeros in my worksheet, but the
chart doesn't recognise these as blank cells. I'm using Excel 2003

  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default How do I get an Excel chart to ingore zero values created by funct

If it's a line or XY chart, and the zeros are all at the end of the range,
change your formula so it returns #N/A instead of 0:

=IF(SUM(A1:A10)=0,NA(),SUM(A1:A10))

The #N/A errors are ugly in the sheet, but can be hidden using conditional
formatting. The chart doesn't show these values.

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


"BOBODD" wrote in message
...
I'm using SUM functions to calculate monthly sales totals. Currently most
of
the results are zeros. How do I include the entire data range in my chart
(so
I don't have to redo it every month) but make sure that the chart doesn't
include any zero values? I've tried hiding all zeros in my worksheet, but
the
chart doesn't recognise these as blank cells. I'm using Excel 2003



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 Titles not showing in excel chart Window Greg_tnwre Excel Discussion (Misc queries) 0 July 15th 06 03:41 AM
Copy and paste Excel chart in Word -- font compresses ScooterGirl Charts and Charting in Excel 3 February 10th 06 03:25 AM
how do i create a pie chart in excel with non-numerical values? feirin Charts and Charting in Excel 2 February 1st 06 03:45 AM
Can I have more than 255 characters in Chart "Values" of Excel 2k? Lloyd Benson Charts and Charting in Excel 3 July 9th 05 12:38 AM
Excel 2003 crashes loading excel files created Excel 2000 Jeff Lewin Australia Excel Discussion (Misc queries) 0 June 27th 05 04:20 AM


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