Nested If

K

Ken@AP&T

How do I code a nested IF/THEN/ELSE statement that sets a value based upon
nested If
 
R

Rick B

You don't say where or what you are using, so I will just have to guess.

=IIf(condition,true,(IIf(condition,true,false)))

Without more details, we can't give you a more specific answer.

Rick B
 
Top