Empty cells

  • Thread starter Thread starter gary
  • Start date Start date
Hi Gary,

Am Mon, 24 Nov 2014 16:50:03 -0800 (PST) schrieb gary:
What formula will determine whether a1, b1, c1, d1, e1, f1 and g1 are all empty?

try:
=COUNTA(A1:G1)=0


Regards
Claus B.
 
Back
Top