I have a spreadsheet that has three columns where a client can type in a Yes or No answer. Based on those answers, I need a cell in a different column to change color. If the answer to all three questions is Yes, the cell is green. If the answer to only two questions is Yes, the cell is yellow. If only one or no cells is Yes, the cell is red.
In the past, the client has chosen either 1 for yes or 0 for no, which made formatting with a formula much easier. But we’d like to have the client simply type in Yes or No instead of 1 or 0.
I’ve tried to figure this out under conditional formatting, but have had no luck.
Any suggestions?