J
JimS
I need to copy the following formula down multiple times throughout
the spreadsheet:
=SUMPRODUCT(--(K20:K35="x")*(N20:N35="w")*(S20:S35))
Like so:
=SUMPRODUCT(--(K42:K57="x")*(N42:N57="w")*(S42:S57))
But there are 16 rows of data in the first table and varying rows of
data in subsequent tables, so I get the #value error.
Sumif will work, but to my knowledge only with two criteria; can you
make sumif work with three criteria?
Or is there another way altogether?
Thanks
the spreadsheet:
=SUMPRODUCT(--(K20:K35="x")*(N20:N35="w")*(S20:S35))
Like so:
=SUMPRODUCT(--(K42:K57="x")*(N42:N57="w")*(S42:S57))
But there are 16 rows of data in the first table and varying rows of
data in subsequent tables, so I get the #value error.
Sumif will work, but to my knowledge only with two criteria; can you
make sumif work with three criteria?
Or is there another way altogether?
Thanks