Using Transpose

Yousifomar

New Member
Joined
Dec 14, 2021
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hello everyone,

I have data in two columns and I want to turn them from vertical into horizontal, I used transpose but its not giving me what I want here is an example

I have date in rows (Letters below) with data in front of it in the next row (the numbers below) i want to change them to columns with each data and its opposite data in a horizontal way, like below:

A 1
b 2
c 3
A 1 b 2 c 3
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Hi & welcome to MrExcel.
How about
+Fluff 1.xlsm
ABCDEFGHIJKLM
1IDPaid
2A1A1B2C3D4E5
3B2
4C3
5D4
6E5
7
8
Lists
Cell Formulas
RangeFormula
D2:M2D2=LET(Rng,A2:B6,r,ROWS(Rng),INDEX(Rng,INT(SEQUENCE(,r*2,,0.5)),MOD(SEQUENCE(,r*2,2),2)+1))
Dynamic array formulas.
 
Upvote 0

Forum statistics

Threads
1,214,951
Messages
6,122,446
Members
449,083
Latest member
Ava19

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top