Concatenate Text Question

ststern45

Well-known Member
Joined
Sep 17, 2005
Messages
958
Office Version
  1. 365
  2. 2010
Platform
  1. Windows
Hi,

I would like to know if it would be possible to take 3 cells and combine them into 1 cell.

For example:

Cell A1: 2006-10-13
Cell B1: PM
Cell C1: 356

I would like to combine all 3 cells (A1, B1, and C1) into cell D1

2006-10-13(space)PM(space)356

2006-10-13 PM 356

Thanks,

Steve
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Thanks

Worked great.

If I had a number such as 031 in cell C1, how can I keep the "0" in the 031 in cell D1?

Thanks again,

Steve
 
Upvote 0
Re: Thanks

Worked great.

If I had a number such as 031 in cell C1, how can I keep the "0" in the 031 in cell D1?

Thanks again,

Steve
Try
Edited:
=TEXT(A1,"yyyy-mm-dd ")&" "&B1&" "&TEXT(C1, "000")
 
Upvote 0
Thanks everyone for your help!!

Worked great.

Appreciate all your knowledge and help in Excel.

Thank you,

Steve
 
Upvote 0

Forum statistics

Threads
1,213,507
Messages
6,114,029
Members
448,543
Latest member
MartinLarkin

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