I have exported sales data to work with that has order numbers in Column A and shipping costs in column H. Unfortunately the export includes the same shipping value on all lines of the order, despite just the one shipping charge being applied per order. For example:
Both Order #1094 and #1097 were only charged a single value of $22 shipping each. How can I get a sum of all the actual shipping charges in this range? The correct answer is 2 x $22 = $44.
Is there a way to sum column H where column A is unique?
Shopify to Xero.xlsm | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | |||
1 | Order # | Paid | Date | SKU | Quantity | Price | Currency | Shipping | ||
2 | #1094 | TRUE | 6/12/2023 | 1 | VER21DOCLD | 25 | AUD | 22 | ||
3 | #1094 | TRUE | 6/12/2023 | 1 | CAS17DOCLD | 35 | AUD | 22 | ||
4 | #1097 | TRUE | 13/12/2023 | 1 | TEM18DOCLD | 30 | AUD | 22 | ||
5 | #1097 | TRUE | 14/12/2023 | 1 | SOT19DOCLD | 40 | AUD | 22 | ||
6 | #1098 | TRUE | 15/12/2023 | 2 | VER21DOCLD | 25 | AUD | 22 | ||
MrExcel |
Both Order #1094 and #1097 were only charged a single value of $22 shipping each. How can I get a sum of all the actual shipping charges in this range? The correct answer is 2 x $22 = $44.
Is there a way to sum column H where column A is unique?