I have a table with 3 columns and 5 rows . Col A has "Y" and "N"; Col B and C has values.
Requirement: For each row, When Col A is "Y", i need to consider max of col B and C. I need a single formula to sum the entire range with this condition. In this case, I would need the sum as 15.
Requirement: For each row, When Col A is "Y", i need to consider max of col B and C. I need a single formula to sum the entire range with this condition. In this case, I would need the sum as 15.
Col A | Col B | Col C |
N | 1 | 5 |
Y | 2 | 6 |
N | 3 | 7 |
Y | 4 | 8 |