answersLogoWhite

0

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.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Which comparison operator means not equal to?

"&ne;" is used in mathematics, though because of the limitations of the Ascii character set then != is often used in programming. In Microsoft Excel, the comparison operator that means "not equal to" is either NOT, or &lt;&gt;.


Is percent a valid Excel arithmetic operator?

No. Percent is not an operator, it is a symbol or cell format style.


What is concatenating operator on Microsoft Excel?

The &amp; is the concatenation operator. It could be used like this: =A1 &amp; A2


A symbol in Excel used to compare values is called?

comparison operators


In Excel what is the operator used for multiplication called?

In Excel, you use the asterisk, "*". As to the name, I would just call it the "multiplication sign".


What is a operator in access?

It is any of the operators used to compare things to see if they are equal or greater than to less than etc. So ones like &gt; &lt; = are all comparison operators.


What is a comparison of two numbers or expressions using symbols?

Depending on the comparison operator used, that's either an equation, or an inequality.


When more than one arithmetic operator is involved in a formula excel changes the year to?

Excel does not change the year if the arithmetic operators have been used with the correct syntax.


What pair of brackets can be used to override the precedence of the operators in Excel?

Parentheses or round brackets ( and ) override operator precedence.


What is the symbol that tells excel that you are about to begin a formula?

the asterisk is used for what function when building a formula in excel


What is a symbol for to compare?

A common symbol used for comparison is the equal sign (=). This symbol is used to indicate that two values are equal to each other.


When more than one operator is involved in a formula Excel follows a different basic order of operations from that used in algebra.true or false?

False. Excel follows the rules of mathematics in doing calculations, as algebra also does.