E
eliyahuz
I have a spreadsheet with data like this:
J K L Q
1 GIFT #1 GIFT #2 GIFT #3 DELIVER
2 APRON Camcorder Clock Yes
3 Stereo Apron Yes
4 Camera
6 APRON Yes
7 APRON Clock
8 Clock Yes
I want to count occurences of "Apron" in range J2:J8 ONLY if "Yes" occurs in
Column Q of that record (row). The total will be in a different sheet of teh
same workbook (The sheets are named.)
Any suggestions how to accomplish this?
I tried COUNTIF, SUMIF, SUMPRODUCT. Nothing gave the proper result. I either
received an error (#NAME or #VALUE) ot the wrong result (0).
Any suggestions are appreciated. Thanks.
J K L Q
1 GIFT #1 GIFT #2 GIFT #3 DELIVER
2 APRON Camcorder Clock Yes
3 Stereo Apron Yes
4 Camera
6 APRON Yes
7 APRON Clock
8 Clock Yes
I want to count occurences of "Apron" in range J2:J8 ONLY if "Yes" occurs in
Column Q of that record (row). The total will be in a different sheet of teh
same workbook (The sheets are named.)
Any suggestions how to accomplish this?
I tried COUNTIF, SUMIF, SUMPRODUCT. Nothing gave the proper result. I either
received an error (#NAME or #VALUE) ot the wrong result (0).
Any suggestions are appreciated. Thanks.