So thanks to the above DATEVALUE here's what I was able to come up with, I decided to keep the time as well and now have a formula that will show both the date and time extracted from the cell.
=(DATEVALUE(LEFT(D1,10)))+(TIMEVALUE(MID(D1,12,5))) will return 11/14/14 13:37. Then I just double-click the corner and the formula applies all the way down. As long as the cell is set correctly when formatting (date> 3/14/01 13:30) it works flawlessly. Thanks again!
Bookmarks