answersLogoWhite

0


Best Answer

You can type it in or select the range using the mouse or keyboard.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you enter a range into an argument in a function?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the domain and range of the function?

The domain of a function is the set of values for which the function is defined.The range is the set of possible results which you can get for the function.


How can you find the domain and range of a function?

The domain is a subset of the values for which the function is defined. The range is the set of values that the function takes as the argument of the function takes all the values in the domain.


How do you enter the formula to count the number of cells with numbers in a range of cells?

You use the COUNT function. Say your range was the cells for A2 to A20. In another cell you would enter the following function:=COUNT(A2:A20)You use the COUNT function. Say your range was the cells for A2 to A20. In another cell you would enter the following function:=COUNT(A2:A20)You use the COUNT function. Say your range was the cells for A2 to A20. In another cell you would enter the following function:=COUNT(A2:A20)You use the COUNT function. Say your range was the cells for A2 to A20. In another cell you would enter the following function:=COUNT(A2:A20)You use the COUNT function. Say your range was the cells for A2 to A20. In another cell you would enter the following function:=COUNT(A2:A20)You use the COUNT function. Say your range was the cells for A2 to A20. In another cell you would enter the following function:=COUNT(A2:A20)You use the COUNT function. Say your range was the cells for A2 to A20. In another cell you would enter the following function:=COUNT(A2:A20)You use the COUNT function. Say your range was the cells for A2 to A20. In another cell you would enter the following function:=COUNT(A2:A20)You use the COUNT function. Say your range was the cells for A2 to A20. In another cell you would enter the following function:=COUNT(A2:A20)You use the COUNT function. Say your range was the cells for A2 to A20. In another cell you would enter the following function:=COUNT(A2:A20)You use the COUNT function. Say your range was the cells for A2 to A20. In another cell you would enter the following function:=COUNT(A2:A20)


What is the range in a function called?

A range specified within a function is known as an argument. The pieces of information that functions require are all known as arguments. These can include ranges or other values.


How can you enter the correct range in a function by typing the beginning and ending cell references separated by?

colon


What is a range as a math term?

A range used as a math term means subtracting the highest value from the lowest value. the set of values that a given function can take as its argument varies.


Does the NUMBER function return the number of cells in the range indentified in the argument contain data?

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.


Is it a function if the range is repeated?

Yes. As long as there is only 1 value for each argument, it is a function. For example, the range of the sine function (y = sin x), for real values of x, consists of all the real numbers from -1 to 1 inclusive, and this range repeats infinitely many times. But for each value of x, there is only 1 value of sin x.


What exactly is an optional argument in Excel?

An argument is something inside the brackets of a function that is needed for it to work. An optional argument is an argument that can be left out, in which case a default value is often used. So the function will work with or without the optional argument. For example, if you are using the MATCH function you must specify what it is searching for and the range it is searching in. Those two arguments have to be put in, or it won't work. You can also specify what way it searches, using an optional argument. The MATCH function will find the largest value that is less than or equal to what you searching for if you put in 1, with the values in ascending order. Putting in 0 means it must find an exact match. It will find the smallest value that is less than or equal to what you searching for if you put in -1, with values having to be in descending order. If you leave it out completely, it uses 1 as the default.


When a function is used as an argument in another function?

It is called callback function. For an example see the qsort function.


What are limits in maths?

Limits (or limiting values) are values that a function may approach (but not actually reach) as the argument of the function approaches some given value. The function is usually not defined for that particular value of the argument.


Does The SMALL function formula displays the smallest number contained in the range?

The SMALL function can display the smallest, but it can also do things like select the second smallest or the third smallest for example. Which position is determined by the second argument. So if you wanted to get the third smallest value in the range from B6 to D12, the function would be: =SMALL(B6:D12,3)