Does a weighted average, knowing that mathematical average between two numbers is 0.5
Here you can change that by giving the weight of first number in that average, check examples
Access is limited.
Login here using your Linkedin account. to see or download code.
No registration, not another password to remember, login using your Linkedin account and have access to all public codes in Mydev.net
Linkedin LoginNumber1, Number2, Num1WeightPercintage
Weighted_Average(20, 50,1) = 20
Weighted_Average(20, 50,0.5) = 35
Weighted_Average(20, 50,0.9) = 23
Weighted_Average(20, 50,0.2) = 44
Weighted_Average(20, 50,0.5) = 35
Weighted_Average(20, 50,0.9) = 23
Weighted_Average(20, 50,0.2) = 44
Views 4,446
Downloads 1,421
CodeID
DB ID
ANmarAmdeen
701
Revisions
v1.0
Saturday
July
7
2018