#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default IF OR functions

IF J4=D14,1 or if J4E14,0 or if J4D14<E14,0.5 how do I make this work?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default IF OR functions

=IF(J4=D14,1,IF(J4E14,0,IF(AND(J4D14,J4<E14),0.5 )))

Vaya con Dios,
Chuck, CABGx3




"keyinput" wrote:

IF J4=D14,1 or if J4E14,0 or if J4D14<E14,0.5 how do I make this work?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default IF OR functions

=IF(OR(J4=D143,J4E14,AND(J4D15,J4<E14)),0.5,0)

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"keyinput" wrote in message
...
IF J4=D14,1 or if J4E14,0 or if J4D14<E14,0.5 how do I make this work?



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 751
Default IF OR functions

=IF(J4=D14,1,IF(J4E14,0,IF(AND(J4D14, D14<E14),0.5)))

Does this help?
Kostis Vezerides

keyinput wrote:
IF J4=D14,1 or if J4E14,0 or if J4D14<E14,0.5 how do I make this work?


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bj bj is offline
external usenet poster
 
Posts: 1,397
Default IF OR functions

which has the higher priority?
Can J4 = D14 and also be E14?
Can J4 beE14 and E14 be D14?

If the answer is no to both or if the priority is similar to the order you
entered the relationships
=if(J4=D14,1,if(J4E14,0,if(and(J4D14,E14D14),0. 5,otherwise)))

"keyinput" wrote:

IF J4=D14,1 or if J4E14,0 or if J4D14<E14,0.5 how do I make this work?



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default IF OR functions

Thank You - that worked I just need to add ,0 as the false on the last
statement.

Last Problem: currently using
=IF(OR(D14<J4,D14K4),0,1)
I also need this statement to include J4D14 AND <E14 RETURN 0.5


"CLR" wrote:

=IF(J4=D14,1,IF(J4E14,0,IF(AND(J4D14,J4<E14),0.5 )))

Vaya con Dios,
Chuck, CABGx3




"keyinput" wrote:

IF J4=D14,1 or if J4E14,0 or if J4D14<E14,0.5 how do I make this work?

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default IF OR functions

maybe this will do for you..........

=IF(AND(J4D14,J4<E14),0.5,IF(OR(D14<J4,D14K4),0, 1))

Vaya con Dios,
Chuck, CABGx3



"keyinput" wrote:

Thank You - that worked I just need to add ,0 as the false on the last
statement.

Last Problem: currently using
=IF(OR(D14<J4,D14K4),0,1)
I also need this statement to include J4D14 AND <E14 RETURN 0.5


"CLR" wrote:

=IF(J4=D14,1,IF(J4E14,0,IF(AND(J4D14,J4<E14),0.5 )))

Vaya con Dios,
Chuck, CABGx3




"keyinput" wrote:

IF J4=D14,1 or if J4E14,0 or if J4D14<E14,0.5 how do I make this work?

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
Can I get Excel to determine the line curve formula without graph. Cadelima Excel Discussion (Misc queries) 8 December 20th 05 09:57 PM
User-defined functions created in Excel 2000 fail in Excel 2003 goodguy Excel Discussion (Misc queries) 1 October 3rd 05 07:04 PM
Database functions should use criteria in formula, as 1-2-3 does 123user Excel Worksheet Functions 8 September 29th 05 08:57 PM
Visible rows and functions that work tracy Excel Worksheet Functions 2 August 19th 05 05:25 AM
PASTE DOWN FUNCTIONS jackle Excel Worksheet Functions 0 May 25th 05 02:10 PM


All times are GMT +1. The time now is 01:01 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"