Different Date Formats

Jewnaa

Board Regular
Joined
Nov 16, 2011
Messages
56
Dear Excel Geniuses

Hi

I have 20K+ rows containing different date formats. I need your help to convert in single format ie. UK/US.

Regards
Jewnaa
 
this is the real issue, some one in past typed multiple date formats in workbooks. Now I have to change all to UK format.
 
Upvote 0
Formula in C2 copied down:


Excel 2010
ABC
1Target MonthTarget Achieved Date
2June 200106/02/200102 Jun 2001
3June 200106/07/200107 Jun 2001
4July 200108/07/200108 Jul 2001
Sheet1
Cell Formulas
RangeFormula
C2=IF(MONTH(A2)=MONTH(B2),B2,DATE(YEAR(B2),DAY(B2),MONTH(B2)))
 
Upvote 0
Working.........................

I am really thankful you sir.

All my 20k+ entries are in required format.

Thanks again for your guidance.
 
Upvote 0

Forum statistics

Threads
1,226,798
Messages
6,193,062
Members
453,773
Latest member
bclever07

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