+ Reply to Thread
Results 1 to 3 of 3

getting rid of the first 3 characters of a number

  1. #1
    Registered User
    Join Date
    09-18-2007
    Posts
    43

    getting rid of the first 3 characters of a number

    I'm sure this can be done but I can't remember the function

    I have a column of check numbers. stored as 100XXXXX where X = the actual check number. I want to create a new column which gets rid of the 100, leaving the check number.

    thank you
    Thank You,

    Jeremy

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    If the check number is constant in length, then use =Right(A1,5) where A1 is the cell housing the data and 5 is the number of characters of the check number.

    If not constant, then =MID(A1,3,255)
    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
    09-18-2007
    Posts
    43
    thanks! again!

+ 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