Count IF/And

G

GoogleUser

Hi
I need to write a formula that will have this logic.

IF E6="X" then count for all blanks in F6:K6 and place it in L6

Can someone help me with the proper code.

Tnank you in advance
Gary
 
J

joeu2004

GoogleUser said:
I need to write a formula that will have this logic.
IF E6="X" then count for all blanks in F6:K6 and place
it in L6

I don't see an "if/and" in that logic, so I'm not sure I understand.

Perhaps the following in L6:

=IF(E6="X",COUNTBLANK(F6:K6),"")
 

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