Running LO 4.2 in English on Xubuntu 14.04 Linux in English, and I have a question concerning Calc. I have fine-tuned a formula that I want to use to set the background of cells: =AND(2<=MOD(ROW(),10),MOD(ROW(),10)<=6)
. If this formula is TRUE for a row, I want the row’s background to be a light gray. If this formula is false for a row, I want the row’s background unchanged. The result I want is that every five rows (corresponding to five workdays in a week) is “clumped” by color, and these colors will be (I hope) immune to cut-paste, unlike borders.
It seems to me that this sort of thing ought to be possible, but I’m just not seeing how to do it. If someone could please show me how to do this, I’d be much obliged.