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

16y 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 comparison operators means less than or equal to?

The comparison operator &quot;less than or equal to&quot; is represented by the symbol &quot;≤&quot;. It is used to compare two values, indicating that the value on the left is either less than or equal to the value on the right. For example, in the expression &quot;x ≤ 5&quot;, it means that x can be any number that is less than or equal to 5. This operator is commonly used in mathematics and programming to set conditions or constraints.


What is concatenating operator on Microsoft Excel?

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


To express conditions such as less than or equal to you can use a?

To express conditions like &quot;less than or equal to,&quot; you can use the comparison operator &quot;≤&quot; or the phrase &quot;less than or equal to.&quot; In programming, this is often represented as &lt;=. This operator is commonly used in mathematical expressions and conditional statements to define ranges or constraints.


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