Unfortunately I need to use excel to solve an issue.
I have a (huge) sheet with many columns. I need to create a summary of some sort.
What I need to know is how to count the number of cells (in a column) with certain criteria.
e.g:
COL1 COL2 COL3
----------------------------------------
ROW1 apple food AB
ROW2 apple food AB
----------------------------------------
In the case above, if the criteria is apple,food,AB it would return 2. (the criteria will mainly be string matching inside the cell)