Hello all!
I'm working with a report where data is all formatted as text. I need to extract the date out of a string of text, and then format it to be a date. Example: Cell C4 "Joe Smith Statement Period: Feb 08 2016-Mar 07 2016".
I can separate the actual numbers out, but excel doesn't recognize them as dates. Here are the formulas that I'm using / have tried.
- returns "Feb 08 2016-Mar 07 2016"
- returns "Feb 08 2016"
- returns "Mar 07 2016"
These three all work great. However, simply changing the formatting of the cell to date doesn't do anything. So I tried the following formulas to change the text to date.
None of these are working, they all return an error of "#VALUE".
Any ideas?
Bookmarks