Quick Start: Create Live Copy of Wholesale Data
Step 1: Create Live Copy Sheet
-
Create new sheet (adjacent to RAW sheet)
- Click ”+” button or right-click sheet tab → Insert sheet
- Rename to:
Wholesale Customers Data - Formatted
-
Copy headers from RAW sheet:
- Go to RAW sheet
- Select row 1 (headers)
- Copy (Ctrl+C or Cmd+C)
- Go back to formatted sheet
- Paste in row 1 (Ctrl+V or Cmd+V)
- OR manually type the headers if you want to customize them
-
In cell A2, paste this formula:
={'Wholesale Customers Data - Daily Updates RAW'!A2:AP}This creates a live link to the data (starting from row 2, excluding headers) that automatically updates when RAW data changes.
Note: The formula starts at row 2 (A2:AP) to exclude the header row, since we’ve manually copied the headers to row 1.
- Add filters:
- Select row 1 (header row)
- Data → Create a filter
Step 2: Apply Formatting
Currency Columns (Whole Dollars)
Columns: TOTAL_REVENUE (P), TOTAL_TAX (Q), AVERAGE_ORDER_VALUE (R)
- Select the entire column(s)
- Format → Number → Custom number format
- Enter:
$#,##0
Date Columns
Columns: FIRST_ORDER_DATE (S), LAST_ORDER_DATE (T), FIRST_WHOLESALE_ORDER_DATE (U), CUSTOMER_CREATED_AT (Z), APPLICATION_SUBMISSION_DATE (AI), APPLICATION_ONBOARD_DATE (AJ), APPLICATION_AGREEMENT_SENT (AK), APPLICATION_AGREEMENT_SIGNED (AL)
- Select the entire column(s)
- Format → Number → Date
- Choose:
MM/DD/YYYYor Custom →MM/DD/YYYY
Number Columns (Integers)
Columns: TOTAL_ORDERS (O), DAYS_SINCE_LAST_ORDER (V), CUSTOMER_LIFETIME_DAYS_SINCE_CREATION (X), CUSTOMER_LIFETIME_DAYS_SINCE_FIRST_ORDER (Y)
- Select the entire column(s)
- Format → Number → Custom number format
- Enter:
#,##0
Step 3: Freeze & Organize
-
Freeze header row:
- Select row 2
- View → Freeze → 1 row
-
Freeze key columns:
- Select column E (or column after COMPANY_NAME)
- View → Freeze → 3-5 columns (Company Name, Contact Name, Email, Segment)
Step 4: Conditional Formatting
Status Column (W - PARTNER_STATUS)
- Select column W
- Format → Conditional formatting
- Add rules:
- Text contains “Active” → Background: Green (
#D9EAD3) - Text contains “Churned” → Background: Red (
#F4CCCC) - Text contains “REMOVE” → Background: Gray (
#D9D9D9)
- Text contains “Active” → Background: Green (
Days Since Last Order (V - DAYS_SINCE_LAST_ORDER)
- Select column V
- Format → Conditional formatting
- Add rules:
- Less than 90 → Background: Green (
#D9EAD3) - Between 90 and 180 → Background: Yellow (
#FFF2CC) - Greater than 180 → Background: Red (
#F4CCCC)
- Less than 90 → Background: Green (
Revenue Tiers (P - TOTAL_REVENUE)
- Select column P
- Format → Conditional formatting
- Add rules:
- Greater than 10000 → Text: Bold, Blue (
#1155CC) - Less than 1000 → Text: Light gray (
#999999)
- Greater than 10000 → Text: Bold, Blue (
Quick Format Reference
| Data Type | Format Code | Columns |
|---|---|---|
| Currency (whole $) | $#,##0 | P, Q, R |
| Dates | MM/DD/YYYY | S, T, U, Z, AI, AJ, AK, AL |
| Integers | #,##0 | O, V, X, Y |
That’s It!
Your formatted sheet will now:
- ✅ Automatically update when RAW data refreshes
- ✅ Have proper formatting (currency, dates, numbers)
- ✅ Be filterable on all columns
- ✅ Have frozen headers and key columns
- ✅ Show visual indicators (conditional formatting)
You can now apply any additional formatting without affecting the source RAW sheet.