Excel convert MMM DD, YYYY to string

I am trying to convert a date string into a date format the strings look like this

Nov 28, 2005 12:00 AM

and i would like them in the format DD/MM/YYYY i have been trying to find a solution online by using the =DATEVALUE() formulae however keep getting a #VALUE error.

starting to pull my hair out now, so any help would be much appreciated

1

1 Answer

there's a function TEXT that will allow you to get the date in the format you choose.

For your questions TEXT(A1,"dd/mm/yyyy") will give you the format you desire

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like