+ Reply to Thread
Results 1 to 4 of 4

special characters

  1. #1
    tjh
    Guest

    special characters

    Hello,

    Is there an excel function to reference another cell that only pulls in
    characters, values or words that are not a specific value, for example "UD".

    Ex.

    Cell A1 Cell B1 (formula)

    12,345 UD 12,345




  2. #2
    JE McGimpsey
    Guest

    Re: special characters

    One way:

    =SUBSTITUTE(A1," UD","")

    In article <4DC6468D-C1C0-4504-A730-AA9512158BA3@microsoft.com>,
    tjh <tjh@discussions.microsoft.com> wrote:

    > Hello,
    >
    > Is there an excel function to reference another cell that only pulls in
    > characters, values or words that are not a specific value, for example "UD".
    >
    > Ex.
    >
    > Cell A1 Cell B1 (formula)
    >
    > 12,345 UD 12,345


  3. #3
    LanceB
    Guest

    RE: special characters

    =--LEFT(a1,FIND(" ",a1))

    "tjh" wrote:

    > Hello,
    >
    > Is there an excel function to reference another cell that only pulls in
    > characters, values or words that are not a specific value, for example "UD".
    >
    > Ex.
    >
    > Cell A1 Cell B1 (formula)
    >
    > 12,345 UD 12,345
    >
    >
    >


  4. #4
    Ken Wright
    Guest

    Re: special characters

    To return a number as opposed to text

    =--SUBSTITUTE(A1," UD","")

    --
    Regards
    Ken....................... Microsoft MVP - Excel
    Sys Spec - Win XP Pro / XL 97/00/02/03

    ----------------------------------------------------------------------------
    It's easier to beg forgiveness than ask permission :-)
    ----------------------------------------------------------------------------

    "tjh" <tjh@discussions.microsoft.com> wrote in message
    news:4DC6468D-C1C0-4504-A730-AA9512158BA3@microsoft.com...
    > Hello,
    >
    > Is there an excel function to reference another cell that only pulls in
    > characters, values or words that are not a specific value, for example

    "UD".
    >
    > Ex.
    >
    > Cell A1 Cell B1 (formula)
    >
    > 12,345 UD 12,345
    >
    >
    >




+ 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