A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Charts and Charting
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Ignore " " values



 
 
Thread Tools Display Modes
  #1  
Old October 29th, 2003, 06:35 PM
Phil Hageman
external usenet poster
 
Posts: n/a
Default Ignore " " values

The following formula (typical) provides point data for a
plotted series. Problem is, when the cell holding the
data is blank (" "), the series drops to zero. Is there a
way to have the chart ignor the " " values?

=IF(Customer!U27"",Customer!U27,"")
  #2  
Old October 29th, 2003, 08:06 PM
dvt
external usenet poster
 
Posts: n/a
Default Ignore " " values

On Wed, 29 Oct 2003 10:35:29 -0800, Phil Hageman =

wrote:

The following formula (typical) provides point data for a
plotted series. Problem is, when the cell holding the
data is blank (" "), the series drops to zero. Is there a
way to have the chart ignor the " " values?

=3DIF(Customer!U27"",Customer!U27,"")


Relplace the "" with an N/A error. For example,

=3DIF(Customer!U27"",Customer!U27,NA())

-- =

Dave
dvt at psu dot edu
  #3  
Old October 29th, 2003, 08:45 PM
Phil Hageman
external usenet poster
 
Posts: n/a
Default Ignore " " values

Thanks, Dave. I used #N/A and it works. Thanks,Phil
-----Original Message-----
On Wed, 29 Oct 2003 10:35:29 -0800, Phil Hageman
wrote:

The following formula (typical) provides point data for

a
plotted series. Problem is, when the cell holding the
data is blank (" "), the series drops to zero. Is

there a
way to have the chart ignor the " " values?

=IF(Customer!U27"",Customer!U27,"")


Relplace the "" with an N/A error. For example,

=IF(Customer!U27"",Customer!U27,NA())

--
Dave
dvt at psu dot edu
.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:51 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.