Line Chart Looks Bad

rockyw

Well-known Member
Joined
Dec 26, 2010
Messages
1,196
Office Version
  1. 2010
Platform
  1. Windows
Is there any way to make a line chart that will not show an enpty cell as ZERO? BUT! there is a formula in that cellm is that why it shows a 0? The cells that feed the chart are all filled with formulas. Thanks
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
Is the problem with blank cells (cells that contain nothing, not even a formula that returns "") or cells with formulas that return 0?
 
Upvote 0
The cells all have a formuls in them. Like this ='2ND 4 WK'!C14
Is there a way to keep excel from ploting that as a zero? Thanks
 
Upvote 0
If the result is always a number (0 or otherwise), then

=if('2ND 4 WK'!C14, '2ND 4 WK'!C14, #N/A)

 
Upvote 0
OK my formula is this now =IF('3RD 4 WK'!C13,'3RD 4 WK'!C13,"#N/A")

And I still have the chart ploting 0s What else can I do
 
Upvote 0
What value is the formula returning?

What's in C14?
 
Upvote 0

Forum statistics

Threads
1,224,566
Messages
6,179,558
Members
452,928
Latest member
101blockchains

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top