ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Charts and Charting in Excel (https://www.excelbanter.com/charts-charting-excel/)
-   -   How to chart #NUM! (https://www.excelbanter.com/charts-charting-excel/48077-how-chart-num.html)

Ali Baba

How to chart #NUM!
 

I want to create a chart and in some cases I get #NUM!. If I plot the chart
#NUM! = 0, is there a way not to include the cells with those values.


Bernard Liengme

You #NUM! error must come from a formula. Let's say it is =A1/B1. Replace
this by
=IF(ISERROR(A1/B1),NA(), A1/B1) Now in place of the NUM error you will get
NA() and charts ignore this.
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Ali Baba" wrote in message
...

I want to create a chart and in some cases I get #NUM!. If I plot the
chart
#NUM! = 0, is there a way not to include the cells with those values.




Ali Baba

Thank you very much Bernard. This has solved the problem

"Bernard Liengme" wrote:

You #NUM! error must come from a formula. Let's say it is =A1/B1. Replace
this by
=IF(ISERROR(A1/B1),NA(), A1/B1) Now in place of the NUM error you will get
NA() and charts ignore this.
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Ali Baba" wrote in message
...

I want to create a chart and in some cases I get #NUM!. If I plot the
chart
#NUM! = 0, is there a way not to include the cells with those values.






All times are GMT +1. The time now is 02:45 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com