A
AlanN
I am having a stupid attack...
I am trying to change the formula =COUNTIF($J43:$AC43,"=D") to one that looks for "D","N" and "ND". I have tried
=COUNTIF($J43:$AC43,"=or('D','DE','ND')")
=COUNTIF($J43:$AC43,"=or(D,DE,ND)")
=COUNTIF($J43:$AC43,"=or("D","DE","ND")")
=COUNTIF($J43:$AC43,"={"D","DE","ND"}")
What am I doing wrong???
TIA, Alan
I am trying to change the formula =COUNTIF($J43:$AC43,"=D") to one that looks for "D","N" and "ND". I have tried
=COUNTIF($J43:$AC43,"=or('D','DE','ND')")
=COUNTIF($J43:$AC43,"=or(D,DE,ND)")
=COUNTIF($J43:$AC43,"=or("D","DE","ND")")
=COUNTIF($J43:$AC43,"={"D","DE","ND"}")
What am I doing wrong???
TIA, Alan