+ Reply to Thread
Results 1 to 6 of 6

Convert number into dates format

  1. #1
    Registered User
    Join Date
    10-27-2014
    Location
    indore
    MS-Off Ver
    2007
    Posts
    15

    Convert number into dates format

    I Need this numeric string convert into dates format

    may i get any help to convert

    44557,44557,44558,44557,44557 into ex. 13-01-2021,20-01-2021,27-01-2022

    Need formulae that can help me out this one
    Attached Files Attached Files
    Last edited by jitendra sharma; 02-01-2022 at 06:30 AM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,800

    Re: Convert number into dates format

    How has that string been generated?

    Please attach a sample workbook.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    10-27-2014
    Location
    indore
    MS-Off Ver
    2007
    Posts
    15

    Re: Convert number into dates format

    attached file

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    31,174

    Re: Convert number into dates format

    Error in K2

    =J2&IFERROR(","&VLOOKUP(I2,I3:K$4000,3,0),"")

    in L2

    =IFERROR(--TRIM(MID(SUBSTITUTE($K2,",",REPT(" ",100)),(COLUMNS($K$1:K$1)-1)*100+1,100)),"")

    drag across and format columns as date
    Attached Files Attached Files
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  5. #5
    Forum Expert XLent's Avatar
    Join Date
    10-13-2010
    Location
    Northumberland, UK
    MS-Off Ver
    various
    Posts
    2,706

    Re: Convert number into dates format

    perhaps you just want to convert dates to strings at the point you concatenate ?

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

  6. #6
    Registered User
    Join Date
    10-27-2014
    Location
    indore
    MS-Off Ver
    2007
    Posts
    15

    Re: Convert number into dates format

    thanks a lot both of Xlent and john both formulae are working excellent for me
    Last edited by jitendra sharma; 02-02-2022 at 07:42 AM.

+ 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. [SOLVED] Convert Dates from Apr 11, 2018 format to numeric format MM/DD/YYYY
    By worswick25 in forum Excel General
    Replies: 16
    Last Post: 04-17-2018, 06:38 AM
  2. Replies: 3
    Last Post: 02-27-2017, 04:38 PM
  3. Need formula or code to convert number(s) from custom format to number format
    By tuongtu3 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-12-2015, 07:44 PM
  4. Replies: 1
    Last Post: 12-15-2014, 08:46 PM
  5. Convert date and time in serial number format to text format
    By nda13112 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-11-2013, 02:45 PM
  6. Convert Dates in 2011:08:17 format into Dates in Excel
    By JessRI in forum Excel - New Users/Basics
    Replies: 12
    Last Post: 09-11-2012, 09:55 AM
  7. [SOLVED] CONVERT DATES FROM EUROPEAN FORMAT TO US FORMAT
    By les8 in forum Excel - New Users/Basics
    Replies: 13
    Last Post: 08-08-2006, 12:50 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