HI,
I've been trying to come up with the formula to parse the date and time from this string of data in a cell, but can't seem to come up with it. Really hoping someone could help me with this formula:
Here is the data in E1 cell:
Date:</span> Wednesday, Jun 20, 2018 9:04:26 PM</div>
Here is the formula I'm using that doesn't work. Tried several combos:
=MID(E1,SEARCH("Date:</span> ",E1)+13,SEARCH("</div>",E1)-SEARCH("Date:</span> ",E1)-14)
I've been trying to come up with the formula to parse the date and time from this string of data in a cell, but can't seem to come up with it. Really hoping someone could help me with this formula:
Here is the data in E1 cell:
Date:</span> Wednesday, Jun 20, 2018 9:04:26 PM</div>
Here is the formula I'm using that doesn't work. Tried several combos:
=MID(E1,SEARCH("Date:</span> ",E1)+13,SEARCH("</div>",E1)-SEARCH("Date:</span> ",E1)-14)