Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 78
Default Condition formula

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!!!

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Condition formula

SI(G4="";SI(G4="no";0;"";NB.JOURS.OUVRES(G4;AUJOUR DHUI())/5))


--
---
HTH

Bob


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



"Pascale" wrote in message
...
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!!!



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 78
Default Condition formula

Hello, with the formula I got from you,
SI(G4="";SI(G4="no";0;"";NB.JOURS.OUVRES(G4;AUJOUR DHUI())/5))
I get the error message that I am using to manu arguments in my formula, How
can I fix this?

TK


"Bob Phillips" wrote:

SI(G4="";SI(G4="no";0;"";NB.JOURS.OUVRES(G4;AUJOUR DHUI())/5))


--
---
HTH

Bob


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



"Pascale" wrote in message
...
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!!!




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Condition formula

Made a bit of a pigs ear of that one

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

--
---
HTH

Bob


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



"Pascale" wrote in message
...
Hello, with the formula I got from you,
SI(G4="";SI(G4="no";0;"";NB.JOURS.OUVRES(G4;AUJOUR DHUI())/5))
I get the error message that I am using to manu arguments in my formula,
How
can I fix this?

TK


"Bob Phillips" wrote:

SI(G4="";SI(G4="no";0;"";NB.JOURS.OUVRES(G4;AUJOUR DHUI())/5))


--
---
HTH

Bob


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



"Pascale" wrote in message
...
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!!!






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
two condition formula linda Excel Worksheet Functions 1 May 6th 10 05:09 PM
Add condition to =MAX formula KC Excel Discussion (Misc queries) 3 October 17th 09 12:01 AM
Condition formula Herb Excel Discussion (Misc queries) 2 April 1st 09 12:07 AM
If formula with two condition adib Excel Worksheet Functions 3 March 11th 09 11:57 AM
Add condition to formula Pat Excel Worksheet Functions 0 November 16th 04 12:23 PM


All times are GMT +1. The time now is 10:12 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"