plot chart with no value yet

B

bayanbaru

I want to plot a chart as below:

Jan Feb Mac
A 5 8
B 8 6
C 7 7

When the chart is plotted, Mac values is zero instead of blank as I do not
have the value yet. When this is in line chart all 3 lines will end at zero
value which is not true.
 
N

Nick Hodge

Try putting the NA() function in the cells

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)
 
B

bayanbaru

Can you give me an example.

Nick Hodge said:
Try putting the NA() function in the cells

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)
 
T

Tushar Mehta

You probably have a formula that contains a zero-length string, i.e.,
"", in it. Replace the "" with NA()

If you don't (and the cells are truly empty, i.e., =ISBLANK({cell})
returns TRUE), you should select the chart, then select Tools |
Options... | Chart. In there change the 'Plot empty cells as' option
to something other than 'zero'.

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top