J
Jon9977
I am using an array to sum a column of data based upon 2 sets o
criteria in 1 column, and 1 set of criteria in the 2nd.
I want to sum rates (Col K) for Sale's Overhead and G&A.
Col I Col J Col K
Overhead Sales 8%
G&A Sales 3%
Overhead Marketing 20%
G&A Marketing 22%
Overhead Finance 9%
G&A Finance 15%
My array formula which does not work is:
{=SUM((OR($I$5:$I$16="Overhead",$I$5:$I$16="G&A"))*($J$5:$J$16="Sales")*(K$5:K$16))}
I can write 2 different sum formulas, but will have to scale this fo
many more records, and cannot have too long of a string.
Thanks
criteria in 1 column, and 1 set of criteria in the 2nd.
I want to sum rates (Col K) for Sale's Overhead and G&A.
Col I Col J Col K
Overhead Sales 8%
G&A Sales 3%
Overhead Marketing 20%
G&A Marketing 22%
Overhead Finance 9%
G&A Finance 15%
My array formula which does not work is:
{=SUM((OR($I$5:$I$16="Overhead",$I$5:$I$16="G&A"))*($J$5:$J$16="Sales")*(K$5:K$16))}
I can write 2 different sum formulas, but will have to scale this fo
many more records, and cannot have too long of a string.
Thanks