Please remember to follow all forum rules: Cross-posting
Hi Guys,
I need help with a formula. I want to dynamically sum the lowest N values. In the below data, how can i find the sum of the lowest costing 9 item units?
Additionally, is there a way to list these lowest costing 9 units dynamically in a new table in the same format with the # of units specified?
I need help with a formula. I want to dynamically sum the lowest N values. In the below data, how can i find the sum of the lowest costing 9 item units?
Additionally, is there a way to list these lowest costing 9 units dynamically in a new table in the same format with the # of units specified?
Item | # of Units | Cost per Unit | Total Item Cost |
A | 10 | 100 | 1000 |
B | 4 | 11 | 44 |
C | 2 | 22 | 44 |
D | 6 | 33 | 198 |
E | 1 | 22 | 22 |