I have some data which is being exported to an excel sheet.
In this sheet there is a column which holds numeric values e.g. (1,2,3,4,5). Depending on the column value I would like the entire row to change color. E.g
1 = Red
2 = Orange
3= green.
How can I achieve this? I am thinking some custom VBA is needed.
In this sheet there is a column which holds numeric values e.g. (1,2,3,4,5). Depending on the column value I would like the entire row to change color. E.g
1 = Red
2 = Orange
3= green.
How can I achieve this? I am thinking some custom VBA is needed.