Computer Applications
Which logical values are recognized by most of the functions? What are the corresponding numeric values of those logical values?
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.
Related Questions
Can we find the average of more than one range of cells? If yes, what will be the structure of such a function?
What is the significance of COUNT() function? What type of data entries does the COUNT() function recognize?
Suggest the Excel functions which can be used for the following:
(a) To calculate the average marks obtained by a student in SA1 assuming that his/her marks of individual subjects are given.
(b) To find the highest marks of Hindi in your class, if marks of all students are given.
(c) To calculate the quarterly sales of a sales executive, if the sales data of all months are given.
(d) To find out the minimum quoted tender rates submitted by various companies to the Govt. of India.