Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Handle this date "June 1, 2014"

Hello,

I have a date format like this:

"June 1, 2014"   (date is a string and comma is inside)

I have tried this function but it doesn't work:

Date#(Date,'MMMM D YYYY')


Could anyone help me?

My best regards

1 Solution

Accepted Solutions
ashfaq_haseeb
Champion III
Champion III

TRY BELOW

=DATE(Date#(Date,'MMMM D, YYYY'),'MMMM D YYYY')

Regards

ASHFAQ

View solution in original post

2 Replies
ashfaq_haseeb
Champion III
Champion III

TRY BELOW

=DATE(Date#(Date,'MMMM D, YYYY'),'MMMM D YYYY')

Regards

ASHFAQ

Not applicable
Author

It works !!

Thank you very much