Complete step-by-step instructions to build all 5 tabs of your Google Sheet — including exact formulas, dropdown values, and formatting rules. No scripting required.
Right-click on the default Sheet1 tab at the bottom → Rename → type:
🏠 Pipeline / LeadsClick cell A1 and type each header below, pressing Tab to move right:
| Cell | Header Text |
|---|---|
| A1 | Lead Name |
| B1 | Source |
| C1 | Status |
| D1 | Phone |
| E1 | |
| F1 | First Contact Date |
| G1 | Follow-Up Date |
| H1 | Notes |
Click cell I1 → type: Active Leads:
Click cell J1 → paste this formula:
=COUNTIFS(C3:C22,"<>Dead",C3:C22,"<>Closed",C3:C22,"<>")Zillow,Referral,Open House,Cold Call,OtherNew,Contacted,Touring,Offer,Closed,Dead| When Status is exactly… | Background Color | Hex |
|---|---|---|
| Closed | Green | #34A853 |
| Dead | Red | #EA4335 |
| Offer | Orange | #FF6D00 |
| Touring | Light Blue | #4FC3F7 |
| Contacted | Yellow | #FDD835 |
| New | Light Gray | #E8EAED |
View → Freeze → 1 row
Click the + at the bottom → rename to:
💰 Commission Tracker| Cell | Type | Content |
|---|---|---|
| A1 | Label | COMMISSION SUMMARY |
| C1 | Label | Total Pending: |
| D1 | Formula | =SUMIF(H4:H23,"Pending",E4:E23) |
| F1 | Label | Total Received: |
| G1 | Formula | =SUMIF(H4:H23,"Received",E4:E23) |
Format D1 and G1 as Currency: Format → Number → Currency
| Cell | Header |
|---|---|
| A3 | Client Name |
| B3 | Property Address |
| C3 | Sale Price ($) |
| D3 | Commission % |
| E3 | Commission Amount |
| F3 | Expected Close Date |
| G3 | Actual Close Date |
| H3 | Status |
| I3 | Notes |
Click E4 and enter:
=IF(AND(C4<>"",D4<>""),C4*D4,"")Then copy down to E5:E23: select E4 → Ctrl+C → select E5:E23 → Ctrl+V
Pending,Received,LostSelect H4:H23 → Format → Conditional formatting
| When Status is exactly… | Background Color | Hex |
|---|---|---|
| Received | Green | #34A853 |
| Lost | Red | #EA4335 |
| Pending | Yellow | #FDD835 |
Click + → rename to:
📊 Income & Goals| Cell | Content |
|---|---|
| A1 | INCOME & GOALS DASHBOARD ← (merge A1:F1, bold, large font) |
| A3 | Annual Income Goal: |
| B3 | 50000 ← user replaces with their actual goal |
Format B3 as Currency: Format → Number → Currency
| Row | Label (col A) | Formula (col B) |
|---|---|---|
| 5 | YTD Income Received: | =SUMIF('💰 Commission Tracker'!H4:H23,"Received",'💰 Commission Tracker'!E4:E23) |
| 6 | % of Goal Achieved: | =IF(B3>0,B5/B3,0) |
| 7 | Deals Closed: | =COUNTIF('💰 Commission Tracker'!H4:H23,"Received") |
| 8 | Deals Pending: | =COUNTIF('💰 Commission Tracker'!H4:H23,"Pending") |
| 9 | Total Pipeline Value: | =SUMIF('💰 Commission Tracker'!H4:H23,"Pending",'💰 Commission Tracker'!E4:E23) |
| Cell | Content |
|---|---|
| A11 | Month |
| B11 | Income Received ($) |
| C11 | Deals Closed |
Bold and style row 11 as a header (dark background, light text).
| Cell | Month |
|---|---|
| A12 | January |
| A13 | February |
| A14 | March |
| A15 | April |
| A16 | May |
| A17 | June |
| A18 | July |
| A19 | August |
| A20 | September |
| A21 | October |
| A22 | November |
| A23 | December |
Click B12 and enter this formula for January:
=SUMPRODUCT(
('💰 Commission Tracker'!H4:H23="Received")*
(MONTH('💰 Commission Tracker'!G4:G23)=1)*
(YEAR('💰 Commission Tracker'!G4:G23)=YEAR(TODAY()))*
'💰 Commission Tracker'!E4:E23
)Copy B12 to B13:B23, then change the month number in each row:
| Row | Month | Change =1 to… |
|---|---|---|
| B13 | February | =2 |
| B14 | March | =3 |
| B15 | April | =4 |
| B16 | May | =5 |
| B17 | June | =6 |
| B18 | July | =7 |
| B19 | August | =8 |
| B20 | September | =9 |
| B21 | October | =10 |
| B22 | November | =11 |
| B23 | December | =12 |
Click C12 and enter this formula for January:
=SUMPRODUCT(
('💰 Commission Tracker'!H4:H23="Received")*
(MONTH('💰 Commission Tracker'!G4:G23)=1)*
(YEAR('💰 Commission Tracker'!G4:G23)=YEAR(TODAY()))
)Copy C12 to C13:C23 and change =1 to the appropriate month number (same pattern as column B above).
Click + → rename to:
👥 Client CRM| Cell | Type | Content |
|---|---|---|
| A1 | Label | New: |
| B1 | Formula | =COUNTIF(F3:F22,"New") |
| C1 | Label | Active: |
| D1 | Formula | =COUNTIF(F3:F22,"Active") |
| E1 | Label | Closed: |
| F1 | Formula | =COUNTIF(F3:F22,"Closed") |
| G1 | Label | Referral Source: |
| H1 | Formula | =COUNTIF(F3:F22,"Referral Source") |
| Cell | Header |
|---|---|
| A2 | Client Name |
| B2 | Phone |
| C2 | |
| D2 | Property / Deal Linked |
| E2 | Last Contact Date |
| F2 | Relationship Stage |
| G2 | Notes |
New,Active,Closed,Referral SourceSelect F3:F22 → Format → Conditional formatting
| Stage | Background Color | Hex |
|---|---|---|
| Active | Green | #34A853 |
| Closed | Blue | #4285F4 |
| Referral Source | Gold/Amber | #F4B400 |
| New | Light Gray | #E8EAED |
Click + → rename to:
📋 InstructionsSelect A1:G1 → Format → Merge cells → Merge all
Type:
REAL ESTATE AGENT COMMAND CENTER — USER GUIDEStyle: Bold, font size 14, dark background, gold/cream text
| Cell A | Cell B |
|---|---|
| HOW TO MAKE YOUR OWN COPY ← bold | |
| Step 1: | Click File in the top menu |
| Step 2: | Select "Make a copy" |
| Step 3: | Rename the file and choose your Google Drive folder |
| Step 4: | Click OK — the copy is yours to edit freely |
| Cell A (Tab) | Cell B (Description) |
|---|---|
| TAB OVERVIEW ← bold | |
| 🏠 Pipeline / Leads | Track every lead from first contact to closed deal. Dropdowns update Source and Status. Active Leads counter updates automatically. |
| 💰 Commission Tracker | Log deals with sale price and commission %. Commission Amount calculates automatically. Header shows total Pending and Received. |
| 📊 Income & Goals | Set your annual goal in B3. YTD income, % of goal, and monthly breakdown all pull from Commission Tracker automatically. |
| 👥 Client CRM | Permanent record of every client. Track stage, last contact, and linked deals. Stage counts update live in the header. |
| 📋 Instructions | This tab — your reference guide. |
Continue below the tab overview, adding these sections (bold each section title):