Just to go back a few threads in this discussion, Everyone agrees that the IF statement can only accomodate 7 IF's (Nested IF statement), but I have on occasion had to use IF for 9 or more conditions. Like so:
[Cell A1] = Nested IF statement containing 7 conditions but make the final "Condition if false", "" , (two apstrophies) in other words nothing.
Do the same to cell [A2] and cell [A3] if required. (Total of 21 IF's)
Then simply =A1&A2&A3 in the required cell to achieve your answer.
If the correct condition is not found in A1, the result is nothing, so adding nothing to cell A2 equals A2. Similarly if the result is not in A2, the answer is in A3. For correctness, make the final pair of apostrophies in A3 into a statment such as "Item not found"
It might be clumsy, but it works!
But, as my esteemed superiors say, there are easier ways!!!