+ Reply to Thread
Results 1 to 4 of 4

counting differences between Column A and Column B

  1. #1
    Registered User
    Join Date
    01-22-2013
    Location
    Bungoma, Kenya
    MS-Off Ver
    Excel 2010
    Posts
    24

    counting differences between Column A and Column B

    Afternoon People,

    is there an IF formula to compare values in two columns, say Column A and Column B have "Action recommended" and column B has "Actual action taken", both columns should have the same texts, in cases where there is no similarity, the formula should count the cases.



    Best,

  2. #2
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,650

    Re: counting differences between Column A and Column B

    for instance:
    =SUMPRODUCT(1*(A2:A10<>B2:B10))
    Last edited by Kaper; 02-27-2014 at 09:40 AM. Reason: Whoops was = and then it counts equal (not different) values ;-)
    Best Regards,

    Kaper

  3. #3
    Registered User
    Join Date
    01-22-2013
    Location
    Bungoma, Kenya
    MS-Off Ver
    Excel 2010
    Posts
    24

    Re: counting differences between Column A and Column B

    Thanks Kaper,
    but the formula is counting the cases where column A and column B are similar, I need it to count the number of cases where they are not similar.

  4. #4
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,650

    Re: counting differences between Column A and Column B

    Yeah, I wrote the answer at 2:38PM, and edited it at 2:40PM, because I noticed it counts opposite than expected. And your answer is 2:52PM (so you probably not noticed my editing) .
    Check the same formula but with <> instead of =

+ 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] Help in counting D if column a is x and column b is y, count column c with a price of XXX
    By grlnexdor in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 12-18-2013, 02:03 AM
  2. Replies: 4
    Last Post: 04-25-2013, 03:53 AM
  3. [SOLVED] Counting Multiple Values in a column based on critera in seperate column
    By ERoberts in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-11-2013, 01:08 PM
  4. looking for differences in one column
    By hara_mo in forum Excel General
    Replies: 4
    Last Post: 04-04-2012, 10:43 AM
  5. Counting Differences In A Column
    By Tom_LR in forum Excel General
    Replies: 1
    Last Post: 01-13-2009, 04:30 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