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.RANK function performs the Ranking in a range or list of numbers. Function returns the rank position and can assigned as highest or lowest value as 1st Rank
MID function is used for extracting the mid characters from the available string. The output of the function returns the extracted characters in new cell.
MAX function is used to get the largest number in range or list of values. MAX function has one required argument i.e. number1
How to use Excel Function PROPER? PROPER function is used for changing the format of any text or string to PROPER or SENTENCE Case. PROPER Function has argument only one argument i.e. text, which makes the function…
You must have faced a condition when your data cells contain extra spaces, leading spaces or trailing spaces and you wanted to remove these extra spaces to standardize the data. So here you may use…
ROUND function rounds the number value to nearest digit mentioned in argument.
ROUND function has two required arguments i.e. number and num_digits