extract date from text
In A2 enter:
=DATEVALUE(RIGHT(SUBSTITUTE(A1,"th",""),16)) and format as Date
--
Gary''s Student - gsnu200816
"Woodi2" wrote:
I have the following text string in cell A1. Flight Schedule - Friday 28th
November 2008.
How can I extract the date from the text string and paste it in cell A2.
Thanks
|