Hello, thank you for reading.
I'm working with dates that are exported from Kibana like this:
<tbody>
February 9th 2018, 18:00:00.000
I have tried using
=LEFT(A1,FIND(",",A1)-1))
and various combinations of the TEXT and DATEVALUE functions, and have not been able to get the value...