I need to pull out a date that is necessarly now but a part of a form such as...
Sunday, August 19, 2006 in session 3.
I want the August 19, 2006 to be pulled out of that text.
I need to pull out a date that is necessarly now but a part of a form such as...
Sunday, August 19, 2006 in session 3.
I want the August 19, 2006 to be pulled out of that text.
Try this, with your text date in A1, try this in B1
=LEFT(A1,FIND("in",A1,1)-2)
Result = Sunday, August 19, 2006
oldchippy
-------------
![]()
![]()
Blessed are those who can give without remembering and take without forgetting
If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.
Click here >>> Top Excel links for beginners to Experts
Forum Rules >>>Please don't forget to read these
Almost there..I didn't say it right.
Should have said....
Sunday August 19, 2006 in session 3.
Still, I don't want 'Sunday' or 'in session 3'...or 'Monday' or...
Just '08/19/2006' or whatever the date is in the text string.
Thanks again.
Try this:
=(MID(A1,FIND(" ",A1)+1,FIND("in",A1)-FIND(" ",A1)-2))
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks