Skip to content

Noel D’Allacco

Position(s): Coordinator of Community Relations

Department(s): HS Educators

914.831.0207 • hsrelations@cw.edu

Noel D’Allacco is the Founder of the national 501c3 nonprofit organization, Operation Prom National Network, Inc., which provides free prom dresses and tuxedos to teens in need. The organization is based in Westchester County, New York, with additional locations in NYC, NJ, CT, PA, LA, IN, GA, and CA.

In addition to her involvement with Operation Prom, Noel serves as a Coordinator of Community Relations, linking the surrounding community with the services provided by CW. Since joining CW in 2006, Noel has held various positions, including Chair of the School of Business from 2018 to 2022.

Noel also provides virtual workshops for individuals and nonprofits with the New York Public Library. With over 20 years of experience in the nonprofit industry, Noel has been featured on countless local and national news networks and media outlets, including: CNN, Fox’s Good Day New York, NBC Nightly News, ABC’s Dateline, The Huffington Post, The New York Times, Woman’s Day, and Westchester Magazine. In 2024 Noel was a recipient of the 914 Inc. Westchester Magazine’s Women in Business Award.

Noel earned an MS in Organizational Leadership from Mercy College and BA in Behavioral Science from Concordia College.

www.NoelDallacco.com

document.addEventListener("DOMContentLoaded", function() { // Get all accordion toggle elements var accordions = document.querySelectorAll('.accordion-toggle'); // Add click event listeners to each accordion toggle accordions.forEach(function(accordion) { accordion.addEventListener('click', function() { // Get the panel-collapse element directly following this accordion-toggle var panelCollapse = this.nextElementSibling; // Check if this panel-collapse is currently open var isOpen = panelCollapse.classList.contains('open'); // Remove 'open' class from all panel-collapses accordions.forEach(function(acc) { var collapse = acc.nextElementSibling; collapse.classList.remove('open'); }); // Toggle 'open' class only on the clicked panel-collapse if (!isOpen) { panelCollapse.classList.add('open'); } }); }); });