answersLogoWhite

0


Best Answer

MAX gives you the highest value in a specified range. MIN gives you the lowest value in a specified range. COUNT will count how many values there are in a specified range, ignoring cells that do not have numbers in them. You could use them like this:

=MAX(A2:A20)

=MIN(A2:A20)

=COUNT(A2:A20)

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the purpose of these functions Max Min Count?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which button on the standard toolbar gives you quick access to the Sum Average Count Min and Max functions?

The AutoSum.


What Functions may be entered for formulas in Excel?

Any function can be used in a formula, depending on what the formula needs to do. There are well over 300 functions in Excel. Some of the most commonly used functions include SUM, AVERAGE, MIN, MAX, IF and COUNT, amongst many others.Any function can be used in a formula, depending on what the formula needs to do. There are well over 300 functions in Excel. Some of the most commonly used functions include SUM, AVERAGE, MIN, MAX, IF and COUNT, amongst many others.Any function can be used in a formula, depending on what the formula needs to do. There are well over 300 functions in Excel. Some of the most commonly used functions include SUM, AVERAGE, MIN, MAX, IF and COUNT, amongst many others.Any function can be used in a formula, depending on what the formula needs to do. There are well over 300 functions in Excel. Some of the most commonly used functions include SUM, AVERAGE, MIN, MAX, IF and COUNT, amongst many others.Any function can be used in a formula, depending on what the formula needs to do. There are well over 300 functions in Excel. Some of the most commonly used functions include SUM, AVERAGE, MIN, MAX, IF and COUNT, amongst many others.Any function can be used in a formula, depending on what the formula needs to do. There are well over 300 functions in Excel. Some of the most commonly used functions include SUM, AVERAGE, MIN, MAX, IF and COUNT, amongst many others.Any function can be used in a formula, depending on what the formula needs to do. There are well over 300 functions in Excel. Some of the most commonly used functions include SUM, AVERAGE, MIN, MAX, IF and COUNT, amongst many others.Any function can be used in a formula, depending on what the formula needs to do. There are well over 300 functions in Excel. Some of the most commonly used functions include SUM, AVERAGE, MIN, MAX, IF and COUNT, amongst many others.Any function can be used in a formula, depending on what the formula needs to do. There are well over 300 functions in Excel. Some of the most commonly used functions include SUM, AVERAGE, MIN, MAX, IF and COUNT, amongst many others.Any function can be used in a formula, depending on what the formula needs to do. There are well over 300 functions in Excel. Some of the most commonly used functions include SUM, AVERAGE, MIN, MAX, IF and COUNT, amongst many others.Any function can be used in a formula, depending on what the formula needs to do. There are well over 300 functions in Excel. Some of the most commonly used functions include SUM, AVERAGE, MIN, MAX, IF and COUNT, amongst many others.


What function in excel will equal a number that is related to a range of numbers?

The COUNT function will count how many numbers are in a range. SUM will total those numbers. AVERAGE will get the average of them. There are other functions that will also do things relating to that range of numbers such as MIN, MAX, MEDIAN, MODE and others.The COUNT function will count how many numbers are in a range. SUM will total those numbers. AVERAGE will get the average of them. There are other functions that will also do things relating to that range of numbers such as MIN, MAX, MEDIAN, MODE and others.The COUNT function will count how many numbers are in a range. SUM will total those numbers. AVERAGE will get the average of them. There are other functions that will also do things relating to that range of numbers such as MIN, MAX, MEDIAN, MODE and others.The COUNT function will count how many numbers are in a range. SUM will total those numbers. AVERAGE will get the average of them. There are other functions that will also do things relating to that range of numbers such as MIN, MAX, MEDIAN, MODE and others.The COUNT function will count how many numbers are in a range. SUM will total those numbers. AVERAGE will get the average of them. There are other functions that will also do things relating to that range of numbers such as MIN, MAX, MEDIAN, MODE and others.The COUNT function will count how many numbers are in a range. SUM will total those numbers. AVERAGE will get the average of them. There are other functions that will also do things relating to that range of numbers such as MIN, MAX, MEDIAN, MODE and others.The COUNT function will count how many numbers are in a range. SUM will total those numbers. AVERAGE will get the average of them. There are other functions that will also do things relating to that range of numbers such as MIN, MAX, MEDIAN, MODE and others.The COUNT function will count how many numbers are in a range. SUM will total those numbers. AVERAGE will get the average of them. There are other functions that will also do things relating to that range of numbers such as MIN, MAX, MEDIAN, MODE and others.The COUNT function will count how many numbers are in a range. SUM will total those numbers. AVERAGE will get the average of them. There are other functions that will also do things relating to that range of numbers such as MIN, MAX, MEDIAN, MODE and others.The COUNT function will count how many numbers are in a range. SUM will total those numbers. AVERAGE will get the average of them. There are other functions that will also do things relating to that range of numbers such as MIN, MAX, MEDIAN, MODE and others.The COUNT function will count how many numbers are in a range. SUM will total those numbers. AVERAGE will get the average of them. There are other functions that will also do things relating to that range of numbers such as MIN, MAX, MEDIAN, MODE and others.


What are functions that may be displayed on the bottom toolbar in Excel when certain cells are selected?

Sum, Average, Max, Min and Count.


MIN and MAX are examples of functions?

They are both statistical functions.


Which Excel function also has an icon that can be used as a short-cut to achieve the results?

The SUM function, which has the Autosum icon. Other functions can be taken from it, including the Average, Count, Min, Max and Counta functions.


Give 5 functions of formulas in Excel?

Built-in formulas in Excel are known as functions. Here are five common ones: SUM AVERAGE COUNT MIN MAX


What do the Max and Min functions do?

The MAX function gets the highest value in a range and the MIN function gets the lowest. If there were values in all the cells from A2 to A20, you could use the two functions to get the highest and lowest values in the range:=MAX(A2:A20)=MIN(A2:A20)


What is the tabs in excel?

sum average max min count numbers


C program to print n prime numbers using do while loop?

#include<stdio.h> int main(){ intnum,i,count,min,max; printf("Enter min range: "); scanf("%d",&min); printf("Enter max range: "); scanf("%d",&max); num = min; while(num<=max){ count = 0; i=2; while(i<=num/2){ if(num%i==0){ count++; break; } i++; } if(count==0 && num!= 1) printf("%d ",num); num++; } return 0; }


Do outliers count when calculating the range of a box and whisker plot?

no max-min


How do you find the max and min of sine cosine functions?

The maximum of the sine and cosine functions is +1, and the minimum is -1.