Extracting dates and times written in different formats

Johnstone200

New Member
Joined
Apr 12, 2022
Messages
6
Office Version
  1. 365
Platform
  1. Windows
Hello,

I am attempting to extract the date and times from a thread of emails which i have extracted from Outlook into Excel. Unfortunatley the dates and times are written in different formats in the original email chain. I have managed to extract the date and time from cells highlighted in red using =IFERROR(DATEVALUE(RIGHT(A2,LEN(A2)-FIND(":",A2)-1))," ")

But all other date/times i am struggling to extract these.

Is there a way of doing this using VBA code (or another formula)?

Thanks in advance.

Matt


Screenshot 2024-05-15 085731.png
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
A gentle reminder:

Cross-posting (posting the same question in more than one forum) is not against our rules, but the method of doing so is covered by #13 of the Forum Rules.

Be sure to follow & read the link at the end of the rule too!

Cross posted at:

There is no need to repeat the link(s) provided above but if you have posted the question at other places, please provide links to those as well.

If you do cross-post in the future and also provide links, then there shouldn’t be a problem.
 
Upvote 0
Hello,

Same question posted here:

 
Upvote 0
I know, I posted that link for you and I did say there was no need to repeat it. ;)
 
Upvote 0

Forum statistics

Threads
1,216,587
Messages
6,131,586
Members
449,657
Latest member
Timber5

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