Distribution

A

AK

How do I calculate a distribution of values over a set period of time based
on another set period of time?

I have a list of 100 records with periods 1-100 and percentages 0% - 100%.

If I have another list with 125 periods, how do I distribute the percentages
from the 100 period list to this list?

Thanks,
 
L

Luke M

You might want to take a look at XL's solver add-in. You can setup criteria
that need to be met, and then tell XL which cells it can change to try and
meet your criteria. Then sit back and let the computer do the work! A 'quick'
rundown of your formulas would be something like:

=SUM(B2:B126)
=COUNTIF(B2:B126,"<="&0)
=COUNTIF(

Then tell the solver to make the first formula = 100%, the second formula =
0, and that it can do this by changing cells B2:B126.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top