+ Reply to Thread
Results 1 to 4 of 4

copy date & record number seperately in next two columns

Hybrid View

  1. #1
    Registered User
    Join Date
    12-18-2013
    Location
    chennai,india
    MS-Off Ver
    Excel 2010
    Posts
    24

    copy date & record number seperately in next two columns

    HI all,

    can anyone pl help to solve the issue of split and copy the date and data no in two different columns.Attached a example xls file.

    Thanks in advance.

    sanyaa
    Attached Files Attached Files

  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: copy date & record number seperately in next two columns

    To get the Date

    =TRIM(LEFT(SUBSTITUTE(B2," ",REPT(" ",255)),255))

    To get Record No

    =TRIM(RIGHT(SUBSTITUTE(B2," ",REPT(" ",255)),255))
    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
    Registered User
    Join Date
    12-18-2013
    Location
    chennai,india
    MS-Off Ver
    Excel 2010
    Posts
    24

    Re: copy date & record number seperately in next two columns

    thanks it worked.

    sanyaa

  4. #4
    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: copy date & record number seperately in next two columns

    You're welcome and thank you for your feedback!

    Please mark thread as "Solved" if your issue has been resolved. (Selecting Thread Tools-> Mark thread as Solved).

+ 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: 14
    Last Post: 10-07-2013, 04:04 PM
  2. [SOLVED] Match record number across sheets based on data from multiple columns
    By smithcw in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 08-12-2013, 02:25 PM
  3. Replies: 0
    Last Post: 01-17-2011, 07:13 AM
  4. Record the date on which the record is made
    By cyberdude in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-30-2006, 09:25 AM
  5. copy/paste will work seperately, but not in the function i've writ
    By DP in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-12-2005, 10:06 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