change date format dates above = 13

donshome

New Member
Joined
May 11, 2015
Messages
8
i have a sheet of excel with date in the format dd/mm/yy i want to convert to mm/dd/yy
i did that with the formula text(a1,"mm/dd/yyyy"). and dates below 12 got converted however dates above 13 and 13 are not changing as per desired format can somebody please guide me to get the formula for dates =13 and above 13
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
=IFERROR(TEXT(DATE(YEAR(H19),MONTH(H19),DAY(H19)),"mm/dd/yyyy"),TEXT(DATE(RIGHT(H19,4),LEFT(H19,2),MID(H19,4,2)),"mm/dd/yyyy"))

i think now its ok for you ...
 
Upvote 0
sir how did you change column a i want to know that only what is the formula its exactly what iam looking for but unable to understand how u changed the column a thx
 
Upvote 0
hi chetan i tried it btw thanks for your help but when i insert that formula it shows #num! so cant change it
 
Upvote 0
Yes sir it is exactly what iam looking for but i cannot understand how you changed it can you give me the formula as in the second part you have put text(a1,mm/dd/yy) but the dates how you have changed in the a column i cannot figure out can you give in the formula thanks for helping me but a little more would be kind enough
 
Upvote 0

Forum statistics

Threads
1,215,044
Messages
6,122,827
Members
449,096
Latest member
Erald

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