+ Reply to Thread
Results 1 to 3 of 3

Help! Extract numbers/words from a string in excel not use VBA

Hybrid View

  1. #1
    Registered User
    Join Date
    10-28-2015
    Location
    Viet Nam
    MS-Off Ver
    2013
    Posts
    2

    Help! Extract numbers/words from a string in excel not use VBA

    Hi guys!
    I have a question about extract numbers/words from a string in excel not use VBA.
    In A1: 1234ABCD
    In A2: 123DEF
    In A3: 1234FGH
    In A4: 123HKLM
    and
    In B1: I want get 123 from A1
    In C1: I want get ABCD from A1
    so on...
    Thanks!

  2. #2
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,834

    Re: Help! Extract numbers/words from a string in excel not use VBA

    B1:
    =lookup(10^10,left(a1,column($1:$20))+0)
    c1
    =substitute(a1,b1,"")

  3. #3
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,040

    Re: Help! Extract numbers/words from a string in excel not use VBA

    jindon, I would suggest that you use bigger number in lookup function.
    10^10 is just 10 billions and in some cases can be reached so your formula will return wrong value.

    OK, in this case numbers are smaller.. But why bother thinking about that
    for example, writting 99^99 is also faster.
    140^140 will bring you very close to biggest number wich is 9.99999999999999E+307.
    Never use Merged Cells in Excel

+ 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] Extract two last words from a String with Excel VBA
    By trizzo in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 11-07-2014, 04:46 PM
  2. [SOLVED] Extract all the words from a string for processing, while leaving string intact.
    By staggers47 in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 10-10-2014, 02:02 PM
  3. Extract Last Two Words of a string
    By VIJEXCEL in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 12-30-2013, 10:40 AM
  4. Extract n words from string
    By holmes123 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-07-2012, 10:29 PM
  5. Extract uppercase words from string
    By agf12555 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-21-2011, 03:05 PM
  6. UDF to extract first three words from string
    By stodge in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-24-2011, 07:25 AM
  7. Extract last two words from string
    By dimid in forum Excel General
    Replies: 5
    Last Post: 11-28-2008, 11:07 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