M
Matthew
I'm trying to calculate the weighted average interested rate for a subset of
the loans in my table. For example, only loans for the month of May.
I can easily calculate the weighted average for the entire table:
weighted average =
sumproduct(Table[Loan_Value],Table[Interest_Rate])/sum(Table[Loan_Value])
Assume the field in the table with the loan date is called "Loan_Date". How
do I modify my sumproduct to calculate the weighted averages for only those
loans with month(Loan_Date) = specific month?
Thanks,
the loans in my table. For example, only loans for the month of May.
I can easily calculate the weighted average for the entire table:
weighted average =
sumproduct(Table[Loan_Value],Table[Interest_Rate])/sum(Table[Loan_Value])
Assume the field in the table with the loan date is called "Loan_Date". How
do I modify my sumproduct to calculate the weighted averages for only those
loans with month(Loan_Date) = specific month?
Thanks,