[Solved] Non Moving Horizontal Lines

Discuss the spreadsheet application
Post Reply
NurdBurd
Posts: 9
Joined: Thu Apr 28, 2011 8:07 am
Location: Spring Hill, Florida

[Solved] Non Moving Horizontal Lines

Post by NurdBurd »

I have a spreadsheet that contains a list of all the players that I play with on zyngagames.com. I have all the names grouped together by a line (border) every third player. At times I have to remove a player's name from the list. If that person's information is setting on a line I don't want to lose the line. The lines every third player are to remain where they are and not follow the player's data or be deleted. The solution has to be sort-proof because the data is alphabetically sorted.

I have asked this question before. I printed the solution and put it in a notebook which I can not find. I searched the forum using many variables but I did not find the answer. So I am asking you to provide an answer to my question: How can I make horizontal lines (borders) stationary?

Thank you.
Last edited by Hagar Delest on Sun Dec 14, 2014 1:18 pm, edited 1 time in total.
Reason: tagged [Solved].
AOO 4.1.7, Windows 10 PRO 64-bit, Google Chrome, Intel(R) Core(TM) i7-4770 CPU @ 3.40 GHz
User avatar
RusselB
Moderator
Posts: 6646
Joined: Fri Jan 03, 2014 7:31 am
Location: Sarnia, ON

Re: Non Moving Horizontal Lines

Post by RusselB »

Your original query, and the response, are here
OpenOffice 4.1.7, LibreOffice 7.0.1.2 on Windows 7 Pro, Ultimate & Windows 10 Home (2004)
If you believe your problem has been resolved, please go to your first post in this topic, click the Edit button and add [Solved] to the beginning of the Subject line.
Bill
Volunteer
Posts: 8952
Joined: Sat Nov 24, 2007 6:48 am

Re: Non Moving Horizontal Lines

Post by Bill »

NurdBurd wrote:I have asked this question before. I printed the solution and put it in a notebook which I can not find. I searched the forum using many variables but I did not find the answer.
There is a link above to "View your posts" which will list your posts, most recent first. It's in the same line as the "Logout" link.
AOO 4.1.14 on Ubuntu MATE 22.04
Alex1
Volunteer
Posts: 852
Joined: Fri Feb 26, 2010 1:00 pm
Location: Netherlands, EU

Re: [Solved] Non Moving Horizontal Lines

Post by Alex1 »

Select the area, click Format>Conditional formatting, replace Cell value is by Formula is, enter
MOD(ROW();3)=0
Click New Style, on tab Organizer enter a name, on tab Borders select a line style and click the bottom row under User-defined.
AOO 4.1.16 & LO 25.8.3 on Windows 10
Post Reply