+ Reply to Thread
Results 1 to 6 of 6

separate numbers and letters

  1. #1
    Registered User
    Join Date
    05-08-2008
    Posts
    14

    separate numbers and letters

    I have a very common problem; I looked up several formulas but none of these worked.
    I want to seperate numbers and letters like the following:
    29.266,20 Mio EUR

    so that I only have the 29.266,20 left; wthout the currency!

    can anybody help me?

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    tRY:

    =LEFT(A1,FIND(" ",A1))+0
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    05-08-2008
    Posts
    14

    doesn't work

    hi,

    i'm sorry; it doesn't work;
    could the comma and the point be a problem?

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    If you have European Excel.. then maybe...

    =LEFT(A1;FIND(" ";A1))+0

  5. #5
    Registered User
    Join Date
    05-08-2008
    Posts
    14

    sorry

    sorry, it doesn't work either!
    i've an american version!
    I had another formula, which worked quiet well, but only for
    items where the letters stand in front of the numbers like:
    (Millions)111,973.400

    =RIGHT(C95,LEN(C95)-MIN( FIND({0,1,2,3,4,5,6,7,8,9},C95&"0123456789"))+1)


    perhaps, you can change this formula so that it works the other way round
    (first numbers and then letters)?

    Thanks in advance!

  6. #6
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    How doesn't my first offering not work...

    Is there a number followed by a space followed by text?

    If not, show more examples of possibilities.

+ 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