Logo
Creative Financial Staffing

Accounting Manager

Creative Financial Staffing, Columbus, Ohio, United States, 43209

Save Job

a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } Accounting Manager Location: Columbus, OH

Salary: $100,000 - $130,000 About the Role

Join a fast-growing, multi-site organization as an Accounting Manager and take the lead in shaping financial operations across multiple locations. This is a hands-on leadership role where you'll guide a talented team while driving accuracy, efficiency, and strategic insights that impact the entire business. What You'll Do

* Lead and mentor a team of accountants across several sites

* Oversee financial reporting, budgeting, forecasting, and internal controls

* Manage cash flow and prepare regional cash forecasts

* Consolidate budgets and lead the annual planning process

* Deliver financial statements, variance analysis, and executive-level reporting

* Support audits and ensure compliance with GAAP and company policies

What We're Looking For

* Bachelor's degree in Accounting or Finance

* 5+ years of relevant accounting experience (multi-site experience preferred)

* Proven leadership and supervisory skills

* Expertise in financial reporting, budgeting, and forecasting

* Ability to thrive in a fast-paced environment with competing deadlines

Why You'll Love It Here

* Competitive salary and benefits

* Opportunity to make a real impact in a growing organization

* Collaborative team environment with room for advancement

#INJAN2026

#LI-LC1

#LI-Onsite

EB-1939993633 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