Hello All.
I have a question about copying conditional formatting from one cell to another.
I have a list of customers that I like to send thank you card to. In each row I have a drop down box that answers whether or not a card has been sent to that person. I want the whole row to highlight when it's turned to yes.
Here's an example of what I have when it's applied to only one row:

I have read quite a bit on the internet about how to use relative references so formatting can be copied from one cell to another, nothing quite seems to work for me.
For example, I've tried to apply the advice from this post and this one without any luck.
What I am doing right now is setting up my own rule based on a formula
that states if =$H$2="yes" then fill w/ color. Then in the "applies to" section in the rule box select $A$2:$H$:2
This works fine for one row. But when copied to additional ones only the "Card Sent" box turns blue.
I've tried different permutations for referencing the cells. In the posts I linked to it states that using the rule H2="yes" should make the conditional formatting a relative reference but this was not the case for me.
So far these are the different permutations of the rule I've tried:
Formula: Applies To:
=$H$2="yes" $A$2:$H$2
=H2="yes" $A$2:$H$2
=H2="yes" A2:H2
=$H$2="yes" A2:H2
=$H2="yes" $A$2:$H$2
=$H2="yes" A2:H2
=$H2="yes" $A2:$H2
Please assist. Thank you.