Good Day,
I am looking to count the various names plus the yes entries in column "W". But I also wanted to account for if a date was enter instead of yes. I thought using the Counta would work out with the Countifs
I am looking to count the various names plus the yes entries in column "W". But I also wanted to account for if a date was enter instead of yes. I thought using the Counta would work out with the Countifs
Condition Format Issue.xlsx | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | |||
4 | TITLE | TITLE | TITLE | TITLE | TITLE | TITLE | TITLE | TITLE | TITLE | TITLE | TITLE | TITLE | TITLE | TITLE | TITLE | TITLE | TITLE | TITLE | TITLE | TITLE | TITLE | TITLE | TITLE | ||
5 | Name | enl | YES | ||||||||||||||||||||||
6 | |||||||||||||||||||||||||
7 | Name | aff | YES | ||||||||||||||||||||||
8 | |||||||||||||||||||||||||
9 | Name2 | c/o | YES | ||||||||||||||||||||||
10 | |||||||||||||||||||||||||
11 | Name3 | . | YES | ||||||||||||||||||||||
12 | |||||||||||||||||||||||||
13 | |||||||||||||||||||||||||
14 | |||||||||||||||||||||||||
15 | |||||||||||||||||||||||||
16 | |||||||||||||||||||||||||
17 | |||||||||||||||||||||||||
18 | |||||||||||||||||||||||||
19 | |||||||||||||||||||||||||
20 | |||||||||||||||||||||||||
21 | |||||||||||||||||||||||||
22 | |||||||||||||||||||||||||
23 | NAME | 0 | |||||||||||||||||||||||
24 | NAME | 0 | |||||||||||||||||||||||
25 | NAME2 | 0 | |||||||||||||||||||||||
26 | NAME3 | 0 | |||||||||||||||||||||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
B23:B26 | B23 | =COUNTIFS($A$5:$A$18,A23,W5:W18,COUNTA(W5,W7,W9,W11)) |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
A5:V18 | Expression | =IF(OR($V4="c/o",$V5="c/o"),"TRUE","FALSE") | text | NO |
A5:V18 | Expression | =IF($V5="enl","TRUE","FALSE") | text | NO |
A5:V18 | Expression | =IF(OR($V4="aff",$V5="aff"),"TRUE","FALSE") | text | NO |