|
Question : Excel Format Conditional Formatting w/ 4 Conditions
|
|
I have an excel workbook, and would like to apply Conditional Formatting to COLUMN "K". In the drop down menu under Format, Conditional Formatting, Excel has only 3 built in conditions. Is it possible to code 4? If so, I would like to learn some code to do the following. I have attached the excel sheet.
In column "K":
IF K3=Low, THAN color = Green IF K3=Medium, THAN color = Yellow IF K3=High, THAN color = Orange IF K3=Very High, THAN color = Red
|
|
Answer : Excel Format Conditional Formatting w/ 4 Conditions
|
|
Try
Chris
|
|
|
|