Hi Jaco
Sorry, but the iff() function does not support nesting, and for exotic reasons in the parser it is unlikley to ever support it.
You can achieve the same result using a couple of tests in tab 4. Alternatively, have a look at the textmap() function - this gives you case like functionality, with the addition of regular expression support, so your tests could be case insensitive for example.
Regards
Admin