How do I replace the background color in a specified range of cells when the same color is used in other cells? As an example: I have a sheet that contains a bunch of cells in RGB(0,106,199) but I only want to replace a certain subset of them with RGB(255,0,0) (i.e., turn the blue background to red).
Note: This is a follow-up question to a question about replacing the background color of all cells in a spreadsheet (original question is here).