+ Reply to Thread
Results 1 to 2 of 2

Comparing Values Between Columns

  1. #1
    Registered User
    Join Date
    07-25-2012
    Location
    Easton, United States
    MS-Off Ver
    Excel 2007
    Posts
    1

    Comparing Values Between Columns

    Hi, I am trying to run a COUNTIFS formula that compares values in column B to column A. I want to count the rows, if in B the values therein are >= the adjacent values in A. Here is the formula I used =COUNTIFS(B:B,">="&A:A). The trick I think is that one column can't be greater than another. Is there another formula or trick that will yield what I want? I set up a simple test that should return 9. But it doesn't. Help please!
    5 5
    6 6
    3 3
    8 8
    12 12
    9 9
    65 65
    14 14
    6 6
    77 50
    13 10
    12 10

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,607

    Re: Comparing Values Between Columns

    Try =SUMPRODUCT(--(B1:B1000>=A1:A1000))

+ 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