Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Dozier
 
Posts: n/a
Default How do I stop plotted data from going to zero in a line chart?

Text in cells are plotted as zeros in Excel 2003 with Windows XP.
  #2   Report Post  
Jerry W. Lewis
 
Posts: n/a
Default

Use #N/A instead of text.

Jerry

Dozier wrote:

Text in cells are plotted as zeros in Excel 2003 with Windows XP.


  #3   Report Post  
Dozier
 
Posts: n/a
Default

I have multiple columns and enter tradiing (commodity) date daily. Formulae
are in the columns which become values when the daily data is entered. I
have been using Lotus and am trying with difficulty to convert to Excel

"Dozier" wrote:

Text in cells are plotted as zeros in Excel 2003 with Windows XP.

  #4   Report Post  
Jerry W. Lewis
 
Posts: n/a
Default

Formulas must return sumething (Excel has no missing or empty cell
value). Anything other than a number or a #N/A will plot as zero.
Either write an event driven macro to add the formula only when the data
is available, or else use a formula like
=IF(INUMBER(dailyData),formula,#N/A)
as I suggested yesterday. You can use a conditional format to hide the
display of error values in the cells if the worsksheet appearance
bothers you.

Jerry

Dozier wrote:

I have multiple columns and enter tradiing (commodity) date daily. Formulae
are in the columns which become values when the daily data is entered. I
have been using Lotus and am trying with difficulty to convert to Excel

"Dozier" wrote:


Text in cells are plotted as zeros in Excel 2003 with Windows XP.


  #5   Report Post  
Dozier
 
Posts: n/a
Default

Thank you. However I must be doing somethng wrong and I just foound it. I had
not copied the formulae to the end of the date. All is well. The work
appearance does not bother me. Thanks

Dozier

"Jerry W. Lewis" wrote:

Formulas must return sumething (Excel has no missing or empty cell
value). Anything other than a number or a #N/A will plot as zero.
Either write an event driven macro to add the formula only when the data
is available, or else use a formula like
=IF(INUMBER(dailyData),formula,#N/A)
as I suggested yesterday. You can use a conditional format to hide the
display of error values in the cells if the worsksheet appearance
bothers you.

Jerry

Dozier wrote:

I have multiple columns and enter tradiing (commodity) date daily. Formulae
are in the columns which become values when the daily data is entered. I
have been using Lotus and am trying with difficulty to convert to Excel

"Dozier" wrote:


Text in cells are plotted as zeros in Excel 2003 with Windows XP.



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
Import Data Keeps asking for Password Dominator Excel Discussion (Misc queries) 0 June 5th 05 11:25 PM
Excel Charts - Data being Plotted beyond Primary X-Axis Scale Yvonne Fochesato Charts and Charting in Excel 1 May 1st 05 03:36 AM
Line Graph Data Recognition Nat Charts and Charting in Excel 2 April 30th 05 02:07 PM
Running Data Table using an input that triggers DDE linked data [email protected] Excel Discussion (Misc queries) 1 December 16th 04 11:56 AM
stop excel from shifting cells up when a query returns no data DrLostinExcel Excel Worksheet Functions 2 November 9th 04 05:44 PM


All times are GMT +1. The time now is 01:08 PM.

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"