Functions & Operators Flashcards

1
Q

AND()

A

AND Function or && Operator;

Takes at least two arguments and returns true only if all arguments are true.

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

OR()

A

OR Function or | | Operator;

Takes at least two arguments and returns true if at least one argument is true, and returns false if all arguments are false

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

NOT()

A

NOT Function or ! Operator;

Returns False for True and True for False

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

IF()

A

IF Function takes 3 arguments in the format (test, result, alternate)

Define what to test, define the outcome for true, else false.

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

TEXT()

A

Converts a Percent, Number, Date, Date/Time, picklist, or Currency field into Text without any signs (30% will be 0.3)

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