I was hoping someone could help me.
I have a spreadsheet where I want to analyse all the offers made to students by each university.
So for example I want to count how many times Edinburgh university rejected, conditionally offered and so on.
Basically I want to count if the cell contents are Edinburgh and reject then Edinburgh and conditional and so on.
I have used the countif function like
=COUNTIF(c4:c390, “EDINB”) AND COUNTIF(F4:F390, “REJ”)
But I can’t seem to get it right. I have tried various syntax but it never gets it.
Am I easier just filtering Edinburgh and Rej then counting the results?