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

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