Hi I'm trying to come up with a way to represent a formula like:
=SUM(SUMIF(A2:A10,{"a";"b"},B2:B10))
into a dynamic vba statement.
i have an array built programmaticaly through vba with a list of names for different facilities, and i want to sum the number of hours they work. So in the...