If fields have text in - mark another field complete

N

Nikki

Hi,

I have a list of about 10 rows that I want text (from drop down boxes) to be
entered into. Once each cell within that list has something entered into it
I want the top row to say 'Complete'. Is there a formula to do this?

Thanks

Nikki
 
J

jpdphd

Hi,

I have a list of about 10 rows that I want text (from drop down boxes) to be
entered into. Once each cell within that list has something entered into it
I want the top row to say 'Complete'. Is there a formula to do this?

Thanks

Nikki

Nikki
One way is
=IF(COUNTBLANK(A2:A10)=0,"Complete","")
jpdphd
 
C

CyberTaz

Another variant:

=IF(COUNTA(G11:G20)<10,"","Complete")

You could also insert something between the "", such as Incomplete.

Regards |:>)
Bob Jones
[MVP] Office:Mac
 

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

Top