Example: Nested if-then-else structures 2
The following expression:
If statement1 Then If statement2 Then value1 Else value2 Else value3
has this interpretation:

Provide Feedback
If statement1 Then If statement2 Then value1 Else value2 Else value3