+ Reply to Thread
Results 1 to 3 of 3

ignore first 2 characters

Hybrid View

Guest ignore first 2 characters 06-02-2005, 03:05 PM
Guest RE: ignore first 2 characters 06-02-2005, 03:05 PM
Guest RE: ignore first 2 characters 06-02-2005, 04:05 PM
  1. #1
    Sneed924
    Guest

    ignore first 2 characters

    Is there anyway to format a cell so that it trims off the first 2 characters
    of the cell. For example my cell contains a query that shows PR101 or PL101.
    Is there a way to make it just show 101. For this application the PL and PR
    don't matter. Am I out of luck on this one or can it be done. Thanks.

  2. #2
    TomHinkle
    Guest

    RE: ignore first 2 characters

    got to make a new column (if your #'s are in A, here's the function in B)

    = Right(A1,Len(a1)-2)

    HTH


    *** you aren't related to Jason Sneed (in charlotte)are you?

    "Sneed924" wrote:

    > Is there anyway to format a cell so that it trims off the first 2 characters
    > of the cell. For example my cell contains a query that shows PR101 or PL101.
    > Is there a way to make it just show 101. For this application the PL and PR
    > don't matter. Am I out of luck on this one or can it be done. Thanks.


  3. #3
    Sneed924
    Guest

    RE: ignore first 2 characters

    Thank you. And no i don't think i am related to Jason. From what i know, i
    believe almost all my family is Oklahoma.

    "TomHinkle" wrote:

    > got to make a new column (if your #'s are in A, here's the function in B)
    >
    > = Right(A1,Len(a1)-2)
    >
    > HTH
    >
    >
    > *** you aren't related to Jason Sneed (in charlotte)are you?
    >
    > "Sneed924" wrote:
    >
    > > Is there anyway to format a cell so that it trims off the first 2 characters
    > > of the cell. For example my cell contains a query that shows PR101 or PL101.
    > > Is there a way to make it just show 101. For this application the PL and PR
    > > don't matter. Am I out of luck on this one or can it be done. Thanks.


+ 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