Subdivision Profit Calculator Formula
Understand the math behind the subdivision profit calculator. Each variable explained with a worked example.
Formulas Used
Net Profit
profit = net_profitProfit Margin
profit_margin = gross_revenue > 0 ? (net_profit / gross_revenue) * 100 : 0Return on Investment
roi = total_dev_cost > 0 ? (net_profit / total_dev_cost) * 100 : 0Total Gross Revenue
total_revenue = gross_revenueTotal All-In Costs
total_all_costs = total_costsLots Per Month
absorption_rate = lots_per_monthVariables
| Variable | Description | Default |
|---|---|---|
total_dev_cost | Total Development Cost(USD) | 1500000 |
num_lots | Number of Finished Lots | 25 |
avg_lot_sale_price | Average Lot Sale Price(USD) | 85000 |
selling_cost_pct | Selling Costs (% of revenue)(%) | 6 |
absorption_months | Expected Absorption (months) | 24 |
monthly_carry_cost | Monthly Carry Cost(USD) | 8000 |
gross_revenue | Derived value= num_lots * avg_lot_sale_price | calculated |
selling_costs | Derived value= gross_revenue * selling_cost_pct / 100 | calculated |
carry_costs | Derived value= absorption_months * monthly_carry_cost | calculated |
total_costs | Derived value= total_dev_cost + selling_costs + carry_costs | calculated |
net_profit | Derived value= gross_revenue - total_costs | calculated |
lots_per_month | Derived value= absorption_months > 0 ? num_lots / absorption_months : 0 | calculated |
How It Works
Subdivision Profit Analysis
Subdivision development involves purchasing raw land, improving it with infrastructure, and selling individual lots to builders or homebuyers.
Formula
Net Profit = Gross Revenue - Development Cost - Selling Costs - Carry Costs
Absorption Rate
The absorption rate (lots sold per month) is critical because it determines how long your capital is tied up and how much you spend on carrying costs. A faster absorption means:
Target Returns
Phasing Strategy
Larger subdivisions are often developed in phases to reduce risk and capital requirements. Revenue from early phases helps fund later phases.
Worked Example
$1,500,000 total development cost, 25 lots at $85,000 each, 6% selling costs, 24-month absorption, $8,000/month carry costs.
- 01Gross revenue: 25 x $85,000 = $2,125,000
- 02Selling costs: $2,125,000 x 6% = $127,500
- 03Carry costs: 24 x $8,000 = $192,000
- 04Total costs: $1,500,000 + $127,500 + $192,000 = $1,819,500
- 05Net profit: $2,125,000 - $1,819,500 = $305,500
- 06Profit margin: $305,500 / $2,125,000 = 14.4%
- 07ROI: $305,500 / $1,500,000 = 20.4%
- 08Absorption rate: 25 / 24 = 1.04 lots/month
Ready to run the numbers?
Open Subdivision Profit Calculator