ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Transpose? (https://www.excelbanter.com/excel-worksheet-functions/145925-transpose.html)

Lucas Ramirez

Transpose?
 
Hi'
From columns A and B I would like to show on col C,
C1=A1
C2=B1
C3=A2
C4=B2 and so on
Can you help with a formula?
Many thanks
Lucas Ramirez

Max

Transpose?
 
One way ..

Put in C1:
=OFFSET(A$1,INT((ROW()-1)/2),MOD(ROW()-1,2))
Copy down as far as required
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Lucas Ramirez" wrote:
Hi'
From columns A and B I would like to show on col C,
C1=A1
C2=B1
C3=A2
C4=B2 and so on
Can you help with a formula?
Many thanks
Lucas Ramirez


Lucas Ramirez[_2_]

Transpose?
 
Great help!.Thanks Max.Lucas

"Max" wrote:

One way ..

Put in C1:
=OFFSET(A$1,INT((ROW()-1)/2),MOD(ROW()-1,2))
Copy down as far as required
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Lucas Ramirez" wrote:
Hi'
From columns A and B I would like to show on col C,
C1=A1
C2=B1
C3=A2
C4=B2 and so on
Can you help with a formula?
Many thanks
Lucas Ramirez


RagDyeR

Transpose?
 
Another way ... non-volatile ... and ... can be entered *anywhere* and
copied down:

=INDEX(A:B,ROWS($1:2)/2,MOD(ROWS($1:1)-1,2)+1)

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Lucas Ramirez" <Lucas wrote in message
...
Hi'
From columns A and B I would like to show on col C,
C1=A1
C2=B1
C3=A2
C4=B2 and so on
Can you help with a formula?
Many thanks
Lucas Ramirez



Harlan Grove[_2_]

Transpose?
 
"Ragdyer" wrote...
Another way ... non-volatile ... and ... can be entered *anywhere* and
copied down:

=INDEX(A:B,ROWS($1:2)/2,MOD(ROWS($1:1)-1,2)+1)

....

A bit better to make it

C1:
=INDEX(A$1:B1,(ROWS(C$1:C1)+1)/2,2-MOD(ROWS(C$1:C1),2))

and fill that down. That way changes in A:B or 1:<whatever won't
cause these formulas to recalculate unnecessarily.


Max

Transpose?
 
Welcome & thanks for feeding back
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Lucas Ramirez" wrote in message
...
Great help!.Thanks Max.Lucas





All times are GMT +1. The time now is 07:01 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com