+ Reply to Thread
Results 1 to 2 of 2

Sumproduct/countif Problem

  1. #1
    Registered User
    Join Date
    07-12-2004
    Posts
    32

    Sumproduct/countif Problem

    In column A I have regions eg Region A, B, C, D, E etc.
    In column B I have company profits.
    Is there a formula that I can use to count how many companies in each region have profits: <49,999, 50,000 - 99,999, 100,000 - 199,999 etc. The forumla I have written, but which does not work is:
    =SUMPRODUCT(ALL!$A$2:$A$17084='Regional Breakdown'!A2)*(COUNTIF(ALL!$B$2:$B$17084,"<49,000")).

    Hope you can help.

    Many thanks

  2. #2
    Forum Contributor
    Join Date
    06-10-2004
    Location
    India
    Posts
    1,066
    Use:

    =SUMPRODUCT(--(A1:A7="a"),--(B1:B7>50000),--(B1:B7<=99999))

    - Mangesh

+ 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