+ Reply to Thread
Results 1 to 5 of 5

Formula to delete certain amount of words from text

Hybrid View

  1. #1
    Registered User
    Join Date
    06-02-2015
    Location
    Cali
    MS-Off Ver
    2010
    Posts
    27

    Formula to delete certain amount of words from text

    I need one formula to delete certain amount of words from cell. I need the solution to delete certain amount of words not characters.

    Delete x amount of words from beginning of cell... example delete 3 words

    Example: I need a new bike
    Output: new bike

    Hope someone can help! Thanks!

  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: Formula to delete certain amount of words from text

    Try this one in B1

    =TRIM(SUBSTITUTE(A1,TRIM(LEFT(SUBSTITUTE(A1," ",REPT(" ",99)),99*3)),""))

    Row\Col
    A
    B
    1
    I need a new bike new bike
    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
    06-02-2015
    Location
    Cali
    MS-Off Ver
    2010
    Posts
    27

    Re: Formula to delete certain amount of words from text

    Worked perfect thank you so much man!

  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: Formula to delete certain amount of words from text

    You're welcome and thank you for the feedback!

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

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Formula to delete certain amount of words from text

    Here's another one...

    =MID(A1,FIND("^",SUBSTITUTE(A1&" "," ","^",3))+1,100)

    Assumptions:

    There will be at least 3 words in the cell.
    There will not be consecutive space characters.
    The number of words to delete will always be >0.
    The number of words to delete will never be greater than the actual number of words in the cell.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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. spellnumber formula for arabic amount in words by typing digits
    By mehmoud hussain in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-10-2014, 08:22 AM
  2. Replies: 3
    Last Post: 08-04-2013, 09:40 PM
  3. [SOLVED] Amount to Words Formula
    By Alla88 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 02-28-2013, 07:38 AM
  4. How to delete rows that has X amount of words in them?
    By sami770 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-15-2012, 09:48 AM
  5. How do I see the amount in words (I will enter amount in numbers)
    By Ram in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-12-2006, 04:00 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