The IFS function and the ELSE condition.
Using the IFS, we can add multi conditions.
If the first condition returns true, the word BIG appears.
If the second one returns true, the MEDIUM appears.
We can add more conditions if necessary.
To add the else statement, we type true.
And here we add what will appear if no condition is met.