+ Reply to Thread
Results 1 to 3 of 3

Add / in between numbers

  1. #1
    Valued Forum Contributor tek9step's Avatar
    Join Date
    05-27-2009
    Location
    London, England
    MS-Off Ver
    MS 365
    Posts
    389

    Add / in between numbers

    I would like to add "/" in between numbers in order to formulate it as a date.

    e.g

    11010 ==> 01/10/2010
    121010 ===> 12/10/2010

    I have tried using =REPLACE(A21,2,0,"/") but cant do more than one. thanks
    Last edited by tek9step; 01-05-2011 at 12:27 PM.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Add / in between numbers

    Try this to convert to a date

    =TEXT(A21,"00-00-00")+0

    format in required date format
    Audere est facere

  3. #3
    Valued Forum Contributor tek9step's Avatar
    Join Date
    05-27-2009
    Location
    London, England
    MS-Off Ver
    MS 365
    Posts
    389

    Re: Add / in between numbers

    Brilliant DLL Thanks
    dont play hard just play right !!!

+ 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