I can't make heads nor tails of the "Skip empty cells" functionality in LibreOffice. When I copy the results of column A, and do Paste Special to column B, selecting "Skip empty cells", this is what I expect:
Before After
A B A B
------- -------
£ $ £ £
$ $
$ $
This is what actually happens:
Before After
A B A B
------- -------
£ $ £ $
$ $
$ $
Here's the Paste Special options I'm using.
Have I misunderstood what this is supposed to do? The Libreoffice documentation has scant advice to offer:
Empty cells from the clipboard do not replace target cells. If you use this option in conjunction with the Multiply or the Divide operation, the operation is not applied to the target cell of an empty cell in the clipboard.
So I took this to mean that it will only paste non-null values into the column. It's not pasting anything. Is this a glitch with LibreOffice, or have I misunderstood the behaviour of this functionality?