+ Reply to Thread
Results 1 to 3 of 3

Finding numbers which are in 2 columns, not just one

  1. #1
    Registered User
    Join Date
    02-21-2007
    Location
    Yorkshire, United Kingdom
    MS-Off Ver
    Office for Mac 2011
    Posts
    25

    Finding numbers which are in 2 columns, not just one

    Hi

    Me again! I now have another problem. I'm creating a sheet to make sure all my invoices have a payment linked to them. They're linked by the invoice number.

    In column A I have a list of Invoice numbers from my sales. In column B I have a list of Invoice numbers from my bank receipts.

    Is there a formula to highlight any invoice numbers which don't feature in both columns? This would give me a list of which invoices have a sale created for them, but we haven't received payments?

    Any help would be great!

    Cheers
    Mark

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    This link may help

    http://www.cpearson.com/excel/duplic...tingDuplicates


    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

  3. #3
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229
    You could use conditional formatting with the custom formula

    =(2>COUNTIF($a:$b,a1)) , if you are sure that there are no dupicates in either column.

    Lacking that surity, you could use
    =(1>COUNTIF($b:$b,a1)) to conditionaly format column A and
    =(1>COUNTIF($a:$a,b1)) for column B.
    Last edited by mikerickson; 03-31-2007 at 03:19 PM.

+ 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