Using sumproduct I want to do something like this

SUMPRODUCT((a2:a10<e2)*(b2:b10+c2:c10=5))

where i add cells in different columns (but same row) and condition on their sum. Can it be done?

Thanks
Erik