Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 79
Default update as you go along

Hi All

I have a line chart which is setup against an incomplete set of data.
Therefore the line drops to zero on the chart when it reaches the incomplete
bit see below

Example
Jan 10
Feb 20
Mar blank (line drops here)
Apr blank
May 0blank etc

What I want is the line to go as far as the data and stop at that point.
Then when I add the data it continues.

Any ideas/suggestions greatly appreciated

Rexmann

  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default update as you go along

If the cells are really blank, a line chart will not draw those points. If
however you have a formula that looks like

=IF(A3=0,"",A3)

then the "" is plotted as a non-numeric text value, or zero. You can change
the formula to:

=IF(A3=0,NA(),A3)

which gives the #N/A error in the cell, but which a line or XY chart will
not plot.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"rexmann" wrote in message
...
Hi All

I have a line chart which is setup against an incomplete set of data.
Therefore the line drops to zero on the chart when it reaches the
incomplete
bit see below

Example
Jan 10
Feb 20
Mar blank (line drops here)
Apr blank
May 0blank etc

What I want is the line to go as far as the data and stop at that point.
Then when I add the data it continues.

Any ideas/suggestions greatly appreciated

Rexmann



  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 79
Default update as you go along

Hi

Nice one, thank you

Worked a treat

Cheers Rexmann

"Jon Peltier" wrote:

If the cells are really blank, a line chart will not draw those points. If
however you have a formula that looks like

=IF(A3=0,"",A3)

then the "" is plotted as a non-numeric text value, or zero. You can change
the formula to:

=IF(A3=0,NA(),A3)

which gives the #N/A error in the cell, but which a line or XY chart will
not plot.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"rexmann" wrote in message
...
Hi All

I have a line chart which is setup against an incomplete set of data.
Therefore the line drops to zero on the chart when it reaches the
incomplete
bit see below

Example
Jan 10
Feb 20
Mar blank (line drops here)
Apr blank
May 0blank etc

What I want is the line to go as far as the data and stop at that point.
Then when I add the data it continues.

Any ideas/suggestions greatly appreciated

Rexmann




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Automatic update of spreadsheet & automatic update between workboo Losva Excel Worksheet Functions 6 September 12th 08 03:22 PM
Data Validation lists update orginal cell with list update [email protected] Excel Worksheet Functions 3 July 11th 08 07:56 AM
i want to update one excel file the other one update automaticaly Basant New Users to Excel 1 December 16th 06 12:50 AM
keep value from last update and don't ask to update links jh3016 Excel Discussion (Misc queries) 3 July 25th 05 01:37 AM
Update / don't update dialog box Tim Kredlo Excel Worksheet Functions 1 November 11th 04 04:25 PM


All times are GMT +1. The time now is 09:41 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"