answersLogoWhite

0

No. In Excel you would use the COUNT function to do it, or possibly the COUNTA or COUNTIF, depending on exactly what you were trying to do.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Which is the ROUND function argument specifies the number of decimal places to round to?

In Excel, the second argument of the Round function specifies the number of decimal places to round to. If this number is negative, it rounds to corresponding digits before the decimal point.


What is the meaning of tangent theta?

It is a trigonometric function whose argument is the number theta.


A function prime that returns if its argument is a prime no or returns zero?

prime number


How is a group of elements in the periodic table indentified?

Each group has a group number.


What counts the number of cells in a range that contain numeric data?

The COUNT function will do that.


What is the definition of function rule?

A function, in mathematics, associates one quantity, the argument of the function, also known as the input, with another quantity, the value of the function, also known as the output. A function assigns exactly one output to each input. The argument and the value may be real numbers, but they can also be elements from any given set. An example of a function is f(x) = 2x, a function which associates with every number the number twice as large. Thus 5 is associated with 10, and this is written f(5) = 10.


What is implied by the argument of the function?

A function (also known as procedure, subroutine, and - in object-oriented languages - as a method) lets you do repetitive calculations in a single place, without having to repeat lots of commands over and over. For example, you might have a function that calculates the square root of a number. An argument (also known as a parameter) is any variable information you pass to your function. For example, in the case of calculating a square root, the argument tells the function what number you want to calculate the square root of. For calculating powers, you might have two arguments: the base, and the exponent. In general, a function can have zero or more arguments - it really depends what it is used for.


Which is the most likely function of a group of cells that contain a high number of mitochondria?

Which is the most likely function of a group of cells that contains a high number of mitochondrian


What is the first argument required by Excel's built-in IF function?

For my example you have a number '2' in cell D4 The first argument would be: Logical Test. Example of IF Argument: =IF(Logical Test, True, False) So the logical test is what you are testing, IF Cell D4=2, the value would be true, if it didn't equal 2 the value would be false.


How many premises can an argument have?

Arguments can have any number of premises, ranging from zero to an indefinite amount. However, arguments typically contain two or more premises to support a conclusion. The strength of an argument depends on the quality and relevance of its premises to the conclusion.


Which PMT function argument is used for the number of payments that will be made to an investment or loan?

The nper argument.The nper argument.The nper argument.The nper argument.The nper argument.The nper argument.The nper argument.The nper argument.The nper argument.The nper argument.The nper argument.


How can called function determine number of arguments that have been passed to it in C language?

use the variable length argument - va_arg va_list ca_start and va_end macros