Hi All,
I want to count cells that contain specific words in two columns, as:
I want to know the formula to count how many cells in column A with apples AND column B with red.
I have tried :
but no go
Thanks in advance
I want to count cells that contain specific words in two columns, as:
Code:
[INDENT] Column A Column B
[/INDENT]Row 1 apples red
Row 2 apples green
Row 3 banana yellow
Row 4 apples red
I have tried :
Code:
=countif(and(A1:A4,"apples"),(B1:B4,"red"))
Thanks in advance