The SUMIF function in Excel adds up values in a range of cells that meet certain criteria. Click here to Read Full Tutorial
=SUMIF(range, criteria, [sum_range])
=SUMIF
: Start typing =SUMIF
to begin the formula."David"
in quotation marks, which means you want to look for “David”.The SUMIFS function in Excel adds up cells that meet multiple criteria. It’s a math and trig function. Click here to Read Full Tutorial
=SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...).
=SUMIFS
: Start the formula.$D:$D
).$B:$B
) and type $F8
(e.g., “David”). Do the same for the second range (e.g., $C:$C
) and $G8
(e.g., “Australia”).=SUMIFS(
.>=F$12
.<=G$12
.C:C
and use G$18&"*"
to match values starting with the text in G18
.B:B
and use F19
to match the exact value.AVERAGE function is used to get the average of numbers. Function applies formula i.e. average = Sum of all values / (Divided by) number of items.
ROW function is used to get the row reference number of the excel worksheet. ROW Function has only one argument i.e. reference,
COUNT function is used to get the total count of Number values in range or list.COUNT Function has one required and optional arguments.
MAX function is used to get the largest number in range or list of values. MAX function has one required argument i.e. number1
INDIRECT function is used to convert the text/string into cell reference. Function provides output as the value of that cell reference.
An ultimate guide for basic user to understand Excel Vlookup function. VLOOKUP is a vertical lookup which helps the user to extract the values from other columns (leftmost) basis on matching column string.
AVERAGE function is used to get the average of numbers. Function applies formula i.e. average = Sum of all values / (Divided by) number of items.
ROW function is used to get the row reference number of the excel worksheet. ROW Function has only one argument i.e. reference,
COUNT function is used to get the total count of Number values in range or list.COUNT Function has one required and optional arguments.
MAX function is used to get the largest number in range or list of values. MAX function has one required argument i.e. number1
INDIRECT function is used to convert the text/string into cell reference. Function provides output as the value of that cell reference.
An ultimate guide for basic user to understand Excel Vlookup function. VLOOKUP is a vertical lookup which helps the user to extract the values from other columns (leftmost) basis on matching column string.
AVERAGE function is used to get the average of numbers. Function applies formula i.e. average = Sum of all values / (Divided by) number of items.
ROW function is used to get the row reference number of the excel worksheet. ROW Function has only one argument i.e. reference,
COUNT function is used to get the total count of Number values in range or list.COUNT Function has one required and optional arguments.
MAX function is used to get the largest number in range or list of values. MAX function has one required argument i.e. number1
INDIRECT function is used to convert the text/string into cell reference. Function provides output as the value of that cell reference.
An ultimate guide for basic user to understand Excel Vlookup function. VLOOKUP is a vertical lookup which helps the user to extract the values from other columns (leftmost) basis on matching column string.