I need a formula that would return a value IN CELL C1 of YES if cells A1 & B1 have values of YES.
R Rob Jul 30, 2003 #1 I need a formula that would return a value IN CELL C1 of YES if cells A1 & B1 have values of YES.
K Kerry Jul 30, 2003 #3 -----Original Message----- I need a formula that would return a value IN CELL C1 of YES if cells A1 & B1 have values of YES. . Click to expand... You can do this using the combination of the 'if' and 'and' functions. In cell c1 type "=if(and(a1="Yes",a2="Yes"),"Yes","No")
-----Original Message----- I need a formula that would return a value IN CELL C1 of YES if cells A1 & B1 have values of YES. . Click to expand... You can do this using the combination of the 'if' and 'and' functions. In cell c1 type "=if(and(a1="Yes",a2="Yes"),"Yes","No")