Date Format HELP

Y

Yossy

Please I need help in formating date. I have the following types of dates.

What I have I want to achieve this.
August 2006 08/01/2006
July 2008 07/01/2008
May 2nd 2003 05/02/2003

All help totally appreciated.

Thanks
 
B

Bob Phillips

If they are real date, just use a cell format of mm/dd/yyyy.

If it is a string as shown, use =TEXT("01 " &A1,"mm/dd/yyyy")

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Y

Yossy

Thanks guys, Bob your formula works but not for dates like September 2nd 2006.
Also I do not understand what Robert Martim means. Please clarify

Thanks a big bunch.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top