finding the weighted average for certain groups within a large data set

stewie1234

New Member
Joined
Dec 28, 2015
Messages
8
Hello all,

I need to find the weighted average for multiple items within groups within a large data set and dont know if this can be done automatically. I have groups, say multiple investors for one loan and 261 loans. I need to find out the weighted average for each loan and am currently going through them individually. Is there a better way to do this???? Please, any help would be GREATLY APPRECIATED!
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Hi,

It is a bit difficult to provide a detailed example without any details of the data.

Microsoft has published this: https://support.microsoft.com/en-gb/kb/214049
And that is probably the approach I would adopt for a Worksheet solution.

Basically, you need to have some cells containing the weightings then you can use SUMPRODUCT() to multiply by all the weightings. You can use SUM() to determine the divisor.

Regards,
 
Upvote 0

Forum statistics

Threads
1,223,901
Messages
6,175,277
Members
452,629
Latest member
SahilPolekar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top