+ Reply to Thread
Results 1 to 3 of 3

Weighted Averages

  1. #1
    Registered User
    Join Date
    12-02-2010
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    14

    Weighted Averages

    If in one column I have a list of loans of various sizes and the interest charged in another column relating to each deal, how can I work out the average interest rate charged for say 50 loans in a way that is weighted towards the size of the loan.

    For example if $100,000 is charged at 2% and another deal for only $5,000 is charged at 10% the average isn't really 6% is it!

    To add to the task I need to calculate this weighted average only for loans that as classed as 'completed' or 'pending' in a single column but excluding 'not proceeding' as a 3rd choice in the same colummas completed or pending.

    Thanks in advance

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

    Re: Weighted Averages

    If the loans are in A2:A100 and the %s in B2:B100 then you can use this formula

    =SUMPRODUCT(A2:A100,B2:B100)/SUM(A2:A100)
    Audere est facere

  3. #3
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Weighted Averages

    Hi,

    To find the weighted average interest rate you need to multiply each loan value by the interest rate to compute the interest charged. Then sum the interest amounts and divide this sum by the sum of the loan amounts.

    Use the SUMIF() function to identify the completed or pending loans and only compute with those.

    Rgds
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

+ 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