Cell A | Cell B | Cell C | Cell D | Cell E |
Row 1 | 2 | 2.2 | 2.5 | (Need function for this cell) |
Row 2 | 2.1 | 1.5 | 2.3 | |
Row 3 |
I need a single function for the scenario:
If ALL values in Cell B, C, D in Row 1 are all Above or equal to 2, show "Yes" in Cell E, Row 1)
If At least 1 value in Cell B, C, D in Row 1 is below 2, show "No" in Cell E, Row 1)
If At least 1 value in Cell B, C, D in Row 1 is blank, show "No" in Cell E, Row 1)