I am looking for a way to automatically change the color of a row based on the content in a specific cell. For example:

- the default color of any row is white
- if content is added to cell A2, the color changes to red
- if content is added to cell B2, the color changes to green
- if content is added to cell C2, the color changes to white

The cells and the colors are less important than, presumably, the formula needed to create such a functionality.