D
dindigul
{=IF(AND(Range1=H2,Range2=E2),"OK"Sorry")}
wherein Range1 consists of 1,2,3,4 & Range2 consists of names, xx, yy, zz,
vv. H2 is 2 & E2 is yy. Still I get the result "Sorry". What's wrong I am
doing?
In Evaluating I see this
IF(AND({FALSE;TRUE;FALSE;FALSE}, {FALSE; TRUE; FALSE;FALSE}), "Ok", "Sorry")
In the next step I see
IF(FALSE, "OK","Sorry")
Obviously it's correct, but why I am not getting "OK" because AND needs both
conditions to be true to return TRUE.
Thanks
wherein Range1 consists of 1,2,3,4 & Range2 consists of names, xx, yy, zz,
vv. H2 is 2 & E2 is yy. Still I get the result "Sorry". What's wrong I am
doing?
In Evaluating I see this
IF(AND({FALSE;TRUE;FALSE;FALSE}, {FALSE; TRUE; FALSE;FALSE}), "Ok", "Sorry")
In the next step I see
IF(FALSE, "OK","Sorry")
Obviously it's correct, but why I am not getting "OK" because AND needs both
conditions to be true to return TRUE.
Thanks