167k views
3 votes
Which functions return a logical value (TRUE or FALSE)?

2 Answers

2 votes

Answer:

Functions with a boolean return type.

Step-by-step explanation:

If the return type is boolean, the only possible values are true or false.

User Ross Scott
by
6.0k points
4 votes

Answer:

AND

and

SUMIF

functions return a logical value (TRUE or FALSE).

Step-by-step explanation:

True

User Assaf Moldavsky
by
5.5k points