Hi,
I'm trying to create a cost spreadsheet "tool". I've found some other solutions, but the Qty was always fixed and that is not the case for me. For example if an order has a bundle of 198 widgets that is sold for $72.40. I need to list the cost for each widget and if I simply divide the cost of $72.40 by 198, I get $0.37 each due to rounding. The preferred outcome is to have Qty 86 at $0.36 and Qty 112 at $0.37. Obviously if I didn't need to do this on a large number of items I'd just do it manually, but this is a regular issue I'm trying to solve with a formula.
I'd like to be able to enter the Cost in A1 and the Qty in A2 with a formula as needed. The widget cost and quantity are variable in each instance that I need this for. Ideally I'd like only two individual widget costs, but if a third would be needed to avoid rounding issues, that too would be acceptable.
I'm trying to create a cost spreadsheet "tool". I've found some other solutions, but the Qty was always fixed and that is not the case for me. For example if an order has a bundle of 198 widgets that is sold for $72.40. I need to list the cost for each widget and if I simply divide the cost of $72.40 by 198, I get $0.37 each due to rounding. The preferred outcome is to have Qty 86 at $0.36 and Qty 112 at $0.37. Obviously if I didn't need to do this on a large number of items I'd just do it manually, but this is a regular issue I'm trying to solve with a formula.
I'd like to be able to enter the Cost in A1 and the Qty in A2 with a formula as needed. The widget cost and quantity are variable in each instance that I need this for. Ideally I'd like only two individual widget costs, but if a third would be needed to avoid rounding issues, that too would be acceptable.