Hi,
I'm trying to use the formula tool to add another column with output dependent on certain rules below and concatenate the result in the output column shown
Rule 1: None of 4 columns can be blank
Rule 2: None of 4 columns can have the word "grape"
Rule 3: Col 2 must be a whole number
| Col 1 | Col 2 | Col 3 | Col 4 | Output |
| pear | 4 | | banana | Col 3 cannot be blank |
| apple | 3.567 | apple | grape | Col 2 must be whole number, Col 4 cannot be grape |
| strawberry | kiwi | grape | | Col 2 must be whole number, Col 3 cannot be grape, Col 4 cannot be blank |