Welcome to the Excel Forum

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.

Seo Services company Manchester

Please Register to Remove these Ads

Please Register to Remove these Ads



Reply
  #1  
Old 12-15-2005, 08:23 AM
Rajkumar Rajkumar is offline
Registered User
 
Join Date: 31 Oct 2003
Location: India
Posts: 21
Rajkumar is becoming part of the community
Zero Values in chart

Please Register to Remove these Ads

Hi,

Is there any way to avoid displaying zero values in a chart.

Raj
__________________
Myindia
Reply With Quote
  #2  
Old 12-15-2005, 08:35 AM
Bernard Liengme
Guest
 
Posts: n/a
Re: Zero Values in chart

Assuming you mean you want empty cells not to be treated as zeros:
1) click on chart; use Tools|Options|Chart and specify how you want blanks
to be treated
or
2) replace blanks by =NA()
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Rajkumar" <Rajkumar.2032bn_1134653101.7113@excelforum-nospam.com> wrote in
message news:Rajkumar.2032bn_1134653101.7113@excelforum-nospam.com...
>
> Hi,
>
> Is there any way to avoid displaying zero values in a chart.
>
> Raj
>
>
> --
> Rajkumar
>
> Eager to learn more about Excel
> ------------------------------------------------------------------------
> Rajkumar's Profile:
> http://www.excelforum.com/member.php...fo&userid=2159
> View this thread: http://www.excelforum.com/showthread...hreadid=493770
>



Reply With Quote
  #3  
Old 12-15-2005, 09:04 AM
Rajkumar Rajkumar is offline
Registered User
 
Join Date: 31 Oct 2003
Location: India
Posts: 21
Rajkumar is becoming part of the community
Thanks Bernard,

But my Source Data is depended on some formulaes,hence when the result of them returns zero,the same gets displayed in the chart also.

Is there any other way.

I am sure you can help me.

Regards,
Rajkumar
__________________
Myindia
Reply With Quote
  #4  
Old 12-15-2005, 10:10 AM
Andy Pope
Guest
 
Posts: n/a
Re: Zero Values in chart

Hi,

Use Bernard's suggestion of NA() in your formula. Something like,

=IF(test<>0,test , =NA() )

Cheers
Andy

Rajkumar wrote:
> Thanks Bernard,
>
> But my Source Data is depended on some formulaes,hence when the result
> of them returns zero,the same gets displayed in the chart also.
>
> Is there any other way.
>
> I am sure you can help me.
>
> Regards,
> Rajkumar
>
>


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
Reply With Quote
  #5  
Old 12-16-2005, 12:10 AM
Jon Peltier
Guest
 
Posts: n/a
Re: Zero Values in chart

Take out the internal "=":

=IF(test<>0,test,NA())

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______



"Andy Pope" <andy@andypope.info> wrote in message
news:eiH9ZkYAGHA.3140@TK2MSFTNGP14.phx.gbl...
> Hi,
>
> Use Bernard's suggestion of NA() in your formula. Something like,
>
> =IF(test<>0,test , =NA() )
>
> Cheers
> Andy
>
> Rajkumar wrote:
>> Thanks Bernard,
>>
>> But my Source Data is depended on some formulaes,hence when the result
>> of them returns zero,the same gets displayed in the chart also.
>>
>> Is there any other way.
>>
>> I am sure you can help me.
>>
>> Regards,
>> Rajkumar
>>
>>

>
> --
>
> Andy Pope, Microsoft MVP - Excel
> http://www.andypope.info



Reply With Quote
  #6  
Old 12-16-2005, 04:15 AM
Andy Pope
Guest
 
Posts: n/a
Re: Zero Values in chart

Thanks Jon, too lazy with my cut & paste

Jon Peltier wrote:
> Take out the internal "=":
>
> =IF(test<>0,test,NA())
>
> - Jon
> -------
> Jon Peltier, Microsoft Excel MVP
> Peltier Technical Services
> Tutorials and Custom Solutions
> http://PeltierTech.com/
> _______
>
>
>
> "Andy Pope" <andy@andypope.info> wrote in message
> news:eiH9ZkYAGHA.3140@TK2MSFTNGP14.phx.gbl...
>
>>Hi,
>>
>>Use Bernard's suggestion of NA() in your formula. Something like,
>>
>>=IF(test<>0,test , =NA() )
>>
>>Cheers
>>Andy
>>
>>Rajkumar wrote:
>>
>>>Thanks Bernard,
>>>
>>>But my Source Data is depended on some formulaes,hence when the result
>>>of them returns zero,the same gets displayed in the chart also.
>>>
>>>Is there any other way.
>>>
>>>I am sure you can help me.
>>>
>>>Regards,
>>>Rajkumar
>>>
>>>

>>
>>--
>>
>>Andy Pope, Microsoft MVP - Excel
>>http://www.andypope.info

>
>
>


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
Reply With Quote


Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Forum Jump