Results 1 to 9 of 9

Extracting Text/Numbers from an AlphaNumeric String.

Threaded View

  1. #1
    Registered User
    Join Date
    11-03-2008
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    2,521

    Extracting Text/Numbers from an AlphaNumeric String.

    Extracting Text/Numbers from an AlphaNumeric String.

    Dear Forum,

    I am in need of seperating Numbers and Alphabets joined by a Special Character..

    Ex:

    1> AAA/BBB


    I want to get "AAA" as well as "BBB"


    2> 123/456

    I want to get "123" as well as "456"


    3> 12/345

    I want to get "12" as well as "345"

    4> 123/45

    I want to get "123" as well as "45"


    I tried the below code but it failed

    =RIGHT(A$1,LEN(A$1)-FIND("/"A$1,1))-LEFT(A$1,LEN(A$1)-FIND("/",A$1,1))
    This failed in these two cases

    3> 12/345

    4> 123/45

    Warm Regards
    e4excel
    Last edited by e4excel; 08-04-2010 at 04:37 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