+ Reply to Thread
Results 1 to 4 of 4

find the missing numbers in alternate columns

  1. #1
    Registered User
    Join Date
    12-18-2009
    Location
    Lucknow,INDIA
    MS-Off Ver
    Excel 2017
    Posts
    50

    find the missing numbers in alternate columns

    hi all

    need to find missing numbers in alternate columns P,column R,and column T were lowest number is 3346 and highest number is 3372.

    file attached.

    thanks.
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: find the missing numbers in alternate columns

    Put the number 3346 in cell AB2, and this formula in AB3:

    =AB2+1

    Copy down until you reach 3372 (row 28). Then you can use this formula in cell AC2:

    =IF(COUNTIF(P:P,AB2)+COUNTIF(R:R,AB2)+COUNTIF(T:T,AB2)=0,"missing","")

    and copy this down.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    03-02-2018
    Location
    South Carolina
    MS-Off Ver
    2016
    Posts
    8

    Re: find the missing numbers in alternate columns

    I don't understand what you mean by "missing numbers"? Can you simply use a Filter and select (Blanks)?

    EDIT: Nevermind.
    Last edited by dryphi; 03-05-2018 at 12:02 PM.

  4. #4
    Registered User
    Join Date
    12-18-2009
    Location
    Lucknow,INDIA
    MS-Off Ver
    Excel 2017
    Posts
    50

    Re: find the missing numbers in alternate columns

    hi all

    thanks PETE it is working, but little long process as i have many numbers to check ,any other way around.

    thanks

+ 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. Replies: 4
    Last Post: 10-19-2017, 08:12 AM
  2. [SOLVED] Find missing numbers in unsorted list of numbers
    By YasserKhalil in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-01-2015, 05:15 AM
  3. Find Missing Numbers
    By kapeller in forum Excel General
    Replies: 16
    Last Post: 02-11-2011, 10:09 PM
  4. Find Missing Numbers
    By portal in forum Excel General
    Replies: 1
    Last Post: 04-05-2008, 09:09 AM
  5. How to find missing numbers in series
    By Phil in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 07-26-2006, 11:40 AM
  6. 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
  7. Alternate shading based on series of numbers in 3 columns
    By Ozbobeee in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-20-2005, 03:05 AM

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