+ Reply to Thread
Results 1 to 11 of 11

Formula to Convert numbers to date

Hybrid View

  1. #1
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    wales
    MS-Off Ver
    Excel 2007
    Posts
    964

    Re: Formula to Convert numbers to date

    dunno its a bit wierd but i guess this

    MID(A1,4,2)&"/"&RIGHT(A1,2)&"/20"&MID(A1,2,2)
    A1 is where your date munber is
    The Importance of INDEX - A GUIDE TO INDEX'S OTHER USES
    <--- If a post helps hit the star

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,416

    Re: Formula to Convert numbers to date

    Just to add to Twiggy's solution, if you want a proper date returned then you can do this:

    Formula: copy to clipboard
    =VALUE(MID(A1,4,2)&"/"&RIGHT(A1,2)&"/20"&MID(A1,2,2))


    Format the cell as a date.

    Hope this helps.

    Pete

+ 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