Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]() 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 |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
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" wrote in message ... 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 |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]() 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 -- 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 |
#4
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
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 |
#5
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
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" wrote in message ... 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 |
#6
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
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" wrote in message ... 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Zero values in a log chart | Charts and Charting in Excel | |||
Ignore N/A values with an area chart | Charts and Charting in Excel | |||
Urgent Chart Assistance | Charts and Charting in Excel | |||
I want to ignore invalid values in scatter chart | Charts and Charting in Excel | |||
line chart displays wrong values | Charts and Charting in Excel |