Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1
Default how can an empty cell equate to non-plot point rather than zero?

if(cell="","",cellvalue)

Here, if logic determines that a cell is empty, the cell will be empty but
the plot will show zero for the cell.

if(cell="",na(),cellvalue)
Here, if logic determines an empty cell the cell will be shown as #n/a, but
the point will be a non-plot.

How can one statement cause an empty cell but show as non-plot?


  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 3,346
Default how can an empty cell equate to non-plot point rather than zero?

Hi,

The answer is because Microsoft programmed it that way.

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"tomj" wrote:

if(cell="","",cellvalue)

Here, if logic determines that a cell is empty, the cell will be empty but
the plot will show zero for the cell.

if(cell="",na(),cellvalue)
Here, if logic determines an empty cell the cell will be shown as #n/a, but
the point will be a non-plot.

How can one statement cause an empty cell but show as non-plot?


  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default how can an empty cell equate to non-plot point rather than zero?

Shane thought you were wondering "Why?" for which his answer is accurate.

If you were wondering how to make the cell look empty but plot like it
contains #N/A, you have to keep the #N/A in the cell, and use conditional
formatting to hide it.

However, this is a kludge, and it is worse if you need to make some
calculation based on the cell. In this case you should set aside multiple
data ranges, all linked to the original. For the chart source data range,
show the #N/As. For the display range, show "". For the calculation
intermediary, use whatever provides proper calculated values.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
_______


"tomj" wrote in message
...
if(cell="","",cellvalue)

Here, if logic determines that a cell is empty, the cell will be empty but
the plot will show zero for the cell.

if(cell="",na(),cellvalue)
Here, if logic determines an empty cell the cell will be shown as #n/a,
but
the point will be a non-plot.

How can one statement cause an empty cell but show as non-plot?




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 to plot an infinity point in Excel Ghada Excel Discussion (Misc queries) 2 April 4th 23 10:11 AM
Scatter Plot Point Labels Dallas Excel Worksheet Functions 2 December 5th 07 03:24 PM
scatter plot data point labelling question Bob Christensen 3 Charts and Charting in Excel 5 November 16th 07 04:55 PM
How do I plot a trendline that goes through a specified point? triplej80 Charts and Charting in Excel 2 February 7th 06 09:45 PM
scatter plot & label for a data point shabnam Charts and Charting in Excel 3 April 11th 05 06:37 PM


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