Results 1 to 11 of 11

compare 2 different numbers and copy the last 3 digits.

Threaded View

  1. #2
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: compare 2 different numbers and copy the last 3 digits.

    Attach a sample workbook. Make sure there is just enough data to make it clear what is needed. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are demonstrated, mock them up manually if needed. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic

    [EDIT]
    We are editing out of sync...

    Try this in C1, Drag/Fill down
    Formula: copy to clipboard
    =IF(A1<B1,A1&"-"&MOD(B1,10^3),B1&"-"&MOD(A1,10^3))
    Last edited by Marcol; 06-27-2013 at 06:53 AM.

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