View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Buddy Roe Buddy Roe is offline
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