x < y : x is less than y.x ≤ y : x is less than or equal to y. x > y : x is greater than y.x ≥ y : x is greater than or equal to y.
Is 9.202 greater than less than or equal
less than
greater than
They are equal.
> greater than < less than = equal to
x < y : x is less than y.x ≤ y : x is less than or equal to y. x > y : x is greater than y.x ≥ y : x is greater than or equal to y.
< > = Greater than , less than and equal too
Pierre Bouguer
Symbols= greater than (>), less than (<), and equal to (=)
Less than (<) Greater than (>) Equal to (=) Greater than or equal to (> but it has another horizontal line under it) Less than or equal to (< but it has another horizontal line under it) Not Equal to (= but with a / through it)
Less than is indicated by < and is the upper case comma on keyboard Greater than is indicated by > and is the upper case period on keyboard If you want less than or equal to or greater than or equal to these are available as symbols on Microsoft
If the "comparison symbol" is the equal sign, it is called an "equation". If the symbol is less than, greater than, less-than-or-equal, or greater-than-or-equal, it's called an "inequality".
The "is greater than" and "is less than" symbols are the relations of an equality. this is the greater than symbol > this is the less than symbol <
it deals with the symbols "greater than" and "less than". it also deals with the things that are not equal.
Less than: x<y Greater than: x>y Equal to: x=y There is also less than or equal to, which is the less than symbol with a line over it, as well as greater than or equal to, which is the greater than symbol with a line over it. Not equal to is an equal sign with a slash. About equal to is an equal sign but with squiggly lines intead of straight.
You can use the Not function or the <> operator, which is the < and the > beside each other. To see if the values in A1 and A2 are not equal to each other, you can type: =A1<>A2 or =Not(A1=A2) In each case they will either give you TRUE if they are not equal or FALSE if they are equal, in the cell that you enter the formula into.