+ Reply to Thread
Results 1 to 3 of 3

Copy Specific Value from the text

  1. #1
    Registered User
    Join Date
    04-04-2014
    Location
    India,Pune
    MS-Off Ver
    Excel 2013
    Posts
    99

    Copy Specific Value from the text

    Hi Team,

    I wanted to copy specific value from the text.

    In attached file I have highlighted value which need to copy and pasted in "column C & D"

    So after "invoice" and before "dt" whatever value in Text column should be copy to column "C (Invoice)" and after "dt" value copy to column "D (Date)".

    Thanks,
    Rahul
    Attached Files Attached Files
    Last edited by rchure; 09-10-2018 at 08:48 AM.

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

    Re: Copy Specific Value from the text

    in C4
    =MID(E4,FIND("as per invoice",E4)+15,(FIND(" dt ",E4)-FIND("as per invoice",E4)-15))
    and
    in D4
    =RIGHT(E4,LEN(E4)-FIND(" dt ",E4)-3)+0
    format column D as date
    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.

  3. #3
    Registered User
    Join Date
    04-04-2014
    Location
    India,Pune
    MS-Off Ver
    Excel 2013
    Posts
    99

    Re: Copy Specific Value from the text

    Thank You so much!!!

+ 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. Search for specific text then copy text into cells below
    By Locutos in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-22-2018, 12:01 PM
  2. VBA macro to find specific text, then copy into a new WB data underneath such text
    By tempforVBA in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-01-2018, 09:31 AM
  3. [SOLVED] Find specific text within workbook's name, copy and paste it to specific cell
    By axtryo in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 01-09-2017, 02:57 AM
  4. [SOLVED] copy row with text in specific colum inbeween othre rows with text in other columns
    By Louisa Venter in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 10-14-2015, 12:07 AM
  5. [SOLVED] VBA to Find Specific Text, then Copy range to next open cell under specific text
    By Remotruker in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-24-2015, 10:59 AM
  6. [SOLVED] Copy rows with specific text in specific column into specific sheet
    By Valemaar in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 08-22-2014, 03:23 PM
  7. Macro to copy specific line from text file and paste into specific cell in excel
    By keeneye in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-05-2013, 10:35 AM

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