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 Bold.codes
Linkedin LoginParameters
Number1, Number2, Num1WeightPercintage
Examples
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
Statistics
Views 4,446
Downloads 1,421
IDs
CodeID
DB ID

ANmarAmdeen
733
Revisions
v1.0
Saturday
July
7
2018