Combining two cells

Harvey12

Board Regular
Joined
Feb 23, 2015
Messages
130
Hi All,

I have a list of serial numbers that are split into the first half and second half. Eg:

First half: 9813/
Seconds Half: 3200

Now I could easily go through these and type the second half on the end to create: 9813/3200. But since there is a list of around 10,000 of these, I'd rather not.

Is there a formula to combine these two cells, everything I have come across has struggled because of the '/', excel treats it as a division sign.

Can someone please assist.

Many thanks
Harvey
 

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"
You can use & to join the two values:

=A1&B1

It will be seen as text, so the / shouldn't be a problem.

HTH,
 
Upvote 0
Wow that was fast.

Many thanks, worked first time! Probably been struggling with this for a good 30 mins! Life saver!!
 
Upvote 0

Forum statistics

Threads
1,215,646
Messages
6,125,997
Members
449,279
Latest member
Faraz5023

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