Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
jaweiss
 
Posts: n/a
Default Prevent non-numerical data (e.g. text) from plotting on a chart

I want to chart a series of cells. Depending on the assumptions, the data
will either be numbers or text. I only want the chart to plot the numbers.
Currently, the chart keeps plotting the text as zeros. Is there any way to
prevent the chart from displaying these as zeros (in other words, not plot
them at all)? Under toolsoptionschart the default is not to plot blanks,
but because the cells are not blank, they show as zeros.
  #2   Report Post  
Jerry W. Lewis
 
Posts: n/a
Default

There is no such option. You can plot a helper column instead that has
the formula
=IF(ISNUMBER(dataRange),dataRange,NA())

Jerry

jaweiss wrote:

I want to chart a series of cells. Depending on the assumptions, the data
will either be numbers or text. I only want the chart to plot the numbers.
Currently, the chart keeps plotting the text as zeros. Is there any way to
prevent the chart from displaying these as zeros (in other words, not plot
them at all)? Under toolsoptionschart the default is not to plot blanks,
but because the cells are not blank, they show as zeros.


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
pasting data from a website changes text to date stebro Excel Discussion (Misc queries) 8 August 12th 06 08:39 PM
how do you prevent data from changing values when sorting linked . Cassie Excel Discussion (Misc queries) 0 March 4th 05 10:45 AM
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 05:55 PM
Convert data of cells to any type: Number, Date&Time, Text Kevin Excel Discussion (Misc queries) 0 December 30th 04 06:55 AM
VBA Import of text file & Array parsing of that data Dennis Excel Discussion (Misc queries) 4 November 28th 04 10:20 PM


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