Timestamp reads as text when converting to Date

Joined
Aug 30, 2022
Messages
11
Office Version
  1. 365
Platform
  1. Windows
Hello, I have been trying different ways to create a Date on this timestamp which usually involves me using a DATEVALUE+TEXT combination which generally works and converting the timestamp field to General (currently is set to Date when just the raw file). However, no matter how I split the values I keep getting a #VALUE error which seems to mean the field keeps reading as text. The goal was to get the "Date of Access" field in column I to be a workable date but I cant figure out how to fix the timestamp.

Would you have any guidance?

Thank you,
 

Attachments

  • Datevalue.JPG
    Datevalue.JPG
    31.4 KB · Views: 7
  • Split.JPG
    Split.JPG
    29.1 KB · Views: 6

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Yep, column E looks like a text entry to me.
Try this formula:
Excel Formula:
=DATEVALUE(LEFT(E2,6) & ", " & MID(E2,8,4))
and format your the cell in your desired date format.
 
Upvote 0
Thank you for this, it didnt quite work but thank you for you help
Looking at the examples you posted, I thought it looked like you might be working on American system, but looks like I guessed wrong!
Glad Alex came along and posted a solution that would work on your system.
 
Upvote 0

Forum statistics

Threads
1,223,888
Messages
6,175,219
Members
452,619
Latest member
Shiv1198

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top