Barry or Dave

  • Thread starter Thread starter Doug Mc
  • Start date Start date
D

Doug Mc

Thanks for helping me with =COUNTIF($AT3810:$FI3810,"D") yesterday

Another question.
Do you know of a way for it to return a blank instead of a zero if no "D's"
exits?

Thanks,
Doug
 
Thanks,
I think this worked ok. I need to do some more testing to be sure.
Doug

=if(COUNTIF($AT3810:$FI3810,"D")=0,"",COUNTIF($AT3810:$FI3810,"D"))
 
Back
Top