Date: prev next · Thread: first prev next last
2016 Archives by date, by thread · List index


At 08:33 07/12/2016 -0700, Nobody Noname wrote:
I would have the need to reverse the content, text above and chords under
<http://nabble.documentfoundation.org/file/n4202044/sapore_prova.jpg>

Here's one way:

In B1 (or wherever), enter:
=OFFSET(A1;MOD(ROW();2)*2-1;0)
and fill it down the column.

Note that this works if your list starts in an odd-numbered row (as it does in your picture - in row 1), so that you are exchanging the contents of an odd-numbered row with those of the even-numbered row following it. If your list started in an even-numbered row, so that you were instead exchanging each odd-numbered row with the even-numbered row preceding it, you would need to use the similar formula:
=OFFSET(A1;1-MOD(ROW();2)*2;0)
instead. Alternatively, you could use the original formula but displaced by one row from the data.

I trust this helps.

Brian Barker


--
To unsubscribe e-mail to: users+unsubscribe@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.