+ Reply to Thread
Results 1 to 4 of 4

Find specified data in string, copy data + additional 10 Chars to another cell

Hybrid View

  1. #1
    Registered User
    Join Date
    01-19-2024
    Location
    AU
    MS-Off Ver
    M365
    Posts
    6

    Find specified data in string, copy data + additional 10 Chars to another cell

    Hello,

    I am looking to find specific data in a string, copy that data + 10 following Chars to a new cell.

    In the attached example, find "Number:" and the following 10 Chars.

    Thank you,
    Attached Files Attached Files
    Last edited by mr_mark; 11-27-2024 at 12:04 AM. Reason: SOLVED

  2. #2
    Forum Expert
    Join Date
    04-14-2009
    Location
    Taiwan
    MS-Off Ver
    Excel 2016,2019,O365
    Posts
    2,868

    Re: Find specified data in string, copy data + additional 10 Chars to another cell

    Try this in B2.
    =IFERROR(MID(A2,FIND("Number:",A2),17),"")
    copied down.

  3. #3
    Registered User
    Join Date
    01-19-2024
    Location
    AU
    MS-Off Ver
    M365
    Posts
    6

    Re: Find specified data in string, copy data + additional 10 Chars to another cell

    Perfect. Thank you very much for your prompt and concise reply.

  4. #4
    Forum Expert
    Join Date
    04-14-2009
    Location
    Taiwan
    MS-Off Ver
    Excel 2016,2019,O365
    Posts
    2,868

    Re: Find specified data in string, copy data + additional 10 Chars to another cell

    You are welcome.

+ 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] Save old data on query refresh to 1st empty cell in next col (done). Remove last 4 chars.
    By MartinS13X in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-19-2015, 06:21 AM
  2. [SOLVED] Find matching data, copy data in adjacent cell and paste in new column
    By Bikeman in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 06-23-2015, 04:08 PM
  3. Find alpha chars in alphanumeric string
    By gototcm in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-19-2014, 04:13 PM
  4. Replies: 0
    Last Post: 01-11-2013, 12:05 AM
  5. Delete data after the first six chars of a cell
    By woodsonline in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 09-01-2009, 03:49 AM
  6. how to find Certain String in a column, select/Copy the cell till another String
    By excelkeechak in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-18-2009, 10:59 AM
  7. remove blanks from a string of chars within a cell?
    By rayhollidge in forum Excel General
    Replies: 3
    Last Post: 01-07-2005, 11:08 PM

Tags for this Thread

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