I apologize, but after a few hours of research I am unable to find any way in which a named range of more than one cell can be applied as a criteria.
I will see if I can trouble one of the old masters for some advice.
Barring a more elegant solution, I'd run with the SUMPRODUCT version of your original.
COUNT
=SUMPRODUCT(('Kevin Accounts'!$B$2:$B$560>='Formula Data'!A2)*
('Kevin Accounts'!$B$2:$B$560<='Formula Data'!A6)*
('Kevin Accounts'!$C$2:$C$560={"Live with Support","100% complete"})*
('Kevin Accounts'!$I$2:$I$560=
{"HT RED","HT Halifax","Legacy Diversity","HT AURORA 1 OR 2","DATA ENTRY ROCH","HT Roch","WELLS/BANK","NYS","STORE KIT","GOVERNMENT/FED"})*
('Kevin Accounts'!$J$2:$J$560={"Implementation","Restructure"))
SUM OF H
=SUMPRODUCT(('Kevin Accounts'!$B$2:$B$560>='Formula Data'!A2)*
('Kevin Accounts'!$B$2:$B$560<='Formula Data'!A6)*
('Kevin Accounts'!$C$2:$C$560={"Live with Support","100% complete"})*
('Kevin Accounts'!$I$2:$I$560=
{"HT RED","HT Halifax","Legacy Diversity","HT AURORA 1 OR 2","DATA ENTRY ROCH","HT Roch","WELLS/BANK","NYS","STORE KIT","GOVERNMENT/FED"})*
('Kevin Accounts'!$J$2:$J$560={"Implementation","Restructure")*
('Kevin Accounts'!$H$2:$H$560))
Bookmarks