I am trying to do some conditional formatting based upon 2 conditions.
I have a column (S) that contains a number.
I have a column (G) that contains a Y or N.
I would like to highlight any cells in column G where it contains a "Y" and where column S in the same row contains the number 1.
I clicked on the entire column G and selected Conditional Formatting. I created a new rule, chose the formatting that I wanted and used the following rule:
=AND($S$S=1,$G$G="Y")
This does not seem to be working. Any help would be appreciated.
I have a column (S) that contains a number.
I have a column (G) that contains a Y or N.
I would like to highlight any cells in column G where it contains a "Y" and where column S in the same row contains the number 1.
I clicked on the entire column G and selected Conditional Formatting. I created a new rule, chose the formatting that I wanted and used the following rule:
=AND($S$S=1,$G$G="Y")
This does not seem to be working. Any help would be appreciated.