Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Patty via OfficeKB.com
 
Posts: n/a
Default if/then statement that results in Yes/No

I want either a Yes or No given this if/then statement:

If cell A1 is greater than x AND cell B1 is greater than Y, then YES
otherwise NO. AND, the sum of A1+B1 must be greater than z. All conditions
must be met. How do I do this?

Thanks.


--
Message posted via http://www.officekb.com
  #2   Report Post  
Arvi Laanemets
 
Posts: n/a
Default

Hi

=AND(A1x,B1y,A1+B1z)

--
Arvi Laanemets
( My real mail address: arvil<attarkon.ee )


"Patty via OfficeKB.com" wrote in message
...
I want either a Yes or No given this if/then statement:

If cell A1 is greater than x AND cell B1 is greater than Y, then YES
otherwise NO. AND, the sum of A1+B1 must be greater than z. All conditions
must be met. How do I do this?

Thanks.


--
Message posted via http://www.officekb.com



  #3   Report Post  
bj
 
Posts: n/a
Default

=if(and(A1x,B1y,A1+B1z),"Yes","NO")

"Patty via OfficeKB.com" wrote:

I want either a Yes or No given this if/then statement:

If cell A1 is greater than x AND cell B1 is greater than Y, then YES
otherwise NO. AND, the sum of A1+B1 must be greater than z. All conditions
must be met. How do I do this?

Thanks.


--
Message posted via http://www.officekb.com

  #4   Report Post  
Patty via OfficeKB.com
 
Posts: n/a
Default

Thanks. How do I get a YES/NO to appear instead of a true/false?

Arvi Laanemets wrote:
Hi

=AND(A1x,B1y,A1+B1z)

I want either a Yes or No given this if/then statement:

[quoted text clipped - 3 lines]

Thanks.



--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200508/1
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
Do I need a sumif or sum of a vlookup formula? PeterB Excel Worksheet Functions 0 June 1st 05 12:23 PM
Subtotaling on column with IF statement results STK Excel Discussion (Misc queries) 2 March 17th 05 04:01 PM
IF Statement with Average Function results in #Value! Paul Excel Discussion (Misc queries) 5 December 28th 04 08:11 AM
If/Then statement A Ford Excel Discussion (Misc queries) 5 December 2nd 04 04:45 PM
adding if statement results Robb27 Excel Worksheet Functions 3 November 20th 04 05:27 AM


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