A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Hi Tracy. I am an Excel user like you.
Here is a formula that will do what you want. Riny also sent a formula that will work when any number is in the evaluated cells. This formula specifically looks for the number 1 in those cells.
=IF(AND(C2=1,OR(D2=1,E2=1)),"yes","no")