excel 2010 graph is plotting na()

spillyy

New Member
Joined
Jan 31, 2011
Messages
5
has anyone else had an issue with graphs in 2010 plotting #N/A errors?

I do not want the #n/a to show up on the graph. Using the most simple if(a1="",NA(),a1) does not work. Or if I just place an #N/A in the cell, it still shows up on the graph?

i've tried line and column. Any suggestions?
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
to clarify, the X axis is not actually showing/plotting the text, however, the #n/a are creating blank spacers next to the last month of data....

any suggestions on getting rid of the blank placemarks on the x axis?
 
Upvote 0
What's the rest of the X data look like? Should you be making an XY chart?

The XY chart ignores #N/A in X and Y ranges, where X and Y are numerical values. The line chart only ignores #N/A in the Y range, which is numerical. In the X range, it assumes the #N/A is some kind of label, and makes room for it along the X axis.
 
Upvote 0
Peltier,

Solved the problem by checking out a few of your posts on dynamic ranges. Am now using the offset / count for all my charts... good stuff.

Have learned a ton by checking out your blogs/website. Thanks much. Following you on twitter, keep the tips comin!

-Spil
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,283
Members
452,902
Latest member
Knuddeluff

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top