![]() |
|
|
|
#1
|
|||
|
|||
|
Instead COUNTIF use COUNTIFS - it allows many conditions to be applied. E.g.:
Code:
To count home games =COUNTIFS($C$5:$C$346,$BQ7,$B$5:$B$346,">0") To count away games =COUNTIFS($H$5:$H$346,$BQ7,$B$5:$B$346,">0") |
|
#2
|
|||
|
|||
|
It works this way as well. Thanks a lot.
|
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| COUNTIF to count long text/values in cells (#VALUE! Error) | FrancisSIP | Excel | 5 | 10-29-2020 04:00 AM |
| Naming Documents From Populated Cells | TYPOGRAPHICS | Word VBA | 8 | 04-08-2016 09:13 AM |
| Nested Countif Function | bdavidson22 | Excel | 1 | 12-21-2014 07:55 AM |
| Nested Countif Function | bdavidson22 | Excel | 0 | 12-19-2014 12:36 PM |
Countif function not calculating correctly
|
MoranGail | Excel | 1 | 07-09-2014 05:50 AM |