#1   Report Post  
Jay
 
Posts: n/a
Default Function Help

"If value in either cell I3 and J3 =0 "Pass", If If value in either cell I3
or J3 <0, "Fail"

=IF(I30,IF(I3<0,"Pass","Fail"))IF(J30,IF(J3<0, "Pass","Fail")) If this is
wrong; please correct it

Thanks;

  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

one way:

=IF(AND(I3=0,J3=0),"Pass","Fail")



In article ,
Jay wrote:

"If value in either cell I3 and J3 =0 "Pass", If If value in either cell I3
or J3 <0, "Fail"

=IF(I30,IF(I3<0,"Pass","Fail"))IF(J30,IF(J3<0, "Pass","Fail")) If this is
wrong; please correct it

Thanks;

  #3   Report Post  
bj
 
Posts: n/a
Default

I cant tell from what you say whether both have to equal 0 for for there to
be pass or if both have to not equal zero for the result to be "fail"
I would use
<both equal zero to pass
=if(and(I3=0,J3=0),"pass","fail")
or
<at least one equal zero to pass
=if(or((I3=0,J3=0),"pass","fail")
depending one whether one or both have to equal zero to pass

"Jay" wrote:

"If value in either cell I3 and J3 =0 "Pass", If If value in either cell I3
or J3 <0, "Fail"

=IF(I30,IF(I3<0,"Pass","Fail"))IF(J30,IF(J3<0, "Pass","Fail")) If this is
wrong; please correct it

Thanks;

  #4   Report Post  
Biff
 
Posts: n/a
Default

=IF(AND(I3=0,J3=0),"pass","fail")

If both I3 and J3 are empty, the formula will still return "Pass".

If either I3 or J3 hold the numeric entry of 0 and the other cell is empty,
the formula will still return "Pass".

Biff

"Jay" wrote in message
...
"If value in either cell I3 and J3 =0 "Pass", If If value in either cell
I3
or J3 <0, "Fail"

=IF(I30,IF(I3<0,"Pass","Fail"))IF(J30,IF(J3<0, "Pass","Fail")) If this
is
wrong; please correct it

Thanks;



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
Need a ISWorkday Function -- Any Ideas Mark Excel Worksheet Functions 5 March 29th 05 01:58 AM
Hyperlinks using R[1]C[1] and offset function in its cell referenc Elijah-Dadda Excel Worksheet Functions 0 March 5th 05 03:31 AM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM
Trim function doesn't clean out ASCII Code 160 (Space) Ronald Dodge Excel Worksheet Functions 6 January 27th 05 03:48 AM
Formula to list unique values JaneC Excel Worksheet Functions 4 December 10th 04 12:25 AM


All times are GMT +1. The time now is 08:18 AM.

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"