I do not use excel very often and am running into an interesting issue.
I am trying to plot a simple line graph against time where there are missing data. I would like gaps for the missing data. I apologize for the formatting, but essentially something like this:
1950 1951 1952 1953 1954 1955
12 13 14 15
I would like my graph to have a line between 12 and 13, then a gap, then 14 and 15. This is a simplified example, the data set is much bigger, and there are instances where there is only one point surrounded by blanks, and thus I have a formula to duplicate data values in that case so I can actually have a line between two points (e.g. make Blank Blank 15 Blank Blank into Blank 15 15 Blank Blank).
Now this is the interesting part. When I paste as values and get something like the above, the missing values show up as 0, even when going through the chart formatting options in Excel 2013 to select the gaps option for how to show missing data.
However, if I go to the blank cells and hit backspace, then enter (seemingly deleting nothing), the gaps show up as desired.
I have verified the original cells are blank using ISBLANK and CODE(). ISBLANK returns TRUE and CODE() returns VALUE?.
Does anyone know what hitting backspace is doing that pasting a blank cell is not, and does anyone know a way to automate the process so that I do not have to go to every blank cell, hit backspace then enter for it to work.
Thanks, Evan