Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hello everyone,
I have a line chart that plots the evolution of an economic indicator over the months. Each of the 12 cells plotted (the source range) has a formula. It fetches a value from a dabase. For all the months to come, the formula shows "" (like empty cell) or a blank (" "). I might use zero, were it needed. But what I need is that beyond the current month, the line makes a gap (no dots) instead of treating formulas as zeroes. Are there any parameters or options that could help me? Thank you Vicente Soler |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hi,
Use NA() instead of zero or "". Charts treat text as zero. Using NA() will only stop the markers from being plotted. The line is interpolated between valid points. But as you will have no valid points for the first NA() to the end of the series the line will not be displayed. Cheers Andy -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info "vsoler" wrote in message ... Hello everyone, I have a line chart that plots the evolution of an economic indicator over the months. Each of the 12 cells plotted (the source range) has a formula. It fetches a value from a dabase. For all the months to come, the formula shows "" (like empty cell) or a blank (" "). I might use zero, were it needed. But what I need is that beyond the current month, the line makes a gap (no dots) instead of treating formulas as zeroes. Are there any parameters or options that could help me? Thank you Vicente Soler |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
On Jun 12, 4:34*pm, "Andy Pope" wrote:
Hi, Use NA() instead of zero or "". Charts treat text as zero. Using NA() will only stop the markers from being plotted. The line is interpolated between valid points. But as you will have no valid points for the first NA() to the end of the series the line will not be displayed. Cheers Andy -- Andy Pope, Microsoft MVP - Excelhttp://www.andypope.info"vsoler" wrote in message ... Hello everyone, I have a line chart that plots the evolution of an economic indicator over the months. Each of the 12 cells plotted (the source range) has a formula. It fetches a value from a dabase. For all the months to come, the formula shows "" (like empty cell) or a blank (" "). I might use zero, were it needed. But what I need is that beyond the current month, the line makes a gap (no dots) instead of treating formulas as zeroes. Are there any parameters or options that could help me? Thank you Vicente Soler- Hide quoted text - - Show quoted text - Thank you Andy, With NA() or #N/A it really works. However, I would like the source cells to appear as if they were blanks. I have looked in the help file for custom formats, and I can customize positive numbers, negative numbers, zeroes and text, but not error values line #N/A. Is there any way to show #N/A cells as blanks? Thank you again. Vicente Soler |
#4
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Conditional formatting, change cell reference to suit.
Formula is: =ISNA($A$1) Cheers Andy -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info "vsoler" wrote in message ... On Jun 12, 4:34 pm, "Andy Pope" wrote: Hi, Use NA() instead of zero or "". Charts treat text as zero. Using NA() will only stop the markers from being plotted. The line is interpolated between valid points. But as you will have no valid points for the first NA() to the end of the series the line will not be displayed. Cheers Andy -- Andy Pope, Microsoft MVP - Excelhttp://www.andypope.info"vsoler" wrote in message ... Hello everyone, I have a line chart that plots the evolution of an economic indicator over the months. Each of the 12 cells plotted (the source range) has a formula. It fetches a value from a dabase. For all the months to come, the formula shows "" (like empty cell) or a blank (" "). I might use zero, were it needed. But what I need is that beyond the current month, the line makes a gap (no dots) instead of treating formulas as zeroes. Are there any parameters or options that could help me? Thank you Vicente Soler- Hide quoted text - - Show quoted text - Thank you Andy, With NA() or #N/A it really works. However, I would like the source cells to appear as if they were blanks. I have looked in the help file for custom formats, and I can customize positive numbers, negative numbers, zeroes and text, but not error values line #N/A. Is there any way to show #N/A cells as blanks? Thank you again. Vicente Soler |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula result blank | Excel Worksheet Functions | |||
How to get Blank into a cell as a result of a formula | Excel Worksheet Functions | |||
Pasteing formula gives blank result | Excel Worksheet Functions | |||
How to get a formula result zero as blank cell | Excel Discussion (Misc queries) | |||
IF statement when formula result is blank | Excel Worksheet Functions |