Page 1 of 1

convert col to rw

Posted: Fri Aug 27, 2021 8:31 am
by sna
Hi Dear,

I need your help to convert two cols to rows .the result as in highlight cells.
I need one formula to drag across it would come up like the highlight cells

Best Wishes

Re: convert col to rw

Posted: Fri Aug 27, 2021 8:32 am
by sna
Here's an attached file

Re: convert col to rw

Posted: Fri Aug 27, 2021 10:12 am
by norkaz
...

D2

=INDEX($A$2:$B$99,ROW(B1)+(INT(COLUMN(B2)/2)-1)*3,MOD(COLUMN(B2),2)+1)

Copy to the right-hand side and down

Norkaz

Re: convert col to rw

Posted: Fri Aug 27, 2021 11:25 am
by sna
Thank you so much for your quick response.always nice 🙂

Re: convert col to rw

Posted: Fri Aug 27, 2021 11:37 am
by norkaz
..

You are very welcome.

Norkaz