Excel Logic functions Flashcards
If
=if(logic, true, false)
Tests validity
Tests 2 possible outcomes but nesting includes more outcomes (purpose: given a range of different rates)
Is A something to B? If so, then true, so calculate. If not then is A something to another b? Etc
Include the new if functions as false statements to continue the procedure
IF functions are used in decision making
And
=and(logic,logic2)
All logic must be true otherwise false
IFERROR
if error pops up, then directions are displayed
Ifna
Same as if error
=NOT
Versus the logic of an argument
Makes sure a value is not equal to a particular value
=OR
True if any value is true
False if all values are false
Reverse And basically
A logical test can only be…
True or False or 0 or 1
Nests regarding if replace…
1 or 2 functions with an if statement