Overview A growing, capital-intensive organization is seeking a Manager of Financial Planning & Analysis (FP&A) to lead financial planning, budgeting, and performance analytics. This role partners closely with senior leadership and operations teams to deliver insights that drive profitability, optimize capital deployment, and enhance operational performance in a project-based environment. Key Responsibilities
Lead annual budgeting, forecasting, and long-range planning processes
Build financial models to evaluate project profitability, asset utilization, capital investments, and acquisitions
Analyze revenue drivers, margins, cost structures, and working capital trends
Serve as a strategic finance partner to operational and leadership teams
Support pricing strategies, contract structuring, and project bid reviews
Evaluate ROI for capital expenditures, asset expansion, and maintenance initiatives
Develop KPIs, dashboards, and financial reporting across all levels of the organization
Monitor performance against plan and identify financial risks and opportunities
Lead variance analysis and deliver actionable, data-driven recommendations Other Responsibilities
Enhance FP&A processes, reporting tools, and financial systems (ERP, BI platforms)
Standardize reporting and improve data quality and accessibility
Drive automation and workflow efficiency
Coach operational teams to improve financial literacy and business performance
Develop training tools and resources to enhance understanding of financial metrics and analytics Qualifications
Bachelor's degree in Finance, Accounting, Economics, or related field
10+ years of progressive finance experience, including 5+ years in FP&A
Advanced financial modeling, forecasting, and analytical capabilities
Experience in capital-intensive or project-based industries (construction, industrial services, transportation, energy, manufacturing, etc.)
Advanced Excel skills and experience with ERP and BI platforms (Power BI, Tableau, SAP, Oracle, NetSuite, or similar)
Strong executive communication and presentation skills
MBA, CPA, CFA, or similar credentials preferred
Experience with M&A, integrations, or private equity-backed environments preferred #LI-AS7 #LI-ONSITE #INFEB2026
EB- document.addEventListener('DOMContentLoaded', => { const root = document.querySelector('#job_desc'); if (!root) return; // Skip wrapping if we've already done it if (root.dataset.hashtagsWrapped === "1") return; const SKIP = new Set(['SCRIPT','STYLE']); const walker = document.createTreeWalker(root, NodeFilter.SHOW_TEXT, { acceptNode(node) { if (!node.nodeValue !node.nodeValue.match p{L}\p{N}_]+/u)) return NodeFilter.FILTER_REJECT; // Avoid wrapping inside an existing hashtag span let p = node.parentNode; while (p && p !== root) { if (p.nodeType === 1 && p.hasAttribute('data-hashtag')) return NodeFilter.FILTER_REJECT; if (SKIP.has(p.nodeName)) return NodeFilter.FILTER_REJECT; p = p.parentNode; } return NodeFilter.FILTER_ACCEPT; } }); const re = p{L}\p{N}_ gu; function wrapTextNode(textNode) { const text = textNode.nodeValue; re.lastIndex = 0; let m, last = 0; const frag = document.createDocumentFragment ; while ((m = re.exec(text)) !== null) { // preceding plain text if (m.index > last) frag.appendChild(document.createTextNode(text.slice(last, m.index))); // hashtag span const span = document.createElement('span'); span.textContent = m[0]; span.setAttribute('data-hashtag', '1'); // idempotence guard span.setAttribute('style', 'font-size:9px;color:#fff'); // requested inline style frag.appendChild(span); last = re.lastIndex; } // trailing plain text if (last < text.length) frag.appendChild(document.createTextNode(text.slice(last))); textNode.parentNode.replaceChild(frag, textNode); } const toProcess = []; let n; while ((n = walker.nextNode toProcess.push(n); toProcess.forEach(wrapTextNode); root.dataset.hashtagsWrapped = "1"; });