Function Executions
Function Executions
3 5
Sum if Function 18 2 6 4
4 7 5
Quantity
Product Salesperson
Sold
Sumifs Function 20
5 Apples Tom
4 Apples Sarah
15 Artichokes Tom
3 Artichokes Sarah
22 Bananas Tom
12 Bananas Sarah
10 Carrots Tom
33 Carrots Sarah
Sumsq 82 2
8
IF function Yes 1
NO 0
Look up orange Frequency Color
yellow 4.14 red
4.19 orange
5.17 yellow
5.77 green
6.39 blue
Complex() 3+4i
ISPMT function
ISPMT(rate, per, nper, pv)
IS Function Data Function
ISBLANK(value) 0 Gold ISBLANK
ISERR(value) 1 Region1 ISERR
ISERROR(value) 0 #REF! ISERROR
ISFORMULA FUNCTION 1
OR Function Value
1 50
0 200
200
Counts the number of cells with a value greater than (>) or equal to (=) 32 and less than (<) or
equal to (=) 85 in cells B2 through B5. The result is 1.
Counts the number of cells containing any text in cells A2 through A5. The asterisk (*) is used
as the wildcard character to match any character. The result is 4.
Looks up 4.19 in column A, and returns the value from column B that is in the same row.
Looks up 5.75 in column A, matches the nearest smaller value (5.17), and
returns the value from column B that is in the same row.
Sums the range A2:A4. The CHOOSE function returns A4 as the second part of the range for
the SUM function.
5
Press Ctrl+1 to launch the Format Cells dialog, and click the Number tab.
Under Category, click Date, select the date format you want, and then click OK.
Excel stores dates as sequential serial numbers so that they can be used in calculations. By
default, January 1, 1900 is serial number 1, and January 1, 2008 is serial number 39448 because
it is 39,447 days after January 1, 1900.
MODE returns the most frequently occurring, or repetitive, value in an array or range of data.
Converts real and imaginary coefficients into a complex number of the form x + yi or x + yj.
Calculates the interest paid (or received) for the specified period of a loan
(or investment) with even principal payments. Argument Description
Rate Required. The interest rate for the investment.
Per Required. The period for which you want to find the interest, an
Nper Required. The total number of payment periods for the investm
Pv Required. The present value of the investment. For a loan, Pv is
Returns TRUE if
Value refers to an empty cell.
Value refers to any error value except #N/A.
Value refers to any error value (#N/A, #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME?, or
#NULL!).
Value refers to the #N/A (value not available) error value.
Value refers to any item that is not text. (Note that this function returns TRUE if the
value refers to a blank cell.)
Value refers to a number.
Value refers to a reference.
Value refers to text.
TYPE returns
1
2
4
16
64
128
Displays TRUE if A2 is greater than 1 AND less than 100, otherwise it displays FALSE.
Use the OR function, one of the logical functions, to determine if any conditions in a test are TRUE.
IF OR function together
SWITCH(Value to switch, Value to match1...[2-126], Value to return
if there's a match1...[2-126], Value to return if there's no match)
Applicable in 2016 version onwards
or the investment.
ch you want to find the interest, and must be between 1 and Nper.
of payment periods for the investment.
of the investment. For a loan, Pv is the loan amount.
Tree Height Age Yield Profit Height
Apple >10 <16
Pear
Tree Height Age Yield Profit
Apple 18 20 14 105 DAVERAGE() 13 The average age of all trees in the database.
Pear 12 12 10 96 DAVERAGE() 12
Finds apple
Cherry 13 14 9 105 trees between a
height of 10 and
16 and counts
how many of
the Age fields in
those records
contain
DCOUNT() 1 numbers.
Counts the
rows (1)
containing
"Apple" in
column A with
a height >10
Apple 14 15 10 75 and <16. Only
row 8 satisfies
these three
conditions.
Counts the
nonblank cells
in a field
(column) of
records in a
list or
database that
match
conditions
that you
DCOUNTA() 1 specify.
Pear 9 8 8 76.8
Apple 8 9 6 45
Rows/
Columns A Column B Column C Column D Column E Column F Column
Salesperso
Quantity Sold Product Quantity Product Salesman Quarter1 Quarter2 Qurter3
n 1
5 Apples Tom 2 3 Chips Jerry Yes Yes No
4 Apples Sarah 3 7 Shirt Ritik No Yes Yes
15 Artichokes Tom
4 10 Cramberry sarah No Yes No
3 Artichokes Sarah
5 12 Banana Ritik Yes Yes Yes
22 Bananas Tom 6 14 Shorts Ritik No No NO
12 Bananas Sarah 7 15 Trouser Jerry No No Yes
10 Carrots Tom 8 20 Chips Ritik Yes No Yes
33 Carrots Sarah 9 21 Carrots Jerry No Yes Yes
10 22 Shorts Sarah Yes No NO
11 33 Wallnut Jerry No No NO
he database.
3
7
10
12
14
15
20
81
24
1
10
21
No
Rows/
Columns A Column B Column C Column D Column E Column F Column G Column
1 Name Marks 1 Marks 2 Marks3 Marks 4 Marks 5
2 Radhika 42 95 76 48 67 328 66
3 Gopal 68 74 81 76 74 373 75
4 Ritu 87 85 75 95 75 417 83
5 John 52 67 57 68 49 293 59
6 Rayon 94 92 98 87 89 460 92
Criteria Grades
>=90 A
>=80 B
>=70 C
>=60 D
>=50 E
<50 F