+ Reply to Thread
Results 1 to 3 of 3

Sumproduct formula not returning any value

  1. #1
    Registered User
    Join Date
    01-02-2014
    Location
    Cape Town
    MS-Off Ver
    Excel 2007
    Posts
    88

    Sumproduct formula not returning any value

    Good day - I am trying to return a value in cell R3 ("Coast Local") from sheet "JuneYTD" looking at columns A & B and row R2:AC2 (Sheet "Coast Local") the values are in column "M" in the JuneYTD sheet

    I have tried index match and landing up with Sumproduct - totally confused

    [SUMPRODUCT((JuneYTD!$A$2:$A$4658=A3)*(JuneYTD!$B$2:$B$4658=B3)*(JuneYTD!$E$2:$E$4658=R$2)*(JuneYTD!$M$2:$M$4658))]
    Attached Files Attached Files

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Sumproduct formula not returning any value

    Why not Sumifs()?

    In R3 Cell of Coast Local Sheet

    Please Login or Register  to view this content.
    Drag the formula right and down.


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: Sumproduct formula not returning any value

    SUMIFS is better, but you also need to delete leading/trailing spaces in Row 2 (month names " Jan " is incorrect. Should be "Jan"

    =SUMIFS(JuneYTD!$M:$M,JuneYTD!$A:$A,'Coast Local'!$A3,JuneYTD!$B:$B,'Coast Local'!$B3,JuneYTD!$E:$E,'Coast Local'!R$2)
    in R3, copied across and down
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Please help! Sumproduct formula with >0 returning zero values
    By LBundy in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 05-29-2015, 07:12 AM
  2. Sumproduct formula returning #Value! error
    By brizmol1 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-13-2014, 05:16 PM
  3. SUMPRODUCT and COUNTIFS formula that is returning #DIV/0!
    By caseyjones05 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-19-2013, 03:37 PM
  4. [SOLVED] SUMPRODUCT formula not returning correct results
    By CityInspector in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-05-2012, 04:04 PM
  5. [SOLVED] Sumproduct formula is returning #value error
    By ensmith in forum Excel General
    Replies: 2
    Last Post: 06-27-2012, 09:56 PM
  6. stop #N/A value returning in sumproduct formula
    By jpruffle in forum Excel General
    Replies: 9
    Last Post: 07-22-2009, 04:09 AM
  7. [SOLVED] SUMPRODUCT formula returning #VALUE! error
    By Valerie in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-28-2006, 09:40 AM

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