Page 1 of 1

Transpose

Posted: Tue Jan 25, 2022 10:18 am
by sna
Hi there,

I need to transpose one row length data to 3 columns length.

I try index and offset with mod but no luck

TY

I attach a sample

Re: Transpose

Posted: Tue Jan 25, 2022 10:31 am
by norkaz
...

B5

=IFERROR(IF(COLUMNS($B5:B5)>3,"",INDEX($B$2:$M$2,ROWS(B$5:B5)*3-2+COLUMNS($B5:B5)-1)),"")

Norkaz

Re: Transpose

Posted: Tue Jan 25, 2022 10:48 am
by sna
Thank you, always very helpful