+ Reply to Thread
Results 1 to 2 of 2

Scan column for numbers and report ones not found

  1. #1
    Forum Contributor
    Join Date
    02-09-2007
    Location
    UK
    MS-Off Ver
    2019 & 365
    Posts
    304

    Scan column for numbers and report ones not found

    Morning all,

    I need a formula that can scan columns L M N O P Q for numbers that are found in column C and report the numbers that are not found.

    In the end I want to end up with a list of numbers that are in them 6 columns that do not appear in column C.

    Any ideas?

    BVG

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by Badvgood
    Morning all,

    I need a formula that can scan columns L M N O P Q for numbers that are found in column C and report the numbers that are not found.

    In the end I want to end up with a list of numbers that are in them 6 columns that do not appear in column C.

    Any ideas?

    BVG
    Hi,

    6 helper columns that use something like

    =if(IsError(VLookup(L1,$C:$C,1,False)),L1,"")

    formula fill 5 right and down as far as required.

    hth
    ---
    Si fractum non sit, noli id reficere.

+ 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