I'm struggling a little bit with transposing (see example below). Thought I had a ssimple approach but that was definitely not a good approach ;o)) I tried:
=TRANSPOSE(MOD(COLUMN(C1:AL1)-4;7)=0)
With Control+Shift+Enter
I also experimented with INDEX combined with MOD to skip the blanks and only get the numbers. No succes.
Bottom-line, I want to transpose the values in row 1 from horizontal to vertical in column A. As you can see there are always six empty cells that I want to skip when I go from horizontal to vertical. Any Ideas would be very welcome?
=TRANSPOSE(MOD(COLUMN(C1:AL1)-4;7)=0)
With Control+Shift+Enter
I also experimented with INDEX combined with MOD to skip the blanks and only get the numbers. No succes.
Bottom-line, I want to transpose the values in row 1 from horizontal to vertical in column A. As you can see there are always six empty cells that I want to skip when I go from horizontal to vertical. Any Ideas would be very welcome?
TourPool2023.xlsx | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | AA | AB | AC | AD | AE | AF | AG | AH | AI | AJ | AK | AL | |||
1 | 242 | 70 | 71 | 60 | 76 | 210 | ||||||||||||||||||||||||||||||||||
2 | 242 | |||||||||||||||||||||||||||||||||||||||
3 | 70 | |||||||||||||||||||||||||||||||||||||||
4 | 71 | |||||||||||||||||||||||||||||||||||||||
5 | 60 | |||||||||||||||||||||||||||||||||||||||
6 | 76 | |||||||||||||||||||||||||||||||||||||||
7 | 210 | |||||||||||||||||||||||||||||||||||||||
Kladblok |