I have a column that contains the following values....in Character format...
6/6/2011 8:00:00 AM
I want a extract the date portion from this field and place it in a separate field with Date Format so that I can group the data by Month.
I have a column that contains the following values....in Character format...
6/6/2011 8:00:00 AM
I want a extract the date portion from this field and place it in a separate field with Date Format so that I can group the data by Month.
=DATEVALUE(LEFT(A1,FIND(" ",A1)))
This should do the trick.
Jesse
Need generic formula for that Input format...I do not want to input the date value into this formula....
attached a sample file
Last edited by komarag; 2011-08-16 at 02:26 AM.
DATEVALUE is a function, converts text based dates to Excel dates.
Jesse
I understand Jesse..Please find the sample file attached.
What is it that you want the data to look like for output, just the month number or name?
Jesse
Bookmarks