★0 XP
Question 1 of 10
In Excel, logical functions and decision-making are built with statements that evaluate to true or false. Excel has 6 logical operators to determine true or false, and they are listed in the table below.
The statement 1=1 is true, because 1 is equal to 1.
Would 1=2 evaluate to true or false?
The statement 1=1 is true, because 1 is equal to 1.
Would 1=2 evaluate to true or false?
| A | B | C | D | |
|---|---|---|---|---|
| 1 | OPERATOR | MEANING | ||
| 2 | = | Equal to | ||
| 3 | <> | Not equal to | ||
| 4 | < | Less than | ||
| 5 | > | Greater than | ||
| 6 | <= | Less than or equal to | ||
| 7 | >= | Greater than or equal to |
fx