How can I get the zero values at the end of a chart not to show?

W

wabmreo

I have a chart getting data from a spreadsheet, where data is added one day
at a time, for an entire month.

After adding the data for the first day, the data point shows, but the line
connecting the data point in the chart immediately drops to zero, since data
for the remaining days is not available.

Is there a way to just have the line connecting the data points show only
where there is data, and not show anything for the upcoming days where data
is not available?

Thanks.
 
W

wabmreo

The formula that is in the link below (option 1), once I entered it into the
INSERT/NAME/DEFINE box, is not being recognized as a range, so when I modify
the series it won't accept it...

It SHOULD recognize it as a range, correct?

thanks
 
B

Bernard Liengme

Try =SERIES(Sheet1!$B$1,Dynamic.xls!date,Dynamic.xls!sales,1)
where Dynamic!.xsl is the name of the file from a previous save.
 

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