https://bugs.documentfoundation.org/show_bug.cgi?id=157731
--- Comment #3 from vic <[email protected]> --- If the desired goal was to generate: A A A A B B B B C C C C... then a different approach could be considered. First, need a consistent way to increment/decrement Letters, just like you can numbers. See https://bugs.documentfoundation.org/show_bug.cgi?id=65198 ; as I mention in my last comment there, one way to do it is by following the convention of spreadsheets (AA follows Z etc). Second, the problem reduces to continuing patterns like: 1,1,1,1,2,2,2,2,3,3,3,3.... I actually just recently had such a need (wanted to repeat/increment years in that pattern, as for 4 quarters in a year). I have an idea how this can be done: https://bugs.documentfoundation.org/show_bug.cgi?id=167691#c3 -- You are receiving this mail because: You are the assignee for the bug.
