![]() |
"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 |
"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 |
"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 |
All times are GMT +1. The time now is 05:23 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com