The Concatenate Formula

Nickyb

Board Regular
Joined
Jan 12, 2005
Messages
51
Hi,

I am trying to merge two cells of information using the Concatenate formula, but it doesn't seem to format in the way I want despite various attempts at formating the cells.

I have these two numbers in separate cells:

001 and 003

I want the result to be:

001003

I keep getting 13

Any ideas on how to solve this?
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Hi nickyb,

Assuming the numbers are in A1 & B1, and they cant be > 999, try
=RIGHT(1000+A1,3)&RIGHT(1000+B1,3)
or alternatively
format the cells as Text & use
=A1&B1
 
Upvote 0
If, for example 001 is in A1 and 003 is in B1 use =A1&B1 in the cell you want it to appear in.

If you want to use the result as a number use =VALUE(A1&B1)


Hope that helps! :)
 
Upvote 0

Forum statistics

Threads
1,203,242
Messages
6,054,354
Members
444,718
Latest member
r0nster

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