ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Charts and Charting in Excel (https://www.excelbanter.com/charts-charting-excel/)
-   -   prevent display of data series dropping to graph x axis for null d (https://www.excelbanter.com/charts-charting-excel/61365-prevent-display-data-series-dropping-graph-x-axis-null-d.html)

norco

prevent display of data series dropping to graph x axis for null d
 
In a graph, I want to prevent the data series from going to the x axis if
there is null data in the cell. I am using a formula =if(cell value =
"","",average(cell range)) and this is what I am trying to suppress

Jerry W. Lewis

prevent display of data series dropping to graph x axis for null d
 
Use NA() instead of "".

Jerry

norco wrote:

In a graph, I want to prevent the data series from going to the x axis if
there is null data in the cell. I am using a formula =if(cell value =
"","",average(cell range)) and this is what I am trying to suppress



Jon Peltier

prevent display of data series dropping to graph x axis for null d
 
.... for the second instance in the formula:

=if(cell value="",NA(),average(cell range))

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


"Jerry W. Lewis" wrote in message
...
Use NA() instead of "".

Jerry

norco wrote:

In a graph, I want to prevent the data series from going to the x axis if
there is null data in the cell. I am using a formula =if(cell value =
"","",average(cell range)) and this is what I am trying to suppress






All times are GMT +1. The time now is 10:14 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com