Results 1 to 14 of 14

Taking an integer out of a string

Threaded View

  1. #6
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: Taking an integer out of a string

    Hi Mike,

    To pull the 90...

    Try

    =--TRIM(RIGHT(SUBSTITUTE(Q24," ",REPT(" ",100)),100))

    BTW: This works for me to pull the 32...

    =LEFT(REPLACE(Q24,1,MIN(FIND({0,1,2,3,4,5,6,7,8,9},Q24&"0123456789"))-1,""),FIND(" ",Q24)-3)
    Last edited by jeffreybrown; 06-01-2012 at 01:49 PM.

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