M
Mike
I am trying to use the countif function in one column, but I only want to
count cells if the corresponding row in another column contains a
certain value.
IE
Column A Column B
1 Open 1 X
2 Closed 2 X
3 Open 3 X
I only want to count the X's that are associated with Open in column
1. Is there a way to do this without typing in each cell?
I have also tried using this:
=SUM(IF((G4:G52="Open")*(L4:L52="X"),1,0)), but I get a #VALUE error.
Any help would be very much appreciated.
count cells if the corresponding row in another column contains a
certain value.
IE
Column A Column B
1 Open 1 X
2 Closed 2 X
3 Open 3 X
I only want to count the X's that are associated with Open in column
1. Is there a way to do this without typing in each cell?
I have also tried using this:
=SUM(IF((G4:G52="Open")*(L4:L52="X"),1,0)), but I get a #VALUE error.
Any help would be very much appreciated.