PC Review Forums Newsgroups Microsoft Excel Microsoft Excel Charting Cutting a line in a line chart when data series stops

Reply

Cutting a line in a line chart when data series stops

 
Thread Tools Rate Thread
Old 14-08-2007, 05:06 PM   #1
=?Utf-8?B?RGFubnlT?=
Guest
 
Posts: n/a
Default Cutting a line in a line chart when data series stops


I have a series like so:

Jan 10
Feb 10
Mar 11
Apr 12
May
Jun
Jul

And so on - the rest of the year is blank. When I draw a line chart for the
full 12 months the series draws a line up to April, then plummets to zero in
May. I want the line to just stop at April. If I use a series as above and
genuine empty cells for the end of the year this ok, but since my May cell
reads =IF($A11<=$D$17,G11,"") the "" does not seem to get recognised as a
blank cell.

Please help!!
  Reply With Quote
Old 14-08-2007, 06:12 PM   #2
David Biddulph
Guest
 
Posts: n/a
Default Re: Cutting a line in a line chart when data series stops

Change your formula to =IF($A11<=$D$17,G11,NA())
--
David Biddulph

"DannyS" <DannyS@discussions.microsoft.com> wrote in message
news:4ACCC806-D571-46B2-817F-D9B08F7B7236@microsoft.com...
>I have a series like so:
>
> Jan 10
> Feb 10
> Mar 11
> Apr 12
> May
> Jun
> Jul
>
> And so on - the rest of the year is blank. When I draw a line chart for
> the
> full 12 months the series draws a line up to April, then plummets to zero
> in
> May. I want the line to just stop at April. If I use a series as above
> and
> genuine empty cells for the end of the year this ok, but since my May cell
> reads =IF($A11<=$D$17,G11,"") the "" does not seem to get recognised as a
> blank cell.
>
> Please help!!



  Reply With Quote
Old 28-08-2007, 10:38 AM   #3
=?Utf-8?B?RGFubnlT?=
Guest
 
Posts: n/a
Default Re: Cutting a line in a line chart when data series stops

Thanks David,

That works a treat for everything except area charts - I guess as they stack
they treat the N/As as 0's? Any idfeas for this case?

Much appreciated, Dan

"David Biddulph" wrote:

> Change your formula to =IF($A11<=$D$17,G11,NA())
> --
> David Biddulph
>
> "DannyS" <DannyS@discussions.microsoft.com> wrote in message
> news:4ACCC806-D571-46B2-817F-D9B08F7B7236@microsoft.com...
> >I have a series like so:
> >
> > Jan 10
> > Feb 10
> > Mar 11
> > Apr 12
> > May
> > Jun
> > Jul
> >
> > And so on - the rest of the year is blank. When I draw a line chart for
> > the
> > full 12 months the series draws a line up to April, then plummets to zero
> > in
> > May. I want the line to just stop at April. If I use a series as above
> > and
> > genuine empty cells for the end of the year this ok, but since my May cell
> > reads =IF($A11<=$D$17,G11,"") the "" does not seem to get recognised as a
> > blank cell.
> >
> > Please help!!

>
>
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off