PFE Calculation Excel Tool
Calculate Potential Field Estimates (PFE) with precision. Enter your data below to generate detailed results and visualizations.
Comprehensive Guide to PFE Calculation in Excel
Potential Field Estimates (PFE) are critical calculations in the oil and gas industry, used to determine the potential volume of hydrocarbons in a reservoir. This guide provides a detailed walkthrough of how to perform PFE calculations using Excel, including the key formulas, industry standards, and best practices.
Understanding PFE Fundamentals
The PFE calculation is based on several geological and engineering parameters that define the reservoir’s potential. The core formula used in the industry is:
Recoverable Hydrocarbons = (Area × Net Pay Thickness × Porosity × Hydrocarbon Saturation × Recovery Factor) / Formation Volume Factor
Where:
- Area (A): The surface area of the reservoir in acres
- Net Pay Thickness (h): The thickness of the productive zone in feet
- Porosity (φ): The percentage of pore space in the rock (typically 15-30%)
- Hydrocarbon Saturation (Sh): The fraction of pore space filled with hydrocarbons (typically 60-80%)
- Recovery Factor (RF): The fraction of hydrocarbons that can be economically recovered (typically 10-60%)
- Formation Volume Factor (B): Accounts for volume changes between reservoir and surface conditions
Step-by-Step PFE Calculation in Excel
-
Set Up Your Worksheet
Create a new Excel worksheet and label cells for each parameter:
- A1: “Area (acres)”
- B1: “Net Pay Thickness (ft)”
- C1: “Porosity (%)”
- D1: “Hydrocarbon Saturation (%)”
- E1: “Recovery Factor (%)”
- F1: “Formation Volume Factor”
-
Enter Default Values
Populate the cells with typical industry values:
- A2: 640 (standard section size)
- B2: 50 (average net pay)
- C2: 0.20 (20% porosity)
- D2: 0.75 (75% saturation)
- E2: 0.30 (30% recovery)
- F2: 1.2 (typical for oil)
-
Create Calculation Cells
Add these formulas in new cells:
- G1: “Gross Rock Volume (ft³)”
- G2:
=A2*B2*43560(converts acres-ft to ft³) - H1: “Pore Volume (ft³)”
- H2:
=G2*C2 - I1: “Hydrocarbon Volume (ft³)”
- I2:
=H2*D2 - J1: “Recoverable Hydrocarbons (bbl)”
- J2:
=I2*E2/F2/5.615(converts to barrels)
-
Add Data Validation
Implement validation rules to ensure realistic inputs:
- Porosity: 0.05 to 0.40
- Saturation: 0.40 to 0.95
- Recovery Factor: 0.10 to 0.60
-
Create Sensitivity Analysis
Build a data table to show how changes in key parameters affect results:
- Create a column with recovery factors from 10% to 50%
- Create a row with porosity values from 10% to 30%
- Use Excel’s Data Table feature with J2 as the input cell
Industry Standards and Benchmarks
The following table shows typical ranges for key PFE parameters across different reservoir types:
| Parameter | Conventional Oil | Unconventional Oil | Natural Gas | Coalbed Methane |
|---|---|---|---|---|
| Porosity Range | 15-30% | 5-15% | 10-25% | 2-10% |
| Recovery Factor | 30-60% | 5-15% | 50-80% | 40-60% |
| Formation Volume Factor | 1.1-1.3 | 1.05-1.2 | 0.005-0.02 | 0.004-0.015 |
| Typical Net Pay (ft) | 20-100 | 50-300 | 30-200 | 5-50 |
Advanced Excel Techniques for PFE
For more sophisticated analysis, consider implementing these advanced Excel features:
-
Monte Carlo Simulation
Use Excel’s random number generation with Data Tables to run thousands of scenarios with variable inputs. This provides probabilistic distributions rather than single-point estimates.
-
Conditional Formatting
Apply color scales to quickly identify:
- Green: High potential (top 20% of results)
- Yellow: Medium potential
- Red: Low potential (bottom 20%)
-
Dynamic Charts
Create interactive charts that update when inputs change:
- Tornado charts to show parameter sensitivity
- Probability distribution curves
- Cumulative probability plots
-
Macro Automation
Record macros to automate repetitive tasks like:
- Generating multiple scenarios
- Creating standardized reports
- Exporting results to PowerPoint
Common Pitfalls and How to Avoid Them
Avoid these frequent mistakes in PFE calculations:
-
Unit Inconsistencies
Always verify that all measurements use consistent units. A common error is mixing acres with square meters or feet with meters. Use conversion factors explicitly in your formulas.
-
Overoptimistic Recovery Factors
Many estimates fail by using recovery factors that are too high for the reservoir type. Consult analogous fields for realistic benchmarks.
-
Ignoring Uncertainty
Single-point estimates don’t capture the range of possible outcomes. Always perform sensitivity analysis and consider P10/P50/P90 cases (probabilistic estimates).
-
Neglecting Economic Constraints
PFE calculations should incorporate current oil prices, operating costs, and capital expenditures to determine economic viability.
-
Poor Data Quality
Garbage in, garbage out. Validate all input data against well logs, core samples, and production tests before using in calculations.
Comparing PFE Methods
The following table compares different PFE calculation approaches:
| Method | Accuracy | Data Requirements | Best For | Excel Implementation |
|---|---|---|---|---|
| Volumetric | Low-Medium | Basic reservoir parameters | Early-stage evaluation | Simple formulas |
| Material Balance | Medium-High | Production history | Developed fields | Solver add-in required |
| Decline Curve | Medium | Production data | Mature fields | Trendline functions |
| Numerical Simulation | Very High | Detailed reservoir data | Complex reservoirs | Not practical in Excel |
| Analog Comparison | Low-Medium | Analog field data | Frontier basins | Lookup functions |
Excel Template for PFE Calculation
To create a professional PFE calculation template in Excel:
-
Input Section
- Color-code input cells (light blue)
- Add data validation dropdowns for categorical inputs
- Include unit labels in adjacent cells
-
Calculation Section
- Use named ranges for key parameters
- Separate intermediate calculations from final results
- Add error checking with IFERROR functions
-
Results Section
- Highlight key results in dark blue
- Add conditional formatting for outliers
- Include both volumetric and economic results
-
Documentation
- Add a “Notes” sheet explaining all assumptions
- Include source references for default values
- Version control with date stamps
Integrating PFE with Economic Models
To make PFE calculations more valuable, connect them to economic models:
-
NPV Calculation
Add these components:
- Capital expenditures (CAPEX)
- Operating expenses (OPEX) per barrel
- Oil price forecast (use data tables for sensitivity)
- Discount rate (typically 10-15%)
-
Break-even Analysis
Calculate the minimum oil price required for:
- Positive NPV
- 20% IRR
- 3-year payback
-
Fiscal Terms
Incorporate:
- Royalty rates
- Tax regimes
- Production sharing agreements
Best Practices for PFE Reporting
When presenting PFE results:
-
Be Transparent
Clearly state all assumptions and data sources. Use footnotes to explain non-standard parameters.
-
Show Ranges
Always present P10/P50/P90 cases rather than single numbers to communicate uncertainty.
-
Visualize Results
Use:
- Tornado charts for sensitivity
- Probability distributions for ranges
- Maps to show spatial distribution
-
Contextualize
Compare results to:
- Industry benchmarks
- Analogous fields
- Company portfolio averages
-
Document Changes
Maintain an audit trail of:
- Input data revisions
- Methodology changes
- Assumption updates
Future Trends in PFE Calculation
The field of resource estimation is evolving with these technologies:
-
Machine Learning
Algorithms can identify patterns in production data to improve recovery factor estimates.
-
3D Modeling
Advanced geological modeling software integrates with Excel for more accurate volume calculations.
-
Real-time Data
IoT sensors provide continuous updates to reservoir parameters during production.
-
Blockchain
Emerging applications in securing and verifying estimation data across stakeholders.
While Excel remains the industry standard for PFE calculations due to its flexibility and ubiquity, these advanced technologies are increasingly being integrated through Excel add-ins and data connections.