Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Incoherent
 
Posts: n/a
Default Leaving a cell blank. Not NA(), not "".

Is there any way to create a truely blank cell that is ignored by a chart AND
by another function e.g AVERAGE or STDEV.
NA() works with charts, but not with AVERAGE. "" works with AVERAGE but can
not be scatter-plotted.

An old problem perhaps.
  #2   Report Post  
Bernard Liengme
 
Posts: n/a
Default

EITHER
Blanks are ignored by AVERAGE
For charts: make chart, click on it; use Tools|Options; open Chart tab; set
"Plot empty cells as" to Interpolate
OR
Use NA() and get average with =AVERAGE(IF(ISNA(A1:A100),"",A1:A100)) but
enter this with Shift+Ctr;+Enter as it is an array function

best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Incoherent" wrote in message
...
Is there any way to create a truely blank cell that is ignored by a chart
AND
by another function e.g AVERAGE or STDEV.
NA() works with charts, but not with AVERAGE. "" works with AVERAGE but
can
not be scatter-plotted.

An old problem perhaps.



  #3   Report Post  
Harlan Grove
 
Posts: n/a
Default

Bernard Liengme wrote...
....
For charts: make chart, click on it; use Tools|Options; open Chart tab; set
"Plot empty cells as" to Interpolate

....

I believe you're missing the OP's point. The OP wouldn't have a problem
if the cells in his/her chart range were truly blank, which would be
why the OP is asking how to generate blank cells. If the OP is using ""
as a proxy for blank, then the chart option you mention doesn't help -
Excel *ALWAYS* plots text values as zeros. REALLY STUPID, but this just
wouldn't be Excel if there weren't a few (dozen? hundred?) stupid
design 'features'.

  #4   Report Post  
Duke Carey
 
Posts: n/a
Default

The rather obvious response is - if there is something in the cell, it cannot
be truly blank.

You can deal with NA() in an average by using an array formula, committed
with Ctrl-Shift-Enter:

=AVERAGE(IF(NOT(ISNA(C1:C60)),C1:C60))


"Incoherent" wrote:

Is there any way to create a truely blank cell that is ignored by a chart AND
by another function e.g AVERAGE or STDEV.
NA() works with charts, but not with AVERAGE. "" works with AVERAGE but can
not be scatter-plotted.

An old problem perhaps.

  #5   Report Post  
Incoherent
 
Posts: n/a
Default

Thank you guys, this was helpful.

Next question: how to do the same thing with the LINEST function.


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
Replace null string with blank cell gjcase Excel Discussion (Misc queries) 2 August 9th 05 02:13 PM
leave a cell blank nicolas Excel Worksheet Functions 1 August 2nd 05 01:55 PM
blank cell turns to 0 LMB New Users to Excel 2 April 25th 05 03:57 PM
Look for change next blank cell in Range Nigel Bennett Excel Worksheet Functions 1 March 13th 05 09:45 PM
Go to first blank cell Curt D. Excel Worksheet Functions 4 February 28th 05 10:27 AM


All times are GMT +1. The time now is 10:25 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"