Rearrange data into two columns

gmcgough600

New Member
Joined
Nov 21, 2017
Messages
33
Office Version
  1. 365
Looking for some advice, is there a way (without macros) to rearrange data that has been split in the way shown below (like two columns of data but split across 2n columns, n being >1):

A1.00E5.00
B2.00H8.00
C3.00F6.00
D4.00G7.00

Hoping to convert to this (not gaps removed if possible):

A1
B2
C3
D4
E5
F6
G7
H8

I need this to be done using a formula or a combination of multiple formulae.

Thanks in advance
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
 
Upvote 0
If you have 365, how about
Fluff.xlsm
ABCDE
1A1E5
2B2H8
3C3F6
4D4G7
5
6A1
7B2
8C3
9D4
10E5
11F6
12G7
13H8
Main
Cell Formulas
RangeFormula
A6:B13A6=SORT(WRAPROWS(TOCOL(A1:E4,1),2))
Dynamic array formulas.
 
Upvote 0

Forum statistics

Threads
1,223,099
Messages
6,170,114
Members
452,302
Latest member
TaMere

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