Hi All,I have the below 3 columns and column B and C are the target value.If YTC is >=65 and STC>= 70, Need to have the value as 10 in column DAny one of the above condition met, then the result must be 5 else 0If YTC is >=55 and STC>= 55, Need to have the value as 10 in column DAny one of the above condition met, then the result must be 5 else 0If YTC is >=75 and STC>= 80, Need to have the value as 10 in column DAny one of the above condition met, then the result must be 5 else 0Name YTC STCJohn 65 70Susan 55 55Batt 65 70Matthew 65 70Kevin 75 80Mass 55 55Keith 75 80Can someone help me on this