F
Fred Smith
I have a text cell which contains a date in the form of ddmmmyy.
Unfortunately, the date can appear anywhere in the cell. I'd like to convert
it to a real date using something like:
=value(mid(a1,x,7))
Is there a search function somewhere which would get me the value of x?
Unfortunately, the date can appear anywhere in the cell. I'd like to convert
it to a real date using something like:
=value(mid(a1,x,7))
Is there a search function somewhere which would get me the value of x?