Convert date parts to date

ColMac

New Member
Joined
Oct 4, 2018
Messages
7
Hi folks, new member here from the UK.

I've inherited a list which includes thousands of dates of birth

However, the dates have been input in individual (Numeric) columns for each of Day, Month & Year (UK date style).

I'd like to convert them into a single date field but my brain can't think of the way to do it.

Any suggestions welcome. Thanks

[TABLE="width: 123"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]22[/TD]
[TD]5[/TD]
[TD]1893[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]6[/TD]
[TD]1893[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]7[/TD]
[TD]1893[/TD]
[/TR]
[TR]
[TD]17[/TD]
[TD]10[/TD]
[TD]1894[/TD]
[/TR]
[TR]
[TD]18[/TD]
[TD]3[/TD]
[TD]1895[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]6[/TD]
[TD]1895[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]6[/TD]
[TD]1895[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]7[/TD]
[TD]1895[/TD]
[/TR]
[TR]
[TD]15[/TD]
[TD]7[/TD]
[TD]1895[/TD]
[/TR]
[TR]
[TD]30[/TD]
[TD]9[/TD]
[TD]1895[/TD]
[/TR]
[TR]
[TD]30[/TD]
[TD]9[/TD]
[TD]1895
[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).

Forum statistics

Threads
1,224,820
Messages
6,181,159
Members
453,021
Latest member
Justyna P

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