+ Reply to Thread
Results 1 to 3 of 3

Comparing Columns

  1. #1
    Registered User
    Join Date
    12-02-2009
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    1

    Exclamation Comparing Columns

    Hello,

    I have two columns in my spreadsheet (Col A and Col B) which contains numeric values. I want to compare this two columns and find out the similar values.

    For ex::
    Col A Col B
    111 222
    222 444
    333 111

    In the above example, I want 111, 222 to be as my answer and that's what I want.
    Please let me know if you want any more information about this problem.

    Thanks in advance.

  2. #2
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,330

    Re: Comparing Columns in a spreadsheet

    so deduct ColARow1 value from ColBRow1 value then find the mode of results?

    or can you provide more info
    If the solution helped please donate to RSPCA

    Site worth visiting: Rabbitohs

  3. #3
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,486

    Re: Comparing Columns in a spreadsheet

    =COUNTIF($A$1:$A$3,B1)

    Place this formula in C1 and drag it down, it will count the number of items column B has to column A

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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