Hi
syntax of a nested IF with an additional IF in both the true & false parts
of the original IF
=IF(test,IF(test,true,false),IF(test,true,false))
e.g.
=IF(A1>50,IF(A1>90,"distinction","pass"),IF(A1<20,"fail","hold"))
if you'ld like more specific assistance, please post back with what you're
testing for and what the different outcomes are
Cheers
JulieD