Excel date, time, time zone extraction

Curious 0 Reputation points
2024-02-02T19:06:55.6533333+00:00

I'm currently working with a several Excel sheets that have a column with mm/dd/yyyy hh:mm:ss MDT (time zone where it was created). Is there a way or formula to make the current column or a new column with just mm/dd/yyyy? I've tried selecting the column then selecting format & trying different date formats but nothing has happened at all to the data.

Microsoft 365 and Office Excel For business Windows
{count} votes

1 answer

Sort by: Most helpful
  1. Barry Schwarz 3,746 Reputation points
    2024-02-03T08:14:46.2466667+00:00

    You cells contain text, not Excel dates. The DATEVALUE formula can convert the data to a date value. Try =DATEVALUE(LEFT(your cell,FIND(" ",your cell)-1)). You will need to format the cell with this formula to a suitable date format.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.