You are reading a single comment by @Chalfie and its replies. Click here to read the full conversation.
  • =DATEVALUE(REPLACE(REPLACE(A1,1,1,""),3,1,"/"))

    edit:
    =DATEVALUE(REPLACE(REPLACE(A1,1,1,""),2,1,"/"))

    or even
    =DATEVALUE(REPLACE(A1,3,1,"/"))

About

Avatar for Chalfie @Chalfie started