Technially you are not correct, you can only nest 7 IFs
=IF(etc,IF(etc,IF(etc and so on
Not:
=IF(etc,IF(etc,TRUE,FALSE),IF(etc,TRUE,FALSE))
which is only 2 nested IFs in each part of the formula.
However, to the original question.
Can you please expand a little on your specific requirement...