+ Reply to Thread
Results 1 to 2 of 2

creating a date format entry from seperate integers

  1. #1
    Registered User
    Join Date
    12-20-2005
    Posts
    5

    creating a date format entry from seperate integers

    hi,
    i have a very large table, in which the dates are represented by 3 seperate columns: year, month and day (all integers).
    how can i use these 3 fields to create a fourth column, containing the date in an excel date format?
    i.e. if a line in my table looks like this: 1993 11 28
    then i'd like to add a fourth column, reading: 11/28/1993

    thanx.

  2. #2
    JMay
    Guest

    Re: creating a date format entry from seperate integers

    In d1 enter
    =date(a1,b1,c1) << and format as date
    where a1 = 1993
    b1 = 11
    c1 = 28
    HTH

    "T.O." <[email protected]> wrote in message
    news:[email protected]...
    >
    > hi,
    > i have a very large table, in which the dates are represented by 3
    > seperate columns: year, month and day (all integers).
    > how can i use these 3 fields to create a fourth column, containing the
    > date in an excel date format?
    > i.e. if a line in my table looks like this: 1993 11 28
    > then i'd like to add a fourth column, reading: 11/28/1993
    >
    > thanx.
    >
    >
    > --
    > T.O.
    > ------------------------------------------------------------------------
    > T.O.'s Profile:
    > http://www.excelforum.com/member.php...o&userid=29767
    > View this thread: http://www.excelforum.com/showthread...hreadid=494831
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1