Hi - I could use some advice on how to accomplish dividing up the total shipping cost between the quantity of items then divide per line item. This of course would only apply when an invoice contains multiple items. Column G is where I need the output.
The sample below contains the cells required for calculation. You will notice A3 (Invoice 12-001) is only one line item, thus no calculation for column G is needed. However, any time there is an invoice with multiple records, (i.e. A4-A6, A7-A8.) a shipping split will need calculated. So, I am thinking:
1.) step one is establishing whether or not there are multiple line items (column A), If not (example A3) enter the value of F4
2.) Sum the qty per invoice (example invoice 12-345 would be 37)
3.) divide column D by the sum totaled from step 2 (example D4/37 = 0.54)
4.) Multiply 0.54 by total shipping amount (example $12.50 = $6.76)
SAMPLE.jpg
Any suggestions?
Bookmarks