I need to extract a 'date string' as separate columns representing date/time data.
| A | B | C
-+--------------------------+-------------------+-----------------
1| Datetime String | Date Value | Time Value
2| Sat 09 Sep 2017 20:00 PM | =DATEVALUE(A2) | =TIMEVALUE(A2)
The above functions DATEVALUE
and TIMEVALUE
return errors. I'm at a bit of a loss at the moment.