189k views
4 votes
Which phrase is a comparison operator for inserting a not equal to argument in an IF, COUNTIF or SUMIF function?

<=
<>
><
>=

User Corindiano
by
7.0k points

2 Answers

4 votes

Answer:

<>

Step-by-step explanation:

In Excel, the symbol for not equal to is <>. The symbol <= means less-than-or-equal-to, the symbol >= means greater-than-or-equal-to and the symbol >< is not defined.

For example if you want to count the number of cells in the range B1:B5 that are not equal to the text "blue" you use: COUNTIF(B1:B5, "<>blue")

User Alister Lee
by
6.7k points
1 vote

Answer:

<>

The above is the correct option.

<= This is less than or equal to

<> This is what means not equal to

>= This means greater than or equal to.

Mathematics is a lot about accurate analysis, and comparison plays an important role in analysis. The above symbols are being used extensively. And what they mean is mentioned above. Hence, the above answer.

Step-by-step explanation:

The answer is self explanatory.

User Sam Ritchie
by
6.4k points