+ Reply to Thread
Results 1 to 3 of 3

Count of Sum query.

  1. #1
    Registered User
    Join Date
    09-21-2010
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    2

    Count of Sum query.

    Here is my table. Is there anyway I can calculate How many Admin, fixed people there are in the South or How many Support, Mobile in the West with a formula. Each part is ina different coloum.

    Admin / Support Fixed / Mobile Area
    Admin Fixed South
    Admin Mobile East
    Admin Mobile West
    Support Fixed Mid
    Support Fixed East
    Support Mobile South
    Support Mobile South
    Support Mobile West
    Last edited by Marie123; 09-21-2010 at 05:51 AM.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,736

    Re: Count of Sum query.

    You could use SUMPRODUCT, something like this

    =SUMPRODUCT((A2:A100="Admin")*(B2:B100="Fixed")*(C2:C100="South"))
    Audere est facere

  3. #3
    Registered User
    Join Date
    09-21-2010
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Count of Sum query.

    Quote Originally Posted by daddylonglegs View Post
    You could use SUMPRODUCT, something like this

    =SUMPRODUCT((A2:A100="Admin")*(B2:B100="Fixed")*(C2:C100="South"))
    Thank you. Really helpful!

+ 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