Step 1: Set Up Your Data Columns
Create columns for the following data points (adjust currency to your needs):
| Column | Description |
|---|---|
| A: Item Name | Product description |
| B: Unit Price (USD) | Cost per item from the seller |
| C: Quantity | Number of units purchased |
| D: Item Subtotal | Formula: =B2*C2 |
| E: Domestic Freight (USD) | Shipping from seller to LitBuy warehouse |
| F: International Shipping (USD) | Cost from warehouse to your country |
| G: Total Item Cost | Formula: =D2+E2+F2 |