Sure, you can nest them one within the other:
=IF(Condition1,True1,IF(Condition2,True2,False2))
or
=IF(Condition1,IF(Condition2,True2,False2),IF(Condition3,True3,False3))
In Excel 2003 you can have up to 7 nested levels. I don't remember what it
is for either earlier versions or Excel 2007. Look up Nested functions in
help for details on your release

Signature
Kevin Backmann
> Can you have 2 If statements in a formula without having to do Visual Basic?
Yes, Excel will allow you do include up to 7 nested "IF-THEN-ELSE" statements
within a formula

Signature
Joe Mac
> Can you have 2 If statements in a formula without having to do Visual Basic?
Would this also work with Excel 2000 version??
> Can you have 2 If statements in a formula without having to do Visual Basic?
Kevin B - 30 May 2008 19:08 GMT
Sure would...

Signature
Kevin Backmann
> Would this also work with Excel 2000 version??
>
> > Can you have 2 If statements in a formula without having to do Visual Basic?