I
IT
I asked a question yesterday regarding counting with multiple
conditions. The sumproduct answer worked great. Now I need to sum the
totals in a column based on 2 conditions.
Column A willl equal either x, y or z
Column b will equal either a, b or c
Column c will be times in hh:mm:ss format
What I am trying to do is look at column and and b and where the
values are, for instance, x and b, sum the total time in column c
where those 2 criteria are met.
I tried the following, but the result, comes back as though it is a
false result:
=IF(AND(JOBS!A:A="x",JOBS!B:B="b"),SUM(JOBS!C:C),"")
In the formula, I have x and b replaced with a cell reference.
Any help appreciated. Thanks.
conditions. The sumproduct answer worked great. Now I need to sum the
totals in a column based on 2 conditions.
Column A willl equal either x, y or z
Column b will equal either a, b or c
Column c will be times in hh:mm:ss format
What I am trying to do is look at column and and b and where the
values are, for instance, x and b, sum the total time in column c
where those 2 criteria are met.
I tried the following, but the result, comes back as though it is a
false result:
=IF(AND(JOBS!A:A="x",JOBS!B:B="b"),SUM(JOBS!C:C),"")
In the formula, I have x and b replaced with a cell reference.
Any help appreciated. Thanks.