Use Google Sheets AI to Track Orders and Income Across AMC Portals
What This Does
When you're on 5–10 AMC panels, knowing which AMCs actually pay well, how many orders you're turning per week, and whether you're on track for your monthly income goal requires tracking that most appraisers don't do. This Google Sheets setup uses AI-assisted formulas to give you a live business dashboard — built in 15 minutes.
Before You Start
- You have a Google account
- You work on multiple AMC panels or handle private orders
- You want to understand your business performance better (most appraisers don't — this is a competitive advantage)
Steps
1. Create the Orders sheet
Open a new Google Sheet. Name the first tab "Orders." Set up these column headers in Row 1:
A: Order Date | B: AMC/Client | C: Property Address | D: Property Type | E: Fee | F: Due Date | G: Submitted Date | H: Status | I: Days to Complete | J: Month
2. Use AI to create the Days to Complete formula
Click cell I2. Type = and then click G2 (submitted date). Type - then click A2 (order date). Google Sheets will suggest the correct date subtraction formula. Accept it, then Smart Fill down the column.
What you should see: Each completed order shows how many calendar days elapsed from order to submission.
3. Add a Month formula for reporting
Click J2. Start typing =TEXT(A2,"YYYY-MM") — Google Sheets will suggest the complete formula. This lets you group orders by month for reporting.
Smart Fill down the column. Now every order row automatically shows which month it belongs to.
4. Set up a Status dropdown
Select column H (Status). Go to Data → Data validation. Add a dropdown list with these values: Pending, Inspected, In Progress, Submitted, Revision, Completed, Declined.
Now you can track where every order is with a single click instead of remembering.
5. Create a Dashboard tab
Click the "+" at the bottom to add a new sheet tab. Name it "Dashboard."
In this sheet, build summary formulas using COUNTIF and SUMIF:
- Total orders this month:
=COUNTIF(Orders!J:J, TEXT(TODAY(),"YYYY-MM")) - Revenue this month:
=SUMIF(Orders!J:J, TEXT(TODAY(),"YYYY-MM"), Orders!E:E) - Orders per AMC: Use
=COUNTIF(Orders!B:B,"[AMC Name]")for each AMC
For the per-AMC revenue, type =SUMIF(Orders!B:B,"[AMC Name]",Orders!E:E) — Google Sheets will suggest completions as you type.
6. Highlight overdue orders
Back in the Orders sheet, select column F (Due Date). Go to Format → Conditional Formatting. Set rule: "Date is before today" and status is not "Submitted" or "Completed" — highlight in red. Now late orders jump out immediately.
Real Example
Scenario: You've been on 7 AMC panels for 2 years but don't know which ones actually pay well after accounting for complexity and travel.
What you discover after 30 days of tracking: AMC #3 sends you 12 orders per month at $375 average — but your average completion time is 6.2 days because their properties are complex. AMC #6 sends 8 orders at $425 average with 4.8-day average completion. AMC #6 is actually paying you more per hour of work despite lower volume.
Decision: You prioritize AMC #6 orders and start declining AMC #3's more complex orders.
Tips
- Fill in the sheet daily at end of day — it takes 2 minutes per order and builds a business intelligence asset you'll use for years.
- At year end, this sheet generates your Schedule C data automatically: total revenue, orders per property type, business activity proof.
- Sort by "Days to Complete" after 90 days to identify which property types consistently run over your estimated time.
Tool interfaces change — if a button has moved, look for similar AI/magic/smart options in the same menu area.