USING MICROSOFT EXCEL
HOW TO ADD COPY AND MOVE WORKSHEETS WITHIN EXCEL WORKBOOKS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Math & Trig
|
|
Text
|
|
Logical
|
|
Lookup & Reference
|
Detailed explanation-1: -Microsoft Excel provides 4 logical functions to work with the logical values. The functions are AND, OR, XOR and NOT. You use these functions when you want to carry out more than one comparison in your formula or test multiple conditions instead of just one.
Detailed explanation-2: -Syntax. Use the IF function, one of the logical functions, to return one value if a condition is true and another value if itβs false.
Detailed explanation-3: -IF is one of the Logical functions in Microsoft Excel, and there are 3 parts (arguments) to the IF function syntax: logical test: TEST something, such as the value in a cell. value if true: Specify what should happen if the test result is TRUE. value if false: Specify what should happen if the test result is FALSE.
Detailed explanation-4: -When you combine each one of them with an IF statement, they read like this: AND β =IF(AND(Something is True, Something else is True), Value if True, Value if False) OR β =IF(OR(Something is True, Something else is True), Value if True, Value if False) NOT β =IF(NOT(Something is True), Value if True, Value if False)