+ Reply to Thread
Results 1 to 11 of 11

Removing Text and Leaving just numbers

Hybrid View

  1. #1
    Forum Contributor FRIEL's Avatar
    Join Date
    03-07-2008
    Location
    Coventry
    MS-Off Ver
    2003 and 2007
    Posts
    266

    Re: Removing Text and Leaving just numbers

    a full example would be a bit large and over complicated
    but i have attached somthing that i think gets what i am after
    no i am looking to keep the cell as is
    but the number is a length i need to multiply by a price per mm.
    Attached Files Attached Files
    I dont like to use code i dont understand
    it makes it hard to use in other situations
    so please try to be as clear and patent as possible with me

    Criticism is welcomed

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Removing Text and Leaving just numbers

    Perhaps:

    D2:
    =$C2*MID($B2,FIND("=",$B2)+1,FIND("MM",$B2)-(FIND("=",$B2)+1))

+ 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