A nested IF will keep moving through the formula until the first 'true' is found. To nest, you stack the IF statements together so that the next IF statement forms the 'false' of the preceding one. Note how the closing parentheses of the IFs are at the end. ...