A | B | C | D | E | F | G | H | I | J | K | L | M | N | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | THIS IS A PREVIEW ONLY: Copying has been disabled & sharing is strictly disallowed. Purchase the editable Google Sheets CRM template here → | |||||||||||||
2 | README | |||||||||||||
3 | ||||||||||||||
4 | How-to use this template: | FIRST, create your own copy using File > Make a copy. | ||||||||||||
5 | ||||||||||||||
6 | One-time configuration: | For daily use: | Every quarter (3 months), you'll want to copy the Dashboard | |||||||||||
7 | 0. Click "Tools > Script Editor" | 1. Add new leads to "Prospects" tab | 1. Duplicate the Dashboard sheet | |||||||||||
8 | 1. Set Sheet ID | 2. Switch Status column to "Close" and click Refresh Data > Update New for new/closed deals (they will be copied to Customers tab) | 2. Rename "Copy Dashboard" to "QX, 20XX" | |||||||||||
9 | Copy the value that comes after "spreadsheets/d/" in your Google Sheets URL into line 1. | 3. Find and replace: check "in formulas", then replace the final date (ie. 2023-07-01 → 2023-10-01 | ||||||||||||
10 | 4. Find and replace: check "in formulas", then replace the start date (ie. 2023-04-01 → 2023-07-01 | |||||||||||||
11 | 2. (Optional) - Choose Gmail labels to auto-tag | |||||||||||||
12 | Add your label names & the corresponding status (Legend, Col A) as new "updateStatus(...)" lines to the function emailStatus() on line 15. (see the comments & examples) | Every year, you'll want to make a new Year dashboard: | ||||||||||||
13 | 1. Duplicate the previous year's sheet | |||||||||||||
14 | 3. (Optional) - Track hours with Toggl | 3. Find and replace: check "in formulas", then replace the start date (ie. 2023-01-01 → 2024-01-01 | ||||||||||||
15 | Copy your API key from the bottom of the Profile page in Toggl. | 4. Find and replace: check "in formulas", then replace the end date (ie. 2023-12-31 → 2024-12-31 | ||||||||||||
16 | Copy your workspace ID from the Projects page (it's the number that comes after "projects" in the URL ie. "12345678" from "track.toggl.com/projects/12345678/list") | |||||||||||||
17 | Use the GETTOGGL() function as seen in Customers!Q8:R9 |