+ Reply to Thread
Results 1 to 6 of 6

filtering out text from numbers

Hybrid View

simonsmith filtering out text from... 08-09-2006, 03:07 PM
Guest RE: filtering out text from... 08-09-2006, 03:29 PM
simonsmith Thanks, tried that but some... 08-09-2006, 04:29 PM
Guest Re: filtering out text from... 08-09-2006, 07:44 PM
Guest Re: filtering out text from... 08-09-2006, 07:49 PM
Guest Re: filtering out text from... 08-09-2006, 09:49 PM
  1. #1
    Registered User
    Join Date
    05-08-2006
    Posts
    76
    Thanks,
    tried that but some format or somethign is stopping that from differentiating text from the strings of 0001111000 that I want. Have found a long hand way to do it now

    Cheers

    Simon

  2. #2
    CLR
    Guest

    Re: filtering out text from numbers

    It's easy to see why it did not work as desired......0001111000 is not a
    number....it is actually a TEXT value just as much as a letter-character
    string. If all of the values you want to delete start with a leading zero,
    then this formula should help.........

    =IF(Left(A1=0,"",A1)

    Vaya con Dios,
    Chuck, CABGx3



    "simonsmith" <simonsmith.2cai00_1155155799.0494@excelforum-nospam.com> wrote
    in message news:simonsmith.2cai00_1155155799.0494@excelforum-nospam.com...
    >
    > Thanks,
    > tried that but some format or somethign is stopping that from
    > differentiating text from the strings of 0001111000 that I want. Have
    > found a long hand way to do it now
    >
    > Cheers
    >
    > Simon
    >
    >
    > --
    > simonsmith
    > ------------------------------------------------------------------------
    > simonsmith's Profile:

    http://www.excelforum.com/member.php...o&userid=34235
    > View this thread: http://www.excelforum.com/showthread...hreadid=570070
    >




  3. #3
    CLR
    Guest

    Re: filtering out text from numbers

    It's easy to see why it did not work as desired......0001111000 is not a
    number....it is actually a TEXT value just as much as a letter-character
    string. If all of the values you want to delete start with a leading zero,
    then this formula should help.........

    =IF(Left(A1=0,"",A1)

    Vaya con Dios,
    Chuck, CABGx3



    "simonsmith" <simonsmith.2cai00_1155155799.0494@excelforum-nospam.com> wrote
    in message news:simonsmith.2cai00_1155155799.0494@excelforum-nospam.com...
    >
    > Thanks,
    > tried that but some format or somethign is stopping that from
    > differentiating text from the strings of 0001111000 that I want. Have
    > found a long hand way to do it now
    >
    > Cheers
    >
    > Simon
    >
    >
    > --
    > simonsmith
    > ------------------------------------------------------------------------
    > simonsmith's Profile:

    http://www.excelforum.com/member.php...o&userid=34235
    > View this thread: http://www.excelforum.com/showthread...hreadid=570070
    >




+ 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