check data

  • Thread starter Thread starter john
  • Start date Start date
J

john

i have 3 columns, 2001, 2002, 2003

I need to check if there are number for each year.

if there is data in all three years make it say "all
three years"

if only 1 or 2 have data... make it say "not all 3"

the cells im using are a b c

Please help
 
Hi
maybe something like
=IF(COUNTA(A1:C1)=3,"all 3", "not all 3")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top