answersLogoWhite

0


Best Answer

MAX

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the function that returns the largest value in a set of values?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between min and max function?

The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)


What function searches for a specific value in a table and returns that values relative position from the table not the value itself?

The MATCH function.


How does the highvalue function in Excel work?

Excel does not have a HIGHVALUE function. It does have a MAX function that finds the largest number in a range.The MAX function returns the largest value from the numbers provided.MAX(number1,number2,...number_n)number1, number2, ... number_n are numeric values - they can be numbers, named ranges, arrays, or references to numbers. There can be up to 30 values entered.


What takes a value or values performs an operation and returns a result to the cell?

called function


What category in Excel returns a true or false value?

Excel has a category called Logical Functions. The IF function is the one of those that most people use and associate with returning True or False values. Other functions also return True or False values. There is a TRUE function and a FALSE function. The OR function and the AND function can be used to return True or False values too. The NOT function can reverse a True or False value, so it also returns True or False.


An argument takes a value or values and performs an operation?

In programming, an argument takes a value or vales and performs an operation is called a function or method. If a method does not return a value, it is described as 'void'.


What is an Excel reference function that looks for a value in the top row of a table or array of values and returns the value in the same column from a row you specify?

hlookup


What module returns a value back to the part of the program that called it?

A function. You can have a function that returns but doesn't return a value with it.


How can a function return multiple values in plsql?

You cannot return multiple values from a function. A function returns one or no values. That is the definition of a function. That said, you could have that one value be a pointer to a struct, or it could be a struct itself, and that struct could contain multiple values. You can also pass the function pointers to items in the caller's address space that the function could modify.


What is an absolute function?

The absolute value function returns the absolute value of a number.


What the range in maths for kids?

In a function, the "range" is the set of all possible values of a function for the values of the variable, or the values that result when a function takes in the domain.For example, the function y=2X+3, the range is all real numbers.In statistical data, the range is the difference between the smallest value and the largest value in the set. To find range, you subtract the smallest value in the data set from the largest value.For example, this data set:73, 77, 84, 87, 89, 91, 94The range is the difference of the smallest value and the largest value, so 94-73=21. The range is 21


What is a function in VB.net?

A function is an algorithm that returns a value when it is executed