srinidhi
Active Member
Hi All,
Cells for working are c,d,e,f.
If there is YES in any cell{c,d,e,f}, then other cells should automatically display as NO
I Tried the if or condition, it worked fines for cell c, when the formula is entered in d, it says circular error.
The formula in c3 =IF(OR(D3="Yes",E3="Yes",F3="Yes"),"No","Yes"). I cant enter the formula in d3 as =IF(OR(c3="Yes",E3="Yes",F3="Yes"),"No","Yes"). It is a circular error.
Please let me know the formula or a workaround. If it is not possible in formula.Request you to let me know the vba code.
Cells for working are c,d,e,f.
If there is YES in any cell{c,d,e,f}, then other cells should automatically display as NO
I Tried the if or condition, it worked fines for cell c, when the formula is entered in d, it says circular error.
The formula in c3 =IF(OR(D3="Yes",E3="Yes",F3="Yes"),"No","Yes"). I cant enter the formula in d3 as =IF(OR(c3="Yes",E3="Yes",F3="Yes"),"No","Yes"). It is a circular error.
Please let me know the formula or a workaround. If it is not possible in formula.Request you to let me know the vba code.