For example, formula =A1=B1 returns TRUE if cells A1 and B1 contain the same value (number, text or date), FALSE otherwise.
...
Comparison operators in Excel formulas.
Comparison operator | Meaning | Formula example |
---|---|---|
= | Equal to | =A2=B2 |
<> | Not equal to | =A2<>B2 |
> | Greater than | =A2>B2 |
< | Less than | =A2<B2 |
What is Excel functions with examples?
For example, the function =AVERAGE(B1:B9) would calculate the average of the values in the cell range B1:B9. This function contains only one argument. Multiple arguments must be separated by a comma. For example, the function =SUM(A1:A3, C1:C2, E2) will add the values of all cells in the three arguments.