Hello,
I have a worksheet in which I have to cycle through a selection of non-adjacent cells in multiple columns and rows,
I first need to cycle the first row, then the second, and so on.
(See attached file.)
I would expect B2 C2 D2 F2 G2 H2 B3 C3 D3 F3 G3 H3 B4 C4 D4 F4 G4 H4
but I get B2 C2 D2 B3 C3 D3 B4 C4 D4 B2 C2 D2 B3 C3 D3 B4 C4 D4
How could I achieve the expected outcome?
Bookmarks