79182611

Date: 2024-11-12 20:23:24
Score: 1
Natty:
Report link

Assuming the text is in cell A1, you could try it by combining TEXT with REGEXEXTRACT and DATEVALUE.

=TEXT(DATEVALUE(REGEXEXTRACT(A1, "([A-Za-z]{3}) (\d{1,2}), (\d{4})")), "MM/DD/YYYY")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: flkcgn