KnowledgeBoat Logo
|

Computer Applications

Which logical values are recognized by most of the functions? What are the corresponding numeric values of those logical values?

MS Excel

11 Likes

Answer

In Excel, logical values are represented by the TRUE and FALSE values. These logical values are widely recognized by most functions for conditional testing and logical operations. The corresponding numeric values are:

TRUE — corresponds to the numeric value 1.

FALSE — corresponds to the numeric value 0.

When we use TRUE or FALSE in a numeric context, Excel automatically treats them as 1 and 0, respectively.

Answered By

5 Likes


Related Questions