ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Charts and Charting in Excel (https://www.excelbanter.com/charts-charting-excel/)
-   -   Zero Values on Charts (https://www.excelbanter.com/charts-charting-excel/69217-zero-values-charts.html)

SkyBluesFan

Zero Values on Charts
 

I am currently developing a spreadsheet which will allow the Actuals,
Forecast and Budgets of a financial year to be viewed.

The data will spread across financial periods i.e. P1 - P12 and by
their nature the forecast and budget data will be filled in for all
periods.

My problem is that I intend to add the actuals at the end of each
month, so that they can be viewed against budget and forecast. However,
I don't want to have the line returning to 0 when the actuals for
certain periods haven't been entered.

Does anyone know how you can have a line graph that looks at a range
for actuals (the cells contain formulas to automatically update)
without showing the 0 values? I haven't found a way to stop the graph
returning the 0 values.

Any help would be greatly appreciated.


--
SkyBluesFan
------------------------------------------------------------------------
SkyBluesFan's Profile: http://www.excelforum.com/member.php...o&userid=28215
View this thread: http://www.excelforum.com/showthread...hreadid=507863


Jon Peltier

Zero Values on Charts
 
Apparently you're using formulas to pull in the data. Use something like
this:

=IF(<link or calculation=0,NA(),<link or calculation)

The NA() produces an ugly #N/A error in the table, which you can hide using
conditional formatting. No point is plotted for #N/A, but a line will
connect the points on either side of it. There is no line for any
consecutive #N/A values at the start or end of a range.

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


"SkyBluesFan"
wrote in message
...

I am currently developing a spreadsheet which will allow the Actuals,
Forecast and Budgets of a financial year to be viewed.

The data will spread across financial periods i.e. P1 - P12 and by
their nature the forecast and budget data will be filled in for all
periods.

My problem is that I intend to add the actuals at the end of each
month, so that they can be viewed against budget and forecast. However,
I don't want to have the line returning to 0 when the actuals for
certain periods haven't been entered.

Does anyone know how you can have a line graph that looks at a range
for actuals (the cells contain formulas to automatically update)
without showing the 0 values? I haven't found a way to stop the graph
returning the 0 values.

Any help would be greatly appreciated.


--
SkyBluesFan




SkyBluesFan

Zero Values on Charts
 

Thank you for your swift and helpful response.

The solution was just what I needed.


--
SkyBluesFan
------------------------------------------------------------------------
SkyBluesFan's Profile: http://www.excelforum.com/member.php...o&userid=28215
View this thread: http://www.excelforum.com/showthread...hreadid=507863


SkyBluesFan

Zero Values on Charts
 

Thank you for your swift and helpful response.

The solution was just what I needed.


--
SkyBluesFan
------------------------------------------------------------------------
SkyBluesFan's Profile: http://www.excelforum.com/member.php...o&userid=28215
View this thread: http://www.excelforum.com/showthread...hreadid=507863



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

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