rkoehler58
New Member
- Joined
- Sep 18, 2014
- Messages
- 22
I have a sheet with these columns
Column C Column D
Safety Safe
Safety Safe Hot
Safety Safe Hot Space
Operator Safe
Operator Safe Hot
Operator Safe Space Excav
I am trying to work out a formula that will allow me to count the number of times "Hot" is listed for each "Operator" entry in column C.
I have tried the following, but it does not work.
=COUNTIFS(C2:C7,"Operator",D2:D7,"Hot")
Column C Column D
Safety Safe
Safety Safe Hot
Safety Safe Hot Space
Operator Safe
Operator Safe Hot
Operator Safe Space Excav
I am trying to work out a formula that will allow me to count the number of times "Hot" is listed for each "Operator" entry in column C.
I have tried the following, but it does not work.
=COUNTIFS(C2:C7,"Operator",D2:D7,"Hot")