ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   I want to have a nested IF with two conditions (https://www.excelbanter.com/excel-discussion-misc-queries/43339-i-want-have-nested-if-two-conditions.html)

Mahendra

I want to have a nested IF with two conditions
 
IF (H6B6 AND I6c6, then put 1, else put 0)

Ragdyer

Try this:

=If(And(H6B6,I6C6),1,0)
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Mahendra" wrote in message
...
IF (H6B6 AND I6c6, then put 1, else put 0)



Domenic

Try...

=IF((H6B6)*(I6C6),1,0)

Hope this helps!

In article ,
"Mahendra" wrote:

IF (H6B6 AND I6c6, then put 1, else put 0)



All times are GMT +1. The time now is 08:29 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com