Here is the cell value that I have that I need to convert; however, there doesn’t seem to be a date type that can match:
011341Z Oct 2010
That is actually October 1, 2010 1:41 PM.
I want it to be a valid date type such as 3/14/01 13:30, but the month needs to be converted from Oct to 10.
What is the most optimal way, using one formula, of converting it to a valid date type in MS Excel?
I can use some FIND, LEN, LEFT, RIGHT and MID formula arrays and combine the results, but it seems I would need an intermediary step of a VLOOKUP table to convert Oct to a number.
Any help is greatly appreciated.
Thanks
Amy