Excel Functions (Ism)
Excel Functions (Ism)
1.) POWER
Returns the result of a
number raised to a power.
2.) SQRT
Returns a positive square
root.
SQRT(number)
The SQRT function syntax has the following
arguments:
3.) SUBTOTAL
Returns a subtotal in a list or
database. It is generally
easier to create a list with
subtotals by using the
Subtotal command in the
Outline group on the Data
tab in the Excel desktop
application. Once the
subtotal list is created, you
can modify it by editing the
SUBTOTAL function.
SUBTOTAL(function_num,ref1,[ref2],...)
Multiplies corresponding
components in the given
arrays, and returns the sum
of those products.
4.) SUMPRODUCT
Remarks
5.) ROUND
The ROUND function rounds
a number to a specified
number of digits. For
example, if cell A1 contains
23.7825, and you want to
round that value to two
ROUND(number, num_digits)
The ROUND function syntax has the following
arguments:
number Required. The number that you want
to round.
6.) SUM
For example:
=SUM(A2:A10)
=SUM(A2:A10, C2:C10)
number1
number2255 (Optional)
7.) SUM IF
You use the SUMIF function
to sum the values in a range
that meet criteria that you
specify. For example,
4.) COUNT A
5.) COUNT IF
Use COUNTIF, one of the
statistical functions, to count
the number of cells that
meet a criterion; for example,
to count the number of
times a particular city
appears in a customer list.
COUNTIF(range, criteria)
For example:
=COUNTIF(A2:A5,"apples")
=COUNTIF(A2:A5,A4)
6.) AVERAGE
7.) AVERAGE IF
8.) MAXIMUM
Returns the largest value in a
set of values.
9.) MINIMUM
Returns the smallest number
in a set of values.
10.) LARGE
Returns the k-th largest value in a
data set. You can use this function
to select a value based on its
relative standing. For example, you
can use LARGE to return the
highest, runner-up, or third-place
score.
LARGE(array, k)
The LARGE function syntax has the following
arguments:
Array Required. The array or range of data for
which you want to determine the k-th largest
value.
K Required. The position (from the largest) in
the array or cell range of data to return.
11.) SMALL
Returns the k-th smallest value in
a data set. Use this function to
return values with a particular
relative standing in a data set.
SMALL(array, k)
The SMALL function syntax has the following
arguments:
12.) UPPER
Converts text to uppercase.
UPPER(text)
The UPPER function syntax has the following
arguments:
13.) LOWER
Converts all uppercase letters in a
text string to lowercase.
LOWER(text)
The LOWER function syntax has the following
arguments:
14.) RANK
Returns the rank of a number in a
list of numbers. The rank of a
number is its size relative to other
values in a list. (If you were to sort
the list, the rank of the number
would be its position.)
RANK(number,ref,[order])
The RANK function syntax has the following
arguments:
Number Required. The number whose rank
you want to find.
15.) RAND
Returns an evenly distributed
random real number greater than
or equal to 0 and less than 1. A
new random real number is
returned every time the worksheet
is calculated.
RAND ()
MODE(number1,[number2],...)
16.) MODE
17.) MEDIAN
18.) POWER
Returns the result of a number
raised to a power.
POWER(number, power)
The POWER function syntax has the following
arguments:
Remark
The "^" operator can be used instead of
POWER to indicate to what power the base
number is to be raised, such as in 5^2.
19.) NPV
Calculates the net present value of
an investment by using a discount
rate and a series of future
payments (negative values) and
income (positive values).
NPV(rate,value1,[value2],...)
The NPV function syntax has the following
arguments:
20.) IRR
Returns the internal rate of return
for a series of cash flows
represented by the numbers in
values. These cash flows do not
have to be even, as they would be
for an annuity. However, the cash
flows must occur at regular
intervals, such as monthly or
annually. The internal rate of
return is the interest rate received
for an investment consisting of
payments (negative values) and
income (positive values) that occur
at regular periods.
21.) PMT
PMT, one of the financial
functions, calculates the payment
for a loan based on constant
payments and a constant interest
rate.
22.) GOALSEEK
If you know the result you want
from a formula, but you aren't sure
which input value the formula
needs to get that result, use the
Goal Seek feature.
23.) SCENARIO
MANAGER
24.) DATA
TABLES
25.) PIVOT
TABLES
26.) DATA
VALIDATION
27.) DATE
FUNCTION
28.) NAME
MANAGER