T
Tom Drill
Room1 table 10 John
Room1 table 12 John
Room2 table 12 Jane
Room1 table Jane
Room3 table 10 John
Room1 chair 5 Jane
Room1 chair 8 Jane
Room2 chair Jane
Room3 chair 5 Jane
Room1 desk 12 John
Room2 desk John
I need a formula that will filter by "Room1" and "table"
and count the entries in column C. I wrote =SUM(IF
(A1:A11="Room1",AND(B1:B11="table",1,0)),COUNT
(C1:C11,1,0)), but it's answering 10 instead of the
expected 2. Please help! Thanks!
Room1 table 12 John
Room2 table 12 Jane
Room1 table Jane
Room3 table 10 John
Room1 chair 5 Jane
Room1 chair 8 Jane
Room2 chair Jane
Room3 chair 5 Jane
Room1 desk 12 John
Room2 desk John
I need a formula that will filter by "Room1" and "table"
and count the entries in column C. I wrote =SUM(IF
(A1:A11="Room1",AND(B1:B11="table",1,0)),COUNT
(C1:C11,1,0)), but it's answering 10 instead of the
expected 2. Please help! Thanks!