Condition formula

  • Thread starter Thread starter Pascale
  • Start date Start date
P

Pascale

To this formula, SI(G4="";"";NB.JOURS.OUVRES(G4;AUJOURDHUI())/5)
I want to add the condition if the answer is no, please enter 0 in the case.


Thank you so much for your help!!!
 
SI(G4="";SI(G4="no";0;"";NB.JOURS.OUVRES(G4;AUJOURDHUI())/5))


--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Hello, with the formula I got from you,
SI(G4="";SI(G4="no";0;"";NB.JOURS.OUVRES(G4;AUJOURDHUI())/5))
I get the error message that I am using to manu arguments in my formula, How
can I fix this?

TK
 
Made a bit of a pigs ear of that one

=SI(G4="";"";SI(G4="non";NB.JOURS.OUVRES(G4;AUJOURDHUI())/5))

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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