+ Reply to Thread
Results 1 to 5 of 5

Sumproduct across sheets issue

  1. #1
    Registered User
    Join Date
    11-21-2013
    Location
    São Paulo, Brazil
    MS-Off Ver
    Excel 2007
    Posts
    2

    Smile Sumproduct across sheets issue

    I´m just starting in this group. (I beg your pardon in advance for my terrible English)

    My problem is, how can I proceed for use SUMPRODUCT in 3-D ranges?

    For example, consider that I have sheets named A, B, C, D

    I want to do something like this:

    =SUMPRODUCT(A:D!E3;A:D!E4)/SUM(A:D!E4)

    giving the medium value of E3/E4


    The problem is, that just doesn't work!, instead I recieve the #REF as a result


    Is there a solution to workaround this issue?

    Thanks in advance
    Last edited by edson.bertini; 11-21-2013 at 02:02 PM.

  2. #2
    Forum Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: Sumproduct across sheets issue

    Hello and welcome.
    http://www.excelforum.com/excel-gene...-criteria.html
    If you are http://www.excelforum.com/image.php?type=sigpic&userid=125481&dateline=1392355029happy with the results, please add to the contributor's
    reputation by clicking the reputation icon (star icon).




    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved.
    To undo, select Thread Tools-> Mark thread as Unsolved.
    http://www.excelaris.co.uk

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Sumproduct across sheets issue

    Here's what I think you want:

    =SUMPRODUCT(N(INDIRECT({"A","B","C","D"}&"!E3")),N(INDIRECT({"A","B","C","D"}&"!E4")))/SUM(A:D!E4)

    This is what that formula is doing:

    (A!E3*A!E4)+(B!E3*B!E4)+(C!E3*C!E4)+(D!E3*D!E4)/SUM(A:D!E4)
    Last edited by Tony Valko; 11-24-2013 at 12:00 PM.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Registered User
    Join Date
    11-21-2013
    Location
    São Paulo, Brazil
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Sumproduct across sheets issue

    It worked perfectly, thanks a lot, Tony

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Sumproduct across sheets issue

    You're welcome. 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)

Similar Threads

  1. Hello friends
    By larsolthof in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 11-21-2013, 12:21 PM
  2. Hello Friends :)
    By mandeeps207 in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 01-02-2013, 01:53 AM
  3. hai friends
    By msrinu116 in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 12-28-2012, 01:07 AM
  4. Hello to all friends !
    By najam059 in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 12-10-2012, 12:57 AM
  5. Hi Friends
    By Mythilykannan in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 11-28-2012, 12:57 AM

Tags for this Thread

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