+ Reply to Thread
Results 1 to 2 of 2

Thread: Problems with SUMPRODUCT function

  1. #1
    Registered User
    Join Date
    03-12-2010
    Location
    Dublin, Ireland
    MS-Off Ver
    Excel 2003
    Posts
    5

    Problems with SUMPRODUCT function

    I have a spreadsheet with three columns. The first column is a site ID, the second is software version ID, and the third column is Engineer name.

    There are 150 sites listed
    There are a five different software versions listed in the software version ID column.
    There are 4 engineers who have each been assigned to an equal number of sites.

    The software version will be updated in the spreadsheet
    I wish to count the total number of software upgrades carried out by each engineer.
    I wish to count two Software version ID types "2.02.00" and '2.02.01".

    I have tried using the "SUMPRODUCT" function. However, I am only able to get this to work with one software version ID. I need to count two software IDs.
    I tried to use wildcard characters but these do not seem to be supported by the SUMPRODUCT function.
    Last edited by andrew_haworth; 03-12-2010 at 08:05 AM.

  2. #2
    Forum Guru
    Join Date
    10-28-2008
    Location
    Not here anymore
    MS-Off Ver
    irrelevant
    Posts
    10,151

    Re: Problems with SUMPRODUCT function

    try combining the sumproduct conditions for the versions with a + sign. Version ID in column A, engineer in column B:

    =sumproduct((A1:A100="2.02.00")+(A1:A100="2.02.01"),--(B1:B100="Joe Bloggs"))

    hth

+ 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.2.0