Cloud-based calculator you can customize, share, and collaborate on
Compare System 1 vs System 2 • Track Wildcard Usage • Generate Reports
Option 1: Copy our pre-built template (recommended for most users)
📋 Copy Template to Your Google DriveOption 2: Build your own using our step-by-step instructions below
📖 View InstructionsA | B | C | D | E | F | G |
1 | California Bankruptcy Exemption Calculator | |||||
2 | County Type: | High-Cost | Homestead Limit: | =$722,507 | ||
3 | ||||||
4 | Asset Category | Your Value | System 1 Protection | System 2 Protection | Better System | Difference |
5 | Home Equity | $500,000 | =MIN(C5,E$2) | =MIN(C5,36750)+Wildcard | =IF(D5>E5,"System 1","System 2") | =ABS(D5-E5) |
6 | Primary Vehicle | $25,000 | =MIN(C6,8625) | =MIN(C6,8625) | =IF(D6>E6,"System 1","System 2") | =ABS(D6-E6) |
7 | Work Tools | $15,000 | =MIN(C7,10950) | =MIN(C7,10950) | =IF(D7>E7,"System 1","System 2") | =ABS(D7-E7) |
8 | Bank Accounts | $12,000 | =MIN(C8,2170) | =Wildcard_Allocation | =IF(D8>E8,"System 1","System 2") | =ABS(D8-E8) |
15 | TOTAL PROTECTION | =SUM(C5:C14) | =SUM(D514) | =SUM(E5:E14) | =IF(D15>E15,"System 1","System 2") | =ABS(D15-E15) |
1. Go to sheets.google.com
2. Click "+ Blank" to create a new spreadsheet
3. Rename it to "California Bankruptcy Exemption Calculator"
Cell A1: "California Bankruptcy Exemption Calculator"
Cell A2: "County Type:"
Cell B2: Create dropdown with: High-Cost, Medium-Cost, Low-Cost
Cell D2: "Homestead Limit:"
Cell E2: Formula: =IF(B2="High-Cost",722507,IF(B2="Medium-Cost",541880,361076))
1. Select cell B2
2. Go to Data → Data validation
3. Criteria: List of items
4. Enter: High-Cost, Medium-Cost, Low-Cost
5. Check "Show dropdown list in cell"
Row 4 Headers:
Asset Categories (Column A, Rows 5-14):
The System 2 wildcard exemption is complex because it dynamically allocates protection. We'll create a separate calculation area:
Wildcard Calculation Area (Rows 17-25):
Note: The wildcard allocation requires complex logic. For a simplified version, you can use a manual allocation approach where users specify how to distribute the wildcard amount.
Highlight better protection:
• System 1 wins: Green background
• System 2 wins: Blue background
• Equal protection: Yellow background
Setup: Format → Conditional formatting → Custom formula
Add these charts:
• Pie chart of asset distribution
• Bar chart comparing total protection
• Gauge chart showing protection percentage
Create: Insert → Chart → Choose type
Protect against errors:
• Asset values must be positive numbers
• County dropdown with valid options
• Warning for unrealistic values
Setup: Data → Data validation → Number range
Add helpful context:
• Cell comments explaining calculations
• Separate "Instructions" sheet
• Glossary of bankruptcy terms
Add: Right-click cell → Insert note
Multiple scenario support:
• Create sheets for different situations
• "What-if" analysis with varying values
• Compare before/after strategic changes
Create: Right-click sheet tab → Duplicate
Generate summaries:
• Email reports via Google Apps Script
• PDF export of results
• Scheduled calculation updates
Setup: Extensions → Apps Script
This template is for educational purposes only. Bankruptcy law is complex, and this calculator provides simplified estimates. Always consult with a qualified bankruptcy attorney before making legal decisions.