Making the dates uniform in excel

ak241987

New Member
Joined
Jun 6, 2019
Messages
1
Dear All,

I have a large data set with 16,000 values. I need to extract the start date from the column. However, the dates are in different forms. Some have a single date wherein some contains ranges like 06-06-2019 - 08-06-2019. Is there a way wherein I can convert these into a single date with less time & efforts? Since the date format is not standard, flash fill does not work.

Would appreciate your help.

Regards,
AK
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
G'day AK,

A bit more information is required for a definitive answer.

Are all the dates in the same sequence with the same dividers as you have written above? i.e dd-mm-yyy

With the ranged dates:
Do you want just the first date, or all the included dates?
Are all the ranged dates presented in the same format as you have given above?

If the dates are consistently written and you only need the first date of a range, then the answer is in the LEFT Function
=LEFT(A1,10).

A problem may arise if you have both Month-Day and Day-Month dates.

Cheers

shane
 
Upvote 0

Forum statistics

Threads
1,214,591
Messages
6,120,426
Members
448,961
Latest member
nzskater

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