Joyagoo Spreadsheet Step-by-Step Guide: From Zero to Tracking
12 min read · Updated May 2026
Building a <a href="/" class="text-emerald-700 hover:text-emerald-900 underline">joyagoo spreadsheet</a> from scratch sounds intimidating until you break it into small steps. This guide replaces guesswork with a repeatable system. Whether you are tracking three items or three hundred, the same logic applies. Follow each step in order and you will have a working tracker before your next coffee break.
What You Need Before Starting
Open a Google Sheets or Excel account. Either works perfectly. Create a new blank spreadsheet and name it something memorable like "Haul Tracker June 2026." You also need your agent login details, a rough exchange rate (check xe.com), and an estimate of how many items you plan to buy. Write your resale platform fees down too — Depop, Grailed, and eBay all charge different percentages.
Step 1: Build the Header Row
In row one, type these exact headers across columns A through K: Product Link, Product Name, Size, Color, Yuan Price, USD Price, Weight (g), Shipping Est, Agent Fee, Resale Price, Profit. Use bold formatting and a light gray fill so the header stands out. Freeze the top row so it stays visible as you scroll. This single row is the backbone of every joyagoo spreadsheet template ever built.
Step 2: Add the Exchange Rate Formula
Pick an empty cell near the top — say M2 — and label it "Exchange Rate." Enter the current CNY to USD rate, for example 0.139. In the USD Price column (F), enter this formula for every data row: =E2*$M$2. The dollar signs lock the reference so you can copy the formula down infinitely. When the rate changes tomorrow, update one cell and every price refreshes instantly.
Step 3: Calculate Shipping Automatically
Most agents charge per gram. Create a cell labeled "Rate per Gram" and enter your agent's price, typically $0.008 to $0.015. In the Shipping Est column (H), use =G2*$N$2 where N2 holds your gram rate. For packaging buffer, add an extra row at the bottom labeled "Box & Tape" and estimate 300g. Add this to your total weight so buyers never get surprised by overweight fees.
Step 4: Profit Formula
Profit is simpler than it looks. In column K, type =J2-(F2+H2+I2). That subtracts item cost, shipping estimate, and agent fee from your resale price. Drag the formula down. Any row showing red or negative numbers means you need a higher resale price or a cheaper item. Sort by the Profit column descending to see your best earners instantly.
Step 5: Status Tracking with Color
Add a "Status" column using data validation. Set the dropdown options to Pending, Ordered, In Warehouse, Shipped, Delivered, and Sold. Apply conditional formatting: yellow for Pending, orange for Ordered, blue for In Warehouse, green for Delivered, and gray for Sold. One glance at your sheet tells you exactly where every item lives without reading a single word.
Method Comparison for Setup
Common Setup Mistakes
The biggest mistake is forgetting agent fees. Some agents charge per item, others by weight, and some have flat service charges. Ask your agent for a fee breakdown before you start. Another error is using yesterday's exchange rate. CNY moves daily; outdated rates throw every profit calculation off by dollars per item. Finally, never delete rows. Mark them Sold or Cancelled instead. Deleted rows break formula ranges permanently.
| Setup Method | Time | Accuracy | Scalability | Best For |
|---|---|---|---|---|
| Build from scratch | 30-45 min | High | Unlimited | Power users |
| Use our template | 5-10 min | High | Unlimited | Beginners |
| Copy old sheet | 10 min | Medium | Limited | Repeat buyers |
| Notes app | 2 min | Low | None | Single item test |
Related Resources
Explore more guides to master your workflow. Read our joyagoo spreadsheet guide for the full picture. Download free joyagoo spreadsheet templates to save time. And check our safety guide to protect your data.
Frequently Asked Questions
Do I need to know formulas?
No. Our templates include every formula pre-loaded. You only fill in yellow cells.
Can I add custom columns?
Absolutely. Insert columns anywhere. If you place them between existing formula columns, the math still works.
What if my agent charges flat fees?
Replace the per-gram shipping formula with a fixed number in the Agent Fee column. The profit formula still works fine.
Should I use Google Sheets or Excel?
Google Sheets wins for mobile editing and sharing. Excel wins for offline work and complex macros. Most resellers choose Sheets.
How do I share with group buy partners?
Share a view-only link. Partners see prices and status but cannot edit formulas or delete rows.