Note: In order to use the spreadsheet examples, you need to download Business Functions | ||||||||
Disperse (Tot, iStart, iFinish) | ||||||||
Disperse an integer amount as equally as possible throughout an array | ||||||||
Key Points | ||||||||
The function will attempt to disperse the Total amount as evenly as possible throughout a range. The purpose of iStart and IFinish is to allow you deteremine where in the results range you want the dispersal to occur. For example, you might want a series of zeros, followed by the section where the amount is dispersed over. That section would start at the entry number iStart and finish at iFinish, and prior to iStart it would be a set of zeros. Dispersal means giving rise to result sequences such as {0,0,1,0,0,1} or {3,3,3,4,3,3,3,4} | ||||||||
ExampleDisperse.xls |