Excel has a Conditional Formatting… option under the Format menu that allows you to change the style/color/font/whatever of a cell depending upon its value. But it only allows three conditions.
How do I get Excel to display say, six different background cell colors depending upon the value of the cell? (IE Make the cell red if the value is ‘Red’, and blue if ‘Blue’ etc.)
You will need to write something in VBA.
See example here: Get Around Excels 3 Criteria Limit in Conditional Formatting: