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