Hi All,
I'm trying to count all cells that contain any text + EXCLUDE certain words
I'm trying to exclude "BRK" and "SCK" and "HOL" from the range.
=SUMPRODUCT(--(T4:AS4<>""),--(T4:AS4<>"BRK"))/2
How do i also exclude "SCK" adding it to above formula?
http://prntscr.com/iiym5u < that's what it looks like now
Thanks,
Michal.
I'm trying to count all cells that contain any text + EXCLUDE certain words
I'm trying to exclude "BRK" and "SCK" and "HOL" from the range.
=SUMPRODUCT(--(T4:AS4<>""),--(T4:AS4<>"BRK"))/2
How do i also exclude "SCK" adding it to above formula?
http://prntscr.com/iiym5u < that's what it looks like now
Thanks,
Michal.