+ Reply to Thread
Results 1 to 6 of 6

cut number from some sentence

  1. #1
    Forum Contributor
    Join Date
    05-09-2015
    Location
    Thailand
    MS-Off Ver
    MS365
    Posts
    318

    cut number from some sentence

    hi guru

    I have some word which i need to split the numeric from that word such as +*€104.81EUR
    i need to cut 104.81 from new column, pls kindly help for this.
    thanks in advance for your helps.
    Attached Files Attached Files

  2. #2
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,279

    Re: cut number from some sentence

    In "C1"
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

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

    Re: cut number from some sentence

    Try

    =MID(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(B1,"EUR",""),"GBP",""),"USD","")&REPT(" ","50"),4,10)+0
    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.

  4. #4
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,940

    Re: cut number from some sentence

    Try
    =LOOKUP(9^9,MID(B1,MIN(SEARCH({0,1,2,3,4,5,6,7,8,9},B1&1/17)),{1,2,3,4,5,6,7,8,9})+0)
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  5. #5
    Forum Contributor
    Join Date
    05-09-2015
    Location
    Thailand
    MS-Off Ver
    MS365
    Posts
    318

    Re: cut number from some sentence

    hi all guys
    thanks a lot ka.

  6. #6
    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: cut number from some sentence

    Or try this
    Enter formula in C1 and copy down

    =-LOOKUP(1,-LEFT(MID(B1,4,10),{1,2,3,4,5,6,7,8,9}))
    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

+ 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. Cross reference letter case: Beginning of sentence and middle of sentence
    By caswell1000 in forum Word Formatting & General
    Replies: 4
    Last Post: 02-07-2019, 05:25 PM
  2. VBA PAST number in sentence
    By nizar2016 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 04-20-2016, 02:52 AM
  3. Find the number in sentence
    By sathishkm in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-17-2015, 11:12 PM
  4. check if sentence contains number
    By saravanan1981 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 11-22-2015, 03:34 AM
  5. Why does =if(c7<b2<d7,1,0) not work? A between number sentence....
    By KarinL in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-26-2015, 02:53 PM
  6. Extracting a number out of a sentence
    By Geomarsh in forum Excel General
    Replies: 17
    Last Post: 08-12-2009, 09:47 PM
  7. Formatting a number within a sentence
    By aalbers in forum Excel General
    Replies: 4
    Last Post: 06-19-2009, 03:51 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