How can I stop a line in the middle of a chart?

R

Robert Brown

I have a chart that has a line that measures the amount of items done and a
line with the target amounts. I have the chart showing the # of items on the
left and the date along the bottom. I have made it so the line goes to the
current date and stops, kind of.

This is were my problum is, I don't want the line dropping down to zero for
the rest of the days of the year and i don't want it to stay at that amount
till the end.

Can i make it so the line just stops at a certain point with out continuing
with the "target line"?
 
T

Tushar Mehta

I have a chart that has a line that measures the amount of items done and a
line with the target amounts. I have the chart showing the # of items on the
left and the date along the bottom. I have made it so the line goes to the
current date and stops, kind of.

This is were my problum is, I don't want the line dropping down to zero for
the rest of the days of the year and i don't want it to stay at that amount
till the end.

Can i make it so the line just stops at a certain point with out continuing
with the "target line"?
Make sure that the cells that represent the values for the rest of the year
are either empty (really empty not just looking empty because of formatting
or a formula that returns a ""). If they contain a formula, replace the ""
with NA().

--
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