R Ramos Oct 22, 2008 #1 Hello, I'm trying to have cell a3 highlight when I enter a value if value in cell a1 = yes. PLEASE HELP!
Hello, I'm trying to have cell a3 highlight when I enter a value if value in cell a1 = yes. PLEASE HELP!
K klswvu Oct 22, 2008 #2 In Cell a3... Format > Conditional Formatting Condition 1 change drop down from "Cell Value Is" to "Formula Is" Enter the formula... =A1="Yes" Click the Format button and set the format.
In Cell a3... Format > Conditional Formatting Condition 1 change drop down from "Cell Value Is" to "Formula Is" Enter the formula... =A1="Yes" Click the Format button and set the format.
R Ramos Oct 22, 2008 #3 Thanks... a3 does highlight when a1 has a value of yes but I only want a3 to highlight also when I enter a value into a3.
Thanks... a3 does highlight when a1 has a value of yes but I only want a3 to highlight also when I enter a value into a3.
D David Biddulph Oct 22, 2008 #4 It might have been wise for you to have said so when you asked your question. =AND(A1="Yes",A3<>"")