+ Reply to Thread
Results 1 to 3 of 3

Formula Problem (Sumproduct)

  1. #1
    Registered User
    Join Date
    10-26-2007
    Posts
    10

    Formula Problem (Sumproduct)

    I've been trying to use the following formula, and it always returns back a value of zero

    =SUMPRODUCT((RenoRelo!$B$4:$B$9999=Overview!$D$27)*(RenoRelo!$E$4:$E$9999="1")*RenoRelo!$F$4:$F$9999)

    RenoRelo (sheet) contains the info, and the Overview (sheet) summarizes it.
    All this formula is for, is to sum the costs in RenoRelo!ColumnE, for the data that matches the value in OverviewD27, and contains 1 in column E. It always returns a value of zero

  2. #2
    Valued Forum Contributor Richard Schollar's Avatar
    Join Date
    05-23-2006
    Location
    Hampshire UK
    MS-Off Ver
    Excel 2002
    Posts
    1,264
    Hi

    Posting a sample of the worksheet would help, but I note that you are using the 1 in quotes ie:

    RenoRelo!$E$4:$E$9999="1"

    This will probably return a 0 if the 1 in the E cells is actually numeric and not textual. Test by removing the quotes so that your formula becomes:

    =SUMPRODUCT((RenoRelo!$B$4:$B$9999=Overview!$D$27) *(RenoRelo!$E$4:$E$9999=1)*RenoRelo!$F$4:$F$9999 )

    Richard

  3. #3
    Forum Contributor corinereyes's Avatar
    Join Date
    12-02-2003
    Location
    Philippines
    MS-Off Ver
    MS Excel 2016
    Posts
    520
    Hi liquid1010,

    Try:

    Please Login or Register  to view this content.
    Last edited by corinereyes; 10-29-2007 at 01:22 PM.
    Corine

+ 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