+ Reply to Thread
Results 1 to 7 of 7

SUMPRODUCT Formula Issue - Trying to use as weighted average with Multiple Ranges

  1. #1
    Registered User
    Join Date
    10-30-2012
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2010
    Posts
    8

    SUMPRODUCT Formula Issue - Trying to use as weighted average with Multiple Ranges

    I am trying to use a SUMPRODUCT formula to get a weighted average. However, I need to use mutilple ranges within the same column. I have attached an example. The formula is highlighted yellow and in red font.

    Thanks for all the help.
    Attached Files Attached Files

  2. #2
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: SUMPRODUCT Formula Issue - Trying to use as weighted average with Multiple Ranges

    What is the expected result in your example?

  3. #3
    Registered User
    Join Date
    10-30-2012
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: SUMPRODUCT Formula Issue - Trying to use as weighted average with Multiple Ranges

    I am looking to get a weighted average of the percentage of office based on the square footage of the building. However, I do not want to include the total lines in my calculation.

  4. #4
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: SUMPRODUCT Formula Issue - Trying to use as weighted average with Multiple Ranges

    Does something like this work?:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    - Moo

  5. #5
    Registered User
    Join Date
    10-30-2012
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: SUMPRODUCT Formula Issue - Trying to use as weighted average with Multiple Ranges

    Works Perfect. Thanks for the help!

  6. #6
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: SUMPRODUCT Formula Issue - Trying to use as weighted average with Multiple Ranges

    You're welcome, Arcobalt.

    - Moo

    - - - - - - - - - -
    If your question has been answered, please remember to mark the thread as [SOLVED] by clicking on 'Thread Tools' right above your original post, and selct 'Mark thread as solved".

    Also, if you want to thank anyone that has helped you with a solution, click on the star below their name in one of their posts. It's always appreciated.

  7. #7
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: SUMPRODUCT Formula Issue - Trying to use as weighted average with Multiple Ranges

    Another way would be to only include rows where column A has an entry, e.g.

    =SUMPRODUCT(C3:C34,D3:D34,0+(A3:A34<>""))/C36
    Audere est facere

+ 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