+ Reply to Thread
Results 1 to 4 of 4

need to convert numbers to date

  1. #1
    Registered User
    Join Date
    08-30-2014
    Location
    India
    MS-Off Ver
    2013
    Posts
    12

    need to convert numbers to date

    Thanks for your help in advance.

    Regards,
    Suman
    Last edited by ssuman1010; 10-14-2015 at 04:09 AM.

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: need to convert numbers to date

    Try this formula


    =DATE(TEXT(LEFT(A1,2),"200#"),MID(A1,3,2),MID(A1,5,2))

    Data Range
    A
    B
    1
    150926-12845
    9/26/2015
    2
    150823-06547
    8/23/2015
    3
    150822-26958
    8/22/2015
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Forum Expert
    Join Date
    03-20-2015
    Location
    Primarily UK, sometimes NL
    MS-Off Ver
    Work: Office 365 / Home: Office 2010
    Posts
    2,405

    Re: need to convert numbers to date

    Hi, welcome to the forum.

    Try this:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    With your number in A1, that will take '15' as the year, '09' (or '08') as the month, and '26' (or '23'/'22') as the day, and will format it using your default date format.
    Regards,
    Aardigspook

    I recently started a new job so am a bit busy and may not reply quickly. Sorry - it's not personal - I will reply eventually.
    If your problem is solved, please go to 'Thread Tools' above your first post and 'Mark this Thread as Solved'.
    If you use commas as your decimal separator (1,23 instead of 1.23) then please replace commas with semi-colons in your formulae.
    You don't need to give me rep if I helped, but a thank-you is nice.

  4. #4
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: need to convert numbers to date

    =date(left(a1,2),mid(a1,3,2),mid(a1,5,2))
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 12-15-2014, 08:46 PM
  2. Convert numbers entered into a date
    By sjennings007 in forum Excel General
    Replies: 3
    Last Post: 05-07-2014, 06:01 PM
  3. [SOLVED] Formula to Convert numbers to date
    By [email protected] in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 10-03-2012, 10:29 AM
  4. convert series of numbers to date format
    By marinarivas in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-25-2012, 05:35 PM
  5. Convert numbers to date in text string
    By singerbatfink in forum Excel General
    Replies: 2
    Last Post: 09-21-2010, 05:58 AM
  6. Replies: 1
    Last Post: 03-31-2010, 05:03 PM
  7. extract numbers, convert to date
    By gkaspen in forum Excel General
    Replies: 8
    Last Post: 03-01-2005, 11:08 PM

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