Download as xlsx, pdf, or txt
Download as xlsx, pdf, or txt
You are on page 1of 20

Sum Function: 11 2 1

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

Count IF Function 2 Data Data


1 apples 32
2 oranges 54
1 peaches 75
4 apples 86

Exceeded Exceeded Q2 Exceeded Q3


COUNT IFS Function 2 Salesperson Q1 quota quota quota
Davidoski Yes No No
Burke Yes Yes No
Sundaram Yes Yes Yes
Levitan No Yes Yes

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

VLOOKUP Function 46 Frequency Color Data 84


green 4.14 red 32
4.19 orange 46
5.17 yellow 84
5.77 green 75
6.39 blue 95

HLOOKUP Function green Frequency Color Data


84 4.14 red 32
4.19 orange 46
5.17 yellow 84
5.77 green 75
6.39 blue 95

Match Function 4 Product Count


2 Bananas 25
Oranges 38
Apples 40
Pears 41

Choose Function 2nd 1st Nails 1


Bolts 2nd Screws 2
10 3rd Nuts 3
Finished Bolts 4

Date Function 2/14/2012 2 14 2012


Edate() 12/2/2022 2 2/2/2023
change in year 12/2/2024
change in day 12/4/2022

Year 2008 Date


Month 7 7/5/2008
Day 5 7/5/2010
Datedif function 2 year difference
730 Days Difference
24 Month difference
Date Value Function Data
40850 11
40850 3
2011

Days Function #NAME?

Find Function 6 Miriam McGovern


8
1

Index Function Pears Data Data


Bananas Apples Lemons
Bananas Pears

Concatenation Function conctenate() Manpreet Singh

Forcast Function 10.6072530864 Known Y Known X


6 20
7 28
9 31
15 38
21 40

Mode Function 4 Data


5.6
4
4
3
2
4

percentile function 3.5 5.6


4
4
3
2
4

PERCENTRANK 0.333 Data


1 13
0.777 12
11
8
4
3
2
1
1
1

Rank Function 3 Data


7
14
3.5
1
2

Binary to Decimal Function 100

Complex() 3+4i

Decimal to Binary function 1001

Convert function 0.45359230975


20
Err:502

EFFECT function 0.05354266737 Data Description


Nominal
0.0525
interest rate
Number of
4 compounding
periods per year

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

ISNA(value) 330.92 ISNA


1
ISNONTEXT(value) 0 #N/A ISNONTEXT
ISREF(value) 1 ISNUMBER
ISTEXT(value) 0 ISREF
ISTEXT

ISFORMULA FUNCTION 1

Type Function 2 Data If value is


16 Gold Number
64 Region1 Text
#REF! Logical value
330.92 Error value
#N/A Array
Compound data

AND Function Value


1 50
0 100

NOT Function Value


1 50
0 200

The value is out of range

OR Function Value
1 50
0 200

200

Switch function Value


#NAME? 2
3
Adds the number of products that begin with A and were sold by Tom. It
uses the wildcard character * in Criteria1, "=A*" to look for matching
product names in Criteria_range1 D11:D18, and looks for the
name "Tom" in Criteria_range2 E11:E18. It then adds the numbers
in Sum_range C11:C18 that meet both conditions. The result is 20.

sum of square of two values

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.

The position of the value 41 in the range


Because there is not an exact match, the position of the next lowest value (38) in the range

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.

My name is Manpreet Singh.

Calculate, or predict, a future value by using existing values.


https://support.microsoft.com/en-us/office/forecast-and-forecast-linear-functions-50ca49c9-7b40-4892-94e4-7ad38bbeda99

MODE returns the most frequently occurring, or repetitive, value in an array or range of data.

0.3 means 30rth percentile


Percent rank of 2 in the range A2:A11. Result is 0.333 because three values in the set are less
than 2, and six are greater than 2. Because 2 is found in the range (cell A8), the number of
values less than 2 is divided by the sum of the number of values less than 2 and the number of
values greater than 2. That is, 3/(3+6)=0.333.

Converts real and imaginary coefficients into a complex number of the form x + yi or x + yj.

Converts 1 pound mass to kilograms.


Converts 68 degrees Fahrenheit to Celsius.
Data types are not the same, so an error is returned.
Returns the effective annual interest rate, given the nominal annual interest rate and
the number of compounding periods per year. EFFECT is calculated as follows:
https://support.microsoft.com/en-us/office/convert-function-d785bef1-808e-4aac-bdcd-666c810f9af2
Equation

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.

Returns TRUE if there is a reference to a cell that contains a formula

TYPE returns
1
2
4
16
64
128

Displays TRUE if A2 is greater than 1 AND less than 100, otherwise it displays FALSE.

Reverses the logic of its argument

IF AND NOT function

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

You might also like