#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default If Or functions

I need to get one of three results

If J2=D14,1
if J2D14<E14,.5
if J2E14,0

Can't see to get this to work in an "if or" function

  #2   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default If Or functions

This is very similar to your post in WorksheetFunctions group......were none
of those four answers acceptable........if this is the same question but only
that you need additional assistance, you should keep it in the same thread if
possible.

"keyinput" wrote:

I need to get one of three results

If J2=D14,1
if J2D14<E14,.5
if J2E14,0

Can't see to get this to work in an "if or" function

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 173
Default If Or functions

=if(j2=d14,1,if(and(j2d14,d14<e14),.5,if(j2e14,0 ,"unknown")))

"CLR" wrote:

This is very similar to your post in WorksheetFunctions group......were none
of those four answers acceptable........if this is the same question but only
that you need additional assistance, you should keep it in the same thread if
possible.

"keyinput" wrote:

I need to get one of three results

If J2=D14,1
if J2D14<E14,.5
if J2E14,0

Can't see to get this to work in an "if or" function

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
Date Functions in Excel Paul Excel Worksheet Functions 1 May 8th 06 01:57 AM
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


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