Excel Logic functions Flashcards

0
Q

If

A

=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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

And

A

=and(logic,logic2)

All logic must be true otherwise false

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

IFERROR

A

if error pops up, then directions are displayed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Ifna

A

Same as if error

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

=NOT

A

Versus the logic of an argument

Makes sure a value is not equal to a particular value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

=OR

A

True if any value is true
False if all values are false
Reverse And basically

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A logical test can only be…

A

True or False or 0 or 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Nests regarding if replace…

A

1 or 2 functions with an if statement

How well did you know this?
1
Not at all
2
3
4
5
Perfectly