I need to format a report on a daily basis:
I need to check the values in three different columns and if it matches the rule below , I need to highligh the row in yellow.
"Rule 1":
If the code in "column A" is "ABCD" or "EFGH" or "IJKL" and the number in "column B" is over "7" and the amount in "column C" is over"1000" or over "-1000" then the row must be highlighted in Yellow
"Rule 2" and "Rule 3" are similar than "Rule 1" with different code and amounts.
How to achieve this by code?
I need to check the values in three different columns and if it matches the rule below , I need to highligh the row in yellow.
"Rule 1":
If the code in "column A" is "ABCD" or "EFGH" or "IJKL" and the number in "column B" is over "7" and the amount in "column C" is over"1000" or over "-1000" then the row must be highlighted in Yellow
"Rule 2" and "Rule 3" are similar than "Rule 1" with different code and amounts.
How to achieve this by code?