+ Reply to Thread
Results 1 to 2 of 2

Find text in cell then copy everything after that text

  1. #1
    Forum Contributor
    Join Date
    12-20-2012
    Location
    Qatar
    MS-Off Ver
    Excel 2010
    Posts
    171

    Find text in cell then copy everything after that text

    hi all

    please i need a formula that will find specific text in one cell then will copy everything after that txt, for example:

    Cell: A1 = Added to the list on 1-3-2013 / Deleted on 1-4-2013

    the formula will be to find "Added" word then to copy 1-3-2013;

    or

    will be to find "Deleted" word then to copy 1-4-2013;

    thanks

  2. #2
    Valued Forum Contributor
    Join Date
    03-29-2013
    Location
    United Kingdom
    MS-Off Ver
    Office/Excel 2013
    Posts
    1,749

    Re: Find text in cell then copy everything after that text

    Assuming Text in cell A1

    in B1.......... =TRIM(MID(A1,FIND("Added",A1,1)+20,(FIND("/",A1,(FIND("Added",A1,1)+20)+1))-(FIND("Added",A1,1)+20)))
    In C1......... =TRIM(MID(A1,FIND("Deleted",A1,1)+10,LEN(A1)-FIND("Deleted",A1,1)+10))
    Elegant Simplicity............. Not Always

+ 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