answersLogoWhite

0


Best Answer

The logical operators in Excel are as follows. < is less than, > is greater than, = is equals. <= is less than or equals and >= is greater than or equals. Not equal to is written as <>.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

8y ago

The IF function is used for doing logical tests in Excel. For example, the following function checks if the value in A3 is greater than 10 and gives the appropriate message.

=IF(A3>10, "Greater than 10", "Less than or equal to 10")

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the standard operators in Excel?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are standard operators for equations that Excel uses?

+ (plus) - (minus) / (divide) * (multiply) ^ (power) = (equals)


What are all of the valid excel arithmetic operators?

+ - * / ^ ()


What are valid Excel arithmetic operators?

The following are valid Excel operators for arithmetic: + (plus) - (minus) / (divide) * (multiply) ^ (power of) These can help you create operations, which would be your formulas that use the operators: =A2+A7 =10^2


A symbol in Excel used to compare values is called?

comparison operators


What is the role of operators in an excel worksheet?

performing different database operation of there businessses


What are four operators for Microsoft Excel and Word?

There are five operators:add (+)subtract (-)multiply (*)divide (/)exponent (^)


What consists of cell references numbers and arithmetic operators that instruct Excel to perform a calculation?

A formula.


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 are the rational operators used in if function in Microsoft Excel?

All the usual relational operators and combinations of them can be used. So equals to, less than, greater than and their combinations are all valid.


What are valid format symbols that can be entered with a number in Excel?

Excel does not use format symbols. If this question is asking about arithmetic operators, the symbols are:Addition (+)Subtraction (-)Multiplication (*)Division (/)Exponent (^)


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

Parentheses or round brackets ( and ) override operator precedence.


Are the operators in excel interchangeable?

This question is not clear. If you exchange a multiplication and addition operator, you most likely would get a different result.