• 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.

EXTRACT DATE FROM A TEXT

Hi,

If what you've posted is representative of you data then this should work. Format with a date format of your choosing.


=--TRIM(MID(SUBSTITUTE("," & A1&REPT(" ",6),",",REPT(" ",255)),2*255,255))


Really works
Hi,

If what you've posted is representative of you data then this should work. Format with a date format of your choosing.


=--TRIM(MID(SUBSTITUTE("," & A1&REPT(" ",6),",",REPT(" ",255)),2*255,255))


Really works !!
Thanks a lot :)
 
Oops...
Thanks Rui for feedback.
Above formula worked on A1 it tried it, but didn't on A2...

Well you can try this also:
=DATEVALUE(SUBSTITUTE(SUBSTITUTE(A1,"this day,",""),",is unique",""))
 
Back
Top