I am going to explain this as best as I can:
We have a number of list items, that dynamically changes (sometimes it has 5 items sometimes it has 7 items or 43 items, etc.) We are trying to find a relevant prioritypercentage to assign to each list item (starting from bottom to top) but cannot figure out a formula to do so based on the number of items.
For example (percentages are COMPLETE guesses):
Is there a formula that will take a number and distribute 100 points exponentially or any other way as shown below?
A list item with 2 items:
- List item 1 (75%)
- List item 2 (25%)
A list item with 3 items:
- List item 1 (50%)
- List item 2 (30%)
- List item 3 (20%)