[Solved] Numbering days in a table
Posted: Thu Jun 20, 2013 8:14 am
Hi, All!
I've got a table in Writer: the header contain working days in a week: Mon. Tue. Wed. Thu. Fri. I'd like to autonumerate days in a month.
Example (July 2013): when I put 1 into variable x cells should be populated as:How may I do this?
OO Version: 3.2.1
I've got a table in Writer: the header contain working days in a week: Mon. Tue. Wed. Thu. Fri. I'd like to autonumerate days in a month.
Example (July 2013): when I put 1 into variable x cells should be populated as:
Code: Select all
Mon. Tue. Wed. Thu. Fri.
x x+1 x+2 x+3 x+4
x+7 x+8 x+9 x+10 x+11
x+14 x+15 x+16 x+17 x+18
x+21 x+22 x+23 x+24 x+25
x+28 x+29 x+30OO Version: 3.2.1