+ Reply to Thread
Results 1 to 2 of 2

Help with finding missing serial numbers

  1. #1
    Forum Contributor sspreyer's Avatar
    Join Date
    07-05-2013
    Location
    london
    MS-Off Ver
    Excel 2010
    Posts
    180

    Help with finding missing serial numbers

    Hi all ,


    I have a list of serial numbers like so below in column E

    A0001
    A0002
    A0003
    All Up to A0200

    Is there away I can find the missing number in the sequence and paste the missing numbers on sheets 2

    For example
    A0001
    A0003
    A0004
    A0006

    Missing numbers to be pasted on sheet2 would be

    A0002
    A0005

    Thank in advance for any help

    shane

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,023

    Re: Help with finding missing serial numbers

    You can use this array formula:

    =IFERROR("A"&TEXT(SMALL(IF(ISNA(MATCH(ROW(A$1:A$10),--MID(Sheet1!A$1:A$10,2,255),0)),ROW(A$1:A$10)),ROW(A1)),"0000"),"")

    Array Formulae are a little different from ordinary formulae in that they MUST be confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER.

    You will know the array is active when you see curly brackets { } - or "curly braces" for those of you in the USA, or "flower brackets" for those of you in India - appear around the outside of your formula. If you do not use CTRL+SHIFT+ENTER you will (almost always) get an error message or an incorrect answer. Press F2 on that cell and try again.

    Don't type the curly brackets yourself - it won't work...
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Compare two tables and get missing serial numbers
    By YasserKhalil in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 10-02-2016, 12:45 PM
  2. finding multiple serial numbers in a cell
    By leeaw in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-21-2015, 09:57 PM
  3. Finding Duplicate Serial Numbers in multiple sheets
    By leeaw in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-22-2013, 12:33 AM
  4. Deriving list of missing serial numbers
    By cimmind in forum Excel General
    Replies: 3
    Last Post: 04-14-2010, 04:22 AM
  5. Finding a serial number in a list of serial numbers
    By zocoloco in forum Excel General
    Replies: 2
    Last Post: 02-04-2009, 05:20 AM
  6. A Macro to find missing serial numbers in a column
    By Khoshravan in forum Excel General
    Replies: 9
    Last Post: 08-06-2006, 05:40 AM
  7. to find missing serial numbers in randomly generated numbers
    By B.H. Hadi in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-01-2005, 07:00 PM

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