I have a few sheets that contain a column with a Unix time-date stamp of the format: 2014-10-21T04:00:00.000Z
(for midnight October 21, 2014). Is there a way to convert this into two excel columns—one for date, the other for time?
Thanks
I have a few sheets that contain a column with a Unix time-date stamp of the format: 2014-10-21T04:00:00.000Z
(for midnight October 21, 2014). Is there a way to convert this into two excel columns—one for date, the other for time?
Thanks
=DATEVALUE(LEFT(A1,10))
=TIMEVALUE(MID(A1,12,8))
Format the first cell as date
Format the second cell as time. I prefer a custom "hh:mm:ss".
Make Mom proud: Add to my reputation if I helped out!
Make the Moderators happy: Mark the Thread as Solved if your question was answered!
You are awesome!!!!
Thank-you so much Daffodil11, I was toiling for hours : )
No problem, glad I could help out. I love me some string manipulations.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks