Hi,
In cell A6 I have this AU9602 Dec 15, 1995
What you cannot see in is that between the "2" and the "D" is the character for carriage return char(13); it looks like a square.
Ok in cell B6 I have this formula to get the date out of A6: =MID(A6,FIND(CHAR(13),A6,1)+1,12)
So the value in B6 displays Dec 15, 1995 and is text and I want to change it to date. So I format the cell and choose Date format mm/dd/yy, but the cell does not change.
What do I do?
Thanks,
Mike
In cell A6 I have this AU9602 Dec 15, 1995
What you cannot see in is that between the "2" and the "D" is the character for carriage return char(13); it looks like a square.
Ok in cell B6 I have this formula to get the date out of A6: =MID(A6,FIND(CHAR(13),A6,1)+1,12)
So the value in B6 displays Dec 15, 1995 and is text and I want to change it to date. So I format the cell and choose Date format mm/dd/yy, but the cell does not change.
What do I do?
Thanks,
Mike