Forum Discussion

BlackCat's avatar
BlackCat
Helper III
5 years ago

Weighted average

I have created a "standard" rolling forecast report (Revenue per Month) and now I must create a weighted. What was used previously for the Excel version was: 

return (Math.Round((TotalRev / NumOfMonths) * (Probability / 100), 2)); based on the parameters we are using, I understand that the "opputunity status" will define the probability that the deal/contract will close on, unsure of what logic to create to split them up. 
 
Any advice is much appreciated.