JonathanRyan
Suspended / Banned
- Messages
- 10,765
- Name
- Jonathan
- Edit My Images
- Yes
It's 2022 and still Excel doesn't natively support datetimes created by other MS applications.
What's the easiest way to deal with them?
I have a column of data that looks like this
which is pretty standard for "2am BST (UTC + 1) on 5th July".
How do I make Excel realise this is a datetime so I can work out days of the week, avg per day etc?
I can obviously brute force it with a bunch of mid functions and a date() with another column for time and then stuff them back together but that all seems a bit 19th century. What's the cool way?
What's the easiest way to deal with them?
I have a column of data that looks like this
| 2022-07-05T01:00:00+01:00 |
How do I make Excel realise this is a datetime so I can work out days of the week, avg per day etc?
I can obviously brute force it with a bunch of mid functions and a date() with another column for time and then stuff them back together but that all seems a bit 19th century. What's the cool way?