Here's what I want to do. I have a field that lists percentages for the fees my company wants to add to a contract. Admin fee 10%, Late fee 5%, etc. If I were to stack these fees, I want to have a field that returns the sum of each percentage multiplied by the contract subtotal field. Is there any way to do this?
Like: SUM ( (10% x $800), (5% x $800) ) but where it could recognize the array and do the math for each percentage.