Thread
:
I want to have a nested IF with two conditions
View Single Post
#
2
Domenic
Posts: n/a
Try...
=IF((H6B6)*(I6C6),1,0)
Hope this helps!
In article ,
"Mahendra" wrote:
IF (H6B6 AND I6c6, then put 1, else put 0)
Reply With Quote