+ Reply to Thread
Results 1 to 2 of 2

Split or cut a value reverse trunc()???

  1. #1
    Bobby
    Guest

    Split or cut a value reverse trunc()???

    Hello,

    I have a list of numbers in one column that look like this 06-6102-00-5969 I
    want to write a formula in a separate column that will capture only the last
    4 digits, 5969. I want to disregard, the first part of the number and only
    save the last 4, possible?

  2. #2
    JMB
    Guest

    RE: Split or cut a value reverse trunc()???

    if your column of numbers begin w/cell A1, then in an empty column

    =RIGHT(A1, 4)

    Then copy down as far as necessary. If you need the values hardcoded so
    that you can delete the original data, select this new column and Copy, then
    click Edit/Paste Special, select Values.


    "Bobby" wrote:

    > Hello,
    >
    > I have a list of numbers in one column that look like this 06-6102-00-5969 I
    > want to write a formula in a separate column that will capture only the last
    > 4 digits, 5969. I want to disregard, the first part of the number and only
    > save the last 4, possible?


+ 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