Liberty Prime
New Member
- Joined
- Dec 18, 2017
- Messages
- 18
Hi,
sort of recurrent topic, but I would need some help regarding this case.
Because I work with a third party tool that pulls out different reports to be later processed in excel, I'm a bit stuck since they have run a recent update in which they have changed the date format.
Before it was dd.mm.yyyy (dots instead of dash or slash for Germany), but now the data that is coming out is "Jul 4, 2018" and this format can't be changed. My attempt to rearrange and combine them together with the following formula did not work:
=DATE(right(A2,4),mid(A2,4,2),left(A2,3)))
Maybe I need to tell excel that Jul is for July to be assign with the value 4, but I can't figure out how could I make it work with either MONTH or DATEVALUE.
Would you be so kind to help me a bit with this?
Thanks in advance!
sort of recurrent topic, but I would need some help regarding this case.
Because I work with a third party tool that pulls out different reports to be later processed in excel, I'm a bit stuck since they have run a recent update in which they have changed the date format.
Before it was dd.mm.yyyy (dots instead of dash or slash for Germany), but now the data that is coming out is "Jul 4, 2018" and this format can't be changed. My attempt to rearrange and combine them together with the following formula did not work:
=DATE(right(A2,4),mid(A2,4,2),left(A2,3)))
Maybe I need to tell excel that Jul is for July to be assign with the value 4, but I can't figure out how could I make it work with either MONTH or DATEVALUE.
Would you be so kind to help me a bit with this?
Thanks in advance!