S
Shannon
I'm trying to figure out a way to phrase a countif
function so that it meets two criteria in order to count
an occurrence. For instance, I want every occurrence of a
specific number in column A AND another specific number in
column B to count. See below:
I want it to count all occurrences of (A=200 AND B=1)
which should return "2":
A B
100 1
200 2
100 2
200 1
200 1
Anyone know a way I can do this?
function so that it meets two criteria in order to count
an occurrence. For instance, I want every occurrence of a
specific number in column A AND another specific number in
column B to count. See below:
I want it to count all occurrences of (A=200 AND B=1)
which should return "2":
A B
100 1
200 2
100 2
200 1
200 1
Anyone know a way I can do this?