I have a spreadsheet that keeps track of various product ratings based on empirical test data. I have an IF statement that assigns a text rating based on a numerial value. For instance, if a result from Test A is less than 30%, then the next column shows the rating as "Good".
My question is related to cell formatting. Is it possible to have another IF formula (or macro) that assigns a cell brackground color based on the rating value. For instance, if the rating value is "Good", I want to be able to automatically have the cell background color set to green.
Has anyone done anything like this?