Results 1 to 10 of 11

Thread: Help need for extracting the Date field

Hybrid View

  1. #1

    Help need for extracting the Date field

    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.

  2. #2
    =DATEVALUE(LEFT(A1,FIND(" ",A1)))

    This should do the trick.

    Jesse

  3. #3
    Need generic formula for that Input format...I do not want to input the date value into this formula....

    attached a sample file
    Attached Files Attached Files
    Last edited by komarag; 2011-08-16 at 02:26 AM.

  4. #4
    DATEVALUE is a function, converts text based dates to Excel dates.

    Jesse

  5. #5
    I understand Jesse..Please find the sample file attached.

  6. #6
    What is it that you want the data to look like for output, just the month number or name?

    Jesse

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •