+ Reply to Thread
Results 1 to 3 of 3

Count repeat numbers in column B based on a condition from Column Al

  1. #1
    Registered User
    Join Date
    08-24-2012
    Location
    basel
    MS-Off Ver
    Excel 2003
    Posts
    23

    Count repeat numbers in column B based on a condition from Column Al

    Hi there,

    Time to ask for help, as i have spent some hours searching for what is probably a simple answer.

    I want to count how many numbers in column B belong within a range based on the condition in column A.

    I have found the following formula which counts greater than:
    =COUNTIFS(A1:A6,"1",B1:B6,">0")

    But I need a formula which Counts values in Column B between 0-10 based on the condition in Column A.

    I hope this makes sense, it is doing my head in.

    Thanks in advance for any feedback.

    Adam

  2. #2
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: Count repeat numbers in column B based on a condition from Column Al

    Not sure what the condition in column A is about, but to count the number in B1:B6 in the range 0-10 you'd want:

    =COUNTIFS(A1:A6,"1",B1:B6,">=0",B1:B6,"<=10")

  3. #3
    Registered User
    Join Date
    08-24-2012
    Location
    basel
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Count repeat numbers in column B based on a condition from Column Al

    That is exactly what i needed. It works.
    Thanks very much.

+ 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