The IFS function and the ELSE condition.

Опубликовано: 15 Октябрь 2024
на канале: Google Workspace Tutorial
86
6

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.