• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Change to date format

Hi Lakshmi,

Try below formula in B2 and copy down:

=DATEVALUE(MID(SUBSTITUTE(TRIM(A2)," ","/"),FIND("/",SUBSTITUTE(TRIM(A2)," ","/"))+1,FIND("|",SUBSTITUTE(SUBSTITUTE(TRIM(A2)," ","/"),"/","|",2))-FIND("/",SUBSTITUTE(TRIM(A2)," ","/"))-1)&"-"&LEFT(SUBSTITUTE(TRIM(A2)," ","/"),3)&"-"&RIGHT(SUBSTITUTE(TRIM(A2)," ","/"),4))

Than custom format the date as per your choice.

Regards,
 
Back
Top