Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have several columns with data. In one column I do not have data for every
row. In the line charts, those "zero" values are plotted and connected with the previous data point. Instead I would rather have a broken line. The reason seems that I have a formula entered in this field instead on no entry |
#2
![]() |
|||
|
|||
![]()
Have the formula return NA() instead of "".
"Stephan" wrote: I have several columns with data. In one column I do not have data for every row. In the line charts, those "zero" values are plotted and connected with the previous data point. Instead I would rather have a broken line. The reason seems that I have a formula entered in this field instead on no entry |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
How do you return the formula NA()
"Barb R." wrote: Have the formula return NA() instead of "". "Stephan" wrote: I have several columns with data. In one column I do not have data for every row. In the line charts, those "zero" values are plotted and connected with the previous data point. Instead I would rather have a broken line. The reason seems that I have a formula entered in this field instead on no entry |
#4
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Let's say you have an if statement and you only want values greater than one
to be plotted on your graph, use this type of equation =if(A11,A1,NA()) This was an OLLLD message. " wrote: How do you return the formula NA() "Barb R." wrote: Have the formula return NA() instead of "". "Stephan" wrote: I have several columns with data. In one column I do not have data for every row. In the line charts, those "zero" values are plotted and connected with the previous data point. Instead I would rather have a broken line. The reason seems that I have a formula entered in this field instead on no entry |
#5
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
This worked great, but is it possible to not show the #N/A in the data table?
"Barb Reinhardt" wrote: Let's say you have an if statement and you only want values greater than one to be plotted on your graph, use this type of equation =if(A11,A1,NA()) This was an OLLLD message. " wrote: How do you return the formula NA() "Barb R." wrote: Have the formula return NA() instead of "". "Stephan" wrote: I have several columns with data. In one column I do not have data for every row. In the line charts, those "zero" values are plotted and connected with the previous data point. Instead I would rather have a broken line. The reason seems that I have a formula entered in this field instead on no entry |
#6
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Use conditional formatting to turn the #N/A white.
Otherwise you could produce one table (hidden, if you like) to plot from, and a different table to look at [with "" instead of NA()]. -- David Biddulph "MCC" wrote in message ... This worked great, but is it possible to not show the #N/A in the data table? "Barb Reinhardt" wrote: Let's say you have an if statement and you only want values greater than one to be plotted on your graph, use this type of equation =if(A11,A1,NA()) This was an OLLLD message. " wrote: How do you return the formula NA() "Barb R." wrote: Have the formula return NA() instead of "". "Stephan" wrote: I have several columns with data. In one column I do not have data for every row. In the line charts, those "zero" values are plotted and connected with the previous data point. Instead I would rather have a broken line. The reason seems that I have a formula entered in this field instead on no entry |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
suppress zero values in line charts? | Charts and Charting in Excel | |||
How do I hide 0 values in line charts | Charts and Charting in Excel | |||
Hiding 0 values in line charts | Charts and Charting in Excel | |||
Missing values in Excel Line Chart | Charts and Charting in Excel | |||
suppress zero values in line charts? | Charts and Charting in Excel |