+ Reply to Thread
Results 1 to 4 of 4

Only returnig the text/numbers after a certain word in a cell

  1. #1
    Forum Contributor
    Join Date
    03-17-2013
    Location
    London, England
    MS-Off Ver
    Microsoft 365 MSO (Version 2202 Build 16.0.14931.20648) 32-bit
    Posts
    150

    Only returnig the text/numbers after a certain word in a cell

    Hi all,

    Please find attached a text sheet.

    What I am looking for is a formula I cell C2 (and copy down) to return only the numbers after the Word "Number" in the Cell in column B, The issue is that there is not the same amount of words/letters before the word "number" so I am not sure how the LEFT function will work?

    Thanks in advance for any help.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,210

    Re: Only returnig the text/numbers after a certain word in a cell

    As on your last line there is no space between number and 668
    =TRIM(RIGHT(B2,LEN(B2)-FIND("number",B2,1)-5))

    or
    =TRIM(RIGHT(B2,LEN(B2)-FIND("number",B2,1)-5))*1 if you want it as a number

  3. #3
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Only returnig the text/numbers after a certain word in a cell

    Try this:
    Please Login or Register  to view this content.
    Found here: https://www.excelforum.com/excel-gen...xt-string.html

  4. #4
    Forum Contributor
    Join Date
    01-05-2017
    Location
    New York
    MS-Off Ver
    Office 2016
    Posts
    206

    Re: Only returnig the text/numbers after a certain word in a cell

    Easiest way is to use Flash Fill:

    https://www.youtube.com/watch?v=qHkgJFJR5cM

+ 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] Find text in word in the cell and replace whole word
    By Grens in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 01-31-2016, 01:44 PM
  2. word count with numbers embedded within text
    By labmanager in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-19-2013, 02:19 PM
  3. Not able to copy the text from word to excel as numbers
    By drillerds in forum Excel General
    Replies: 1
    Last Post: 07-17-2013, 09:59 AM
  4. Replies: 1
    Last Post: 02-01-2013, 06:30 PM
  5. Stock control working with vb not returnig results (almost done just a few tweaks)
    By ricardo_mcs in forum Excel Programming / VBA / Macros
    Replies: 28
    Last Post: 11-26-2012, 04:25 AM
  6. Replies: 2
    Last Post: 08-23-2012, 04:58 PM
  7. Pasting list of text and numbers from MS Word
    By hongkongphooey in forum Excel General
    Replies: 2
    Last Post: 01-17-2010, 12:54 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