J Jerald New Member May 24, 2016 #1 Hi All Please tell me how to change date format from MM/DD/YYYY to DD/MM/YYYY. Attachments sample.xlsx 7.6 KB · Views: 8
Faseeh Excel Ninja May 24, 2016 #2 Use text to column feature of excel and then use DATE() to combine various components into date and format ad DD/MM/YY.
Use text to column feature of excel and then use DATE() to combine various components into date and format ad DD/MM/YY.
Deepak Excel Ninja May 24, 2016 #3 What i would suggest... try with text to column =DATE(RIGHT(B2,4),SUBSTITUTE(LEFT(B2,2),"/",""),SUBSTITUTE(LEFT(RIGHT(B2,7),2),"/",""))
What i would suggest... try with text to column =DATE(RIGHT(B2,4),SUBSTITUTE(LEFT(B2,2),"/",""),SUBSTITUTE(LEFT(RIGHT(B2,7),2),"/",""))
Khalid NGO Excel Ninja May 25, 2016 #4 Hi Adding Text to Columns steps (as advised above) Select your range (B2:B18) Go to Data Text to Columns Select Delimited Hit Next Hit Next Select Date Select MDY Hit Finish After that format the cells as DD/MM/YYYY Regards,
Hi Adding Text to Columns steps (as advised above) Select your range (B2:B18) Go to Data Text to Columns Select Delimited Hit Next Hit Next Select Date Select MDY Hit Finish After that format the cells as DD/MM/YYYY Regards,