Results 1 to 3 of 3

Thread: How to combine Month/Day/Year seperately in a different column in Microsoft Excel.

  1. #1
    Join Date
    Jan 2012
    Posts
    24

    How to combine Month/Day/Year seperately in a different column in Microsoft Excel.

    I have the month (October), day (3), and year (2005) contained in three cells. I want to combine them into one cell where I can have the date as 10/3/2005. I have been unsuccessful using concatenate because I cannot change the format of the finished project from 10/3/2005 to Oct-3,2005 etc. I need to perform this so that I can calculate the days between the specified date and a start date.

  2. #2
    Join Date
    May 2011
    Posts
    523

    Re: How to combine Month/Day/Year seperately in a different column in Microsoft Excel.

    Here is a short formula the same. Type =date(year,month,day), assuming you have on a1 2005; b1 10; c1 3 use =date(a1,b1,c1). Or else try this =TEXT(--(A1&" "&B1&", "&C1),"mm/dd/yy"). And for using the DATA Function = DATE (C1, B1, A1) which is Written out as = Date (year, month, day).

  3. #3
    Join Date
    May 2011
    Posts
    448

    Re: How to combine Month/Day/Year seperately in a different column in Microsoft Excel.

    There is some things you can try. See the below example :
    • A1: (a month name....eg October)
    • B1: (a day of the month...eg 3
    • C1: (a year......eg 2005)
    • This formula returns a data based on those inputs:
    • D1: =--(B1&"-"&A1&"-"&C1)
    • Format D1 as a date.

    In the above example, D1 returns 10/03/2005. Is that something you can work with? Post back if you have more questions.

Similar Threads

  1. Replies: 2
    Last Post: 17-02-2012, 01:03 PM
  2. How to move the total column in Microsoft Excel Pivot Table
    By (Cowherd) in forum MS Office Support
    Replies: 2
    Last Post: 15-02-2012, 05:55 PM
  3. How to combine two IF Statements in Microsoft Excel
    By Shaina Na in forum MS Office Support
    Replies: 1
    Last Post: 14-01-2012, 04:52 PM
  4. calculation of date, month and year using excel
    By Edgar-Arular in forum Windows Software
    Replies: 4
    Last Post: 06-04-2011, 04:26 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,056,616.18136 seconds with 16 queries