https://bugs.documentfoundation.org/show_bug.cgi?id=167692

--- Comment #1 from Werner Tietz <[email protected]> ---
I would suggest:

```
#10 rows from Column A, incremented by 3:
=INDEX(A:A;SEQUENCE( 10;;;3)

#10 rows from Column A,start at 5th row, incremented by 3:
=INDEX(A:A;SEQUENCE( 10;;5;3)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to