I have a column A which contains text values of two options: "One" or "Two". I have a series of columns (B:D) alongside which contain either the letter "A" or "B".
I want to create four conditional formatting rules over the range of columns B:D, and I want them to be coloured as such: a light green for instances of "A" if column A value is "One"; dark green for instances of "A" if column A value is "Two"; light red for instances of "B" if column A value is "One"; dark red for instances of "B" if column A value is "Two".
I have found a lot of info on referencing another cell's value in a conditional formatting formula, but I can't work out how to connect that to a cell where there is more than one value option, and how to expand that across a range of cells... any guidance much appreciated!