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.COUNTBLANK function is used to get the total count of Blank or Empty cell in range.
COUNTBLANK Function has one required argument i.e. range.
Watch: How to use VLOOKUP Function in Excel? What is VLOOKUP Function? The VLOOKUP function in Excel searches for a value in a table and returns a corresponding value from another column in the same row…
Watch Video: Rand and Randbetween Excel Functions Generate Random Numbers using Excel Functions We have got many instances where we needed to generate a random database or values. “RAND function” is very useful for users…
Many tasks in Excel require comparing data in different cells. To do this, Excel offers six logical operators, also known as comparison operators. This tutorial will help you understand how these operators work and how to write efficient formulas for data analysis
LEN function is used for counting number of characters in available string. The output of the function returns the count in new cell.
Microsoft Excel “HOUR, MINUTE, SECOND Functions” are time related functions helps to extract the Hour, Minute or Second from a complete Time.