Line Graphs to not include blanks

reaper985

New Member
Joined
Mar 7, 2013
Messages
17
Good afternoon,

I have data ranging from January 2013 to December 2013

Entries have only been entered for January, Feburary and March...the rest are blank

I want to have a line graph which live updates itself, but when it goes to a blank Month cell - it should not go down to zero.

Can anyone help me with this?

Help would be much appreciated

regards
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Instead of blanks, you can put the following in the cells

=NA()

Then it should not plot...

If you want to, you can also plot a helper column instead.... something like

=IF(A1,A1,NA())

Where you would be entering your data in column A, but plotting the formula above...
 
Upvote 0

Forum statistics

Threads
1,203,383
Messages
6,055,112
Members
444,763
Latest member
Jaapaap

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