+ Reply to Thread
Results 1 to 4 of 4

sum or sum product???

  1. #1
    Registered User
    Join Date
    05-30-2013
    Location
    Doncaster
    MS-Off Ver
    Excel 2013
    Posts
    14

    sum or sum product???

    Hi guys
    I want to work out the sum of a set of data in a table. I can filter to the data that I want, but this formula only counts the number of records and I want the sum of the figures in the table

    =SUMPRODUCT(--('All Data'!$X$8:$X$391>0),--('All Data'!$C$8:$C$391='Front Cover'!$E$4),--('All Data'!$E$8:$E$391='Front Cover'!$B$10))

    Any help is appreciated

    Thanks
    Dean

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: sum or sum product???

    You need to add the range that you want to SUM

    =SUMPRODUCT(--('All Data'!$X$8:$X$391>0),--('All Data'!$C$8:$C$391='Front Cover'!$E$4),--('All Data'!$E$8:$E$391='Front Cover'!$B$10),'All Data'!$A$8:$A$391)

    This will sum the values in column A based on the criteria you already 'counted'

  3. #3
    Registered User
    Join Date
    05-30-2013
    Location
    Doncaster
    MS-Off Ver
    Excel 2013
    Posts
    14

    Re: sum or sum product???

    Once again Jonno saves the day.

    Thanks again

    Dean

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: sum or sum product???

    Glad to help, thanks for the feedback.

+ 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