Home > Back-end >  Distribution based on probability
Distribution based on probability

Time:11-09

What is the best way to distribute a value based on historical percentages. I am trying to distribute the value 5000 based on previous averages for the month

I have tried with averages but doesn't work as the sum does not add up to 100% i.e 5000

enter image description here

CodePudding user response:

To get correct average for Product 4 and Product 5 you should add 0% in empty cells. Then you will get right amount.

enter image description here

  • Related