test if column isblank

S

Spike

Probbably very basic but just cannot think grateful for any help.

How do i test using a built in formula if a column is blank ie it has no
text or numbers in it. I can do it using code etc but would like to use a
formula
 
B

Bob Phillips

=COUNTA(A:A)=0

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
S

Spike

Thank you i knew it was basic!!
--
with kind regards

Spike


Bob Phillips said:
=COUNTA(A:A)=0

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Top