Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 28
Default How to Remove text values from graphs

I have several graphs put together from data on another tab, however
sometimes this data will come up "N/a" or "No Data" which the graph
recognizes as ZERO. Can this be avoided? I only want the graph to graph
numberical values. Please assist. Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default How to Remove text values from graphs

Have your formulas return the #N/A error
Example:
=IF(A1=B1,A1+B1,NA())

XL graphs ignore the NA error, as it is, by definition, not applicable.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"JAbels001" wrote:

I have several graphs put together from data on another tab, however
sometimes this data will come up "N/a" or "No Data" which the graph
recognizes as ZERO. Can this be avoided? I only want the graph to graph
numberical values. Please assist. Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 28
Default How to Remove text values from graphs

No can do... They must return the values they are.. "N/a" or "No Data" must
come up in order for my workbook to meet other criteria... Suggestions?

"Luke M" wrote:

Have your formulas return the #N/A error
Example:
=IF(A1=B1,A1+B1,NA())

XL graphs ignore the NA error, as it is, by definition, not applicable.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"JAbels001" wrote:

I have several graphs put together from data on another tab, however
sometimes this data will come up "N/a" or "No Data" which the graph
recognizes as ZERO. Can this be avoided? I only want the graph to graph
numberical values. Please assist. Thanks!

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default How to Remove text values from graphs

Could you setup a hidden table somewhere that duplicates your original data
using formulas similar to:
=IF(ISNUMBER(A1),A1,NA())

And then create your graph from this hidden table?
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"JAbels001" wrote:

No can do... They must return the values they are.. "N/a" or "No Data" must
come up in order for my workbook to meet other criteria... Suggestions?

"Luke M" wrote:

Have your formulas return the #N/A error
Example:
=IF(A1=B1,A1+B1,NA())

XL graphs ignore the NA error, as it is, by definition, not applicable.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"JAbels001" wrote:

I have several graphs put together from data on another tab, however
sometimes this data will come up "N/a" or "No Data" which the graph
recognizes as ZERO. Can this be avoided? I only want the graph to graph
numberical values. Please assist. Thanks!

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6,582
Default How to Remove text values from graphs

As Luke points out, it's very easy to set up multiple data ranges. They can
all be linked to a central table, so they update when the underlying data
changes. The drawbacks? You use extra worksheet space. This hasn't been a
practical issue since we stopped using COBOL in the mid-80s. The benefits is
that you can make ranges which are optimized for charting, display, and
further analysis, and save the time it might take to try to make one range
fit all needs.

- Jon
-------
Jon Peltier, Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/

Advanced Excel Conference - June 17-18 2009 - Charting and Programming
http://peltiertech.com/Training/2009...00906ACNJ.html
_______


"JAbels001" wrote in message
...
No can do... They must return the values they are.. "N/a" or "No Data"
must
come up in order for my workbook to meet other criteria... Suggestions?

"Luke M" wrote:

Have your formulas return the #N/A error
Example:
=IF(A1=B1,A1+B1,NA())

XL graphs ignore the NA error, as it is, by definition, not applicable.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"JAbels001" wrote:

I have several graphs put together from data on another tab, however
sometimes this data will come up "N/a" or "No Data" which the graph
recognizes as ZERO. Can this be avoided? I only want the graph to graph
numberical values. Please assist. Thanks!



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
How do I ignore Graphs zero values. fishy Charts and Charting in Excel 11 August 14th 20 07:18 PM
paste values with graphs Light Excel Discussion (Misc queries) 2 February 8th 07 02:15 PM
move values text in graphs all series at once. Excel Tibuix Charts and Charting in Excel 1 July 24th 06 01:33 AM
Removing 0 or none 0 values from graphs Mike Punko Charts and Charting in Excel 2 September 9th 05 10:14 PM
Remove the apostrophe (') in Excel cell text values Connull Excel Discussion (Misc queries) 5 January 11th 05 05:06 PM


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

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"