I am looking to extract the date into DD-MM-YYYY format and append the start date
<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>May 2, 20181:00 PM - 1:45 PM PT
to become
02/05/2018 13:00:00
I have split the string with the following
=REGEXREPLACE(C2,"2018","2018 ")
But struggling with the conversion part
<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>May 2, 20181:00 PM - 1:45 PM PT
to become
02/05/2018 13:00:00
I have split the string with the following
=REGEXREPLACE(C2,"2018","2018 ")
But struggling with the conversion part