Combining different data

phillipcook

Board Regular
Joined
Jun 25, 2015
Messages
87
Hi all

I have two different types of data that I need to combine. with the data that I have, in column A I have sample sites (example cell A1 contains PW1) and in the column B I have sample date (example cell B1 contains 01-03-2018).

What I need to do in cell C1 have an auto calculation that takes the data from A1 and B1 and make it show the following: PW1 01-Mar-18

I've tried everything that I can think of, but I'm having no luck with the auto calculation. any help on this would be greatly appreciated.

Thanks in advance.
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Hi Phillip,
There you go:
Assume PW1 is in B3 and the date is in C3. The result is in the next column, and the formula in the last one on the right.

PW101/03/2018PW1 01-Mar-2018=CONCATENATE(B3," ",TEXT(C3,"DD-MMM-YYYY"))

<tbody>
</tbody>
 
Upvote 0
Legend!! I was a bit off. I was going =B3&” “&C3 which worked, but I had to do another calculation first to convert the date to text. So for example the real date in this instant may of been in A1 and this formula would be in B1 =text(A1,”DD-
MM-YY).

So so glad there are excel experts out there keen to help!! Thank you!!!
 
Upvote 0

Forum statistics

Threads
1,215,886
Messages
6,127,575
Members
449,385
Latest member
KMGLarson

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