Chief Financial Officer (CFO) - Columbus, OH
Compensation: $170,000-200,000 Ready to step into a CFO role where your decisions actually move the needle? We're working with a growing Columbus-area organization that's entering its next stage of expansion - and they need a strategic, hands-on finance leader who can build, refine, and scale. This isn't a "maintenance" CFO seat. This is an opportunity to shape the financial future of the company and leave a real, lasting fingerprint. What you'll lead
• Own the financial strategy, partnering directly with executive leadership and ownership
• Oversee accounting, finance, budgeting, forecasting, and cash management with accuracy and discipline
• Strengthen controls, processes, and systems to support aggressive growth plans
• Drive budgeting cycles, performance analysis, and decision-support insights
• Collaborate closely with operations to improve margins and profitability
• Manage banking relationships, audits, tax strategy, and external financial partners
• Build, mentor, and develop a high-performing finance team
• Play a key role in capital planning, growth initiatives, and potential M&A activity What makes you a strong fit
• Experience as a CFO, VP of Finance, or senior financial leader in a growth environment
• Deep knowledge of financial reporting, forecasting, and cash management
• Proven success improving processes and modernizing finance functions
• Strong leadership skills with the ability to influence at the executive level
• Comfortable balancing strategy with hands-on execution
• CPA and/or MBA preferred, but not required with the right background Why this opportunity stands out
• High-impact role with a direct seat at the table
• Real autonomy to build, improve, and innovate
• Competitive compensation with meaningful growth potential
• Culture that values transparency, partnership, and forward-thinking leadership If you're energized by building - not just maintaining - and you want to help guide a company through its next phase of growth, this could be the right move. #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"; });