Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default "IF AND" statement

I'm trying to get this formula to work.

IF V55 equal 1 and V34 is less than or equal to 10 and V35 is less than or
equal to 10 then I want a "1" or a "0"

I get a "1" or a "False" with the formula below.

Any idea how to get the "1" or "0"

=IF(V55=1,AND(V34<=10,AND(V35<=10,1,0)))
--
Buddy Roe
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 964
Default "IF AND" statement

Try this:

=IF(AND(V55=1,V34<=10,V35<=10),1,0)

HTH,
Elkar


"Buddy Roe" wrote:

I'm trying to get this formula to work.

IF V55 equal 1 and V34 is less than or equal to 10 and V35 is less than or
equal to 10 then I want a "1" or a "0"

I get a "1" or a "False" with the formula below.

Any idea how to get the "1" or "0"

=IF(V55=1,AND(V34<=10,AND(V35<=10,1,0)))
--
Buddy Roe

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default "IF AND" statement

Yahoo it works - thanks
--
Buddy Roe


"Elkar" wrote:

Try this:

=IF(AND(V55=1,V34<=10,V35<=10),1,0)

HTH,
Elkar


"Buddy Roe" wrote:

I'm trying to get this formula to work.

IF V55 equal 1 and V34 is less than or equal to 10 and V35 is less than or
equal to 10 then I want a "1" or a "0"

I get a "1" or a "False" with the formula below.

Any idea how to get the "1" or "0"

=IF(V55=1,AND(V34<=10,AND(V35<=10,1,0)))
--
Buddy Roe

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
SQL concatenation statement CLamar Excel Discussion (Misc queries) 0 June 29th 06 01:58 PM
CREATE AN "IF' STATEMENT FOR CHOICES OF CHECK BOXES pjb Excel Worksheet Functions 7 May 8th 06 08:57 PM
SET statement tutorial Daminc Excel Discussion (Misc queries) 13 January 17th 06 04:47 PM
If statement Matt Montagliano Excel Discussion (Misc queries) 1 September 8th 05 08:47 PM
Do I need a sumif or sum of a vlookup formula? PeterB Excel Worksheet Functions 0 June 1st 05 12:23 PM


All times are GMT +1. The time now is 05:30 AM.

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

About Us

"It's about Microsoft Excel"