Hello All,
Here is what I would like to do with some data, I would like to count only records/row in a table if three criteria are met.
Cell X
Cell Y
Range Q (contains a list of 5 names)
Col A, Col B, Col C,
data...
data...
...
...
Question : How to count the number of rows where the corresponding cell in Col A = value of Cell Y, Col B <> (all of the names from Range Q) and Col C = value of Cell X? All this without resorting to VBA / Pivot table or helper columns.
Thank you.
Here is what I would like to do with some data, I would like to count only records/row in a table if three criteria are met.
Cell X
Cell Y
Range Q (contains a list of 5 names)
Col A, Col B, Col C,
data...
data...
...
...
Question : How to count the number of rows where the corresponding cell in Col A = value of Cell Y, Col B <> (all of the names from Range Q) and Col C = value of Cell X? All this without resorting to VBA / Pivot table or helper columns.
Thank you.