G
Guest
I can get the following formula to work:
=SUMPRODUCT(--(Content!F2:Content!F475="Marcus"),--(Content!G2:Content!G475="need"),--(Content!M2:Content!M475="M4"),Content!L2:Content!L475)
But if I expand the "need" array like:
=SUMPRODUCT(--(Content!F2:Content!F475="Marcus"),--(Content!F2:Content!J475="need"),--(Content!M2:Content!M475="M4"),Content!L2:Content!L475)
It stops working. I would love to have the entire colums or set of columns in an array. How do I do that so that my formula works?
Thanks
Jim
=SUMPRODUCT(--(Content!F2:Content!F475="Marcus"),--(Content!G2:Content!G475="need"),--(Content!M2:Content!M475="M4"),Content!L2:Content!L475)
But if I expand the "need" array like:
=SUMPRODUCT(--(Content!F2:Content!F475="Marcus"),--(Content!F2:Content!J475="need"),--(Content!M2:Content!M475="M4"),Content!L2:Content!L475)
It stops working. I would love to have the entire colums or set of columns in an array. How do I do that so that my formula works?
Thanks
Jim