Excel Formula
Excel Formula
Joins several text items into one text item. Easier to use ‘&’
CONCATENATE =CONCATENATE(text1,text2,…)
instead of the function usually.
=BINOMDIST(number_s,trials,probability_s,cu
BINOMDIST Returns the individual term binomial distribution probability
mulative)
FTEST =FTEST(array1,array2)
=FINV(probability,deg_freedom1,deg_freedom2
FINV Returns the inverse of the F probability distribution
)
=HYPGEOMDIST(sample_s,number_sample,po
HYPGEOMDIST Returns the hypergeometric distribution
pulation_s,number_pop)
=NEGBINOMDIST(number_f,number_s,probab
NEGBINOMDIST Returns the negative binomial distribution
ility_s)
=SUBSTITUTE(text,old_text,new_text,instance_num
SUBSTITUTE Substitutes new text for old text in a text string
)
=REPLACE(old_text,start_num,num_chars,new_text
REPLACE Replaces characters within text
)
Returns the
depreciation for each
AMORDEGRC =AMORDEGRC(cost,date_purchased,first_period,salvage,period,rate,basis) accounting period by
using a depreciation
coefficient
Returns the
AMORLINC =AMORLINC(cost,date_purchased,first_period,salvage,period,rate,basis) depreciation for each
accounting period
Converts a dollar
price, expressed as a
DOLLARDE =DOLLARDE(fractional_dollar,fraction) fraction, into a dollar
price, expressed as a
decimal number
Converts a dollar
price, expressed as a
DOLLARFR =DOLLARFR(decimal_dollar,fraction) decimal number, into
a dollar price,
expressed as a fraction
Returns the straight-
SLN =SLN(cost,salvage,life) line depreciation of an
asset for one period
Returns the
depreciation of an
asset for a specified
DB =DB(cost,salvage,life,period,month)
period by using the
fixed-declining
balance method
Returns the
depreciation of an
asset for a specified
period by using the
DDB =DDB(cost,salvage,life,period,factor)
double-declining
balance method or
some other method
that you specify
Returns the
cumulative interest
CUMIPMT =CUMIPMT(rate,nper,pv,start_period,end_period,type)
paid between two
periods
Returns the
cumulative principal
CUMPRINC =CUMPRINC(rate,nper,pv,start_period,end_period,type)
paid on a loan
between two periods
Returns the
depreciation of an
asset for a specified or
VDB =VDB(cost,salvage,life,start_period,end_period,factor,no_switch)
partial period by using
a declining balance
method
Returns a normalized
STANDARDIZE =STANDARDIZE(x,mean,standard_dev)
value
Returns covariance,
the average of the
COVARIANCE.P =COVARIANCE.P(array1,array2)
products of paired
deviations
Returns the
EXPON.DIST =EXPON.DIST(x,lambda,cumulative) exponential
distribution
Returns the F
F.DIST =F.DIST(x,deg_freedom1,deg_freedom2,cumulative)
probability distribution
Returns the F
F.DIST.RT =F.DIST.RT(x,deg_freedom1,deg_freedom2)
probability distribution
Returns a frequency
FREQUENCY =FREQUENCY(data_array,bins_array) distribution as a
vertical array
Returns the
=HYPGEOM.DIST(sample_s,number_sample,population_s,number_pop,cumulative
HYPGEOM.DIST hypergeometric
)
distribution
Calculates standard
STDEV.P =STDEV.P(number1,number2,…) deviation based on the
entire population
Estimates standard
STDEV.S =STDEV.S(number1,number2,…) deviation based on a
sample
Calculates standard
deviation based on the
STDEVPA =STDEVPA(value1,value2,…) entire population,
including numbers,
text, and logical values
Calculates variance
VAR.P =VAR.P(number1,number2,…) based on the entire
population
Estimates variance
VAR.S =VAR.S(number1,number2,…)
based on a sample
Estimates variance
based on a sample,
VARA =VARA(value1,value2,…)
including numbers,
text, and logical values
Calculates variance
based on the entire
VARPA =VARPA(value1,value2,…) population, including
numbers, text, and
logical values
A formulas in Excel is a mathematical expression that retures specific result. List of some useful Excel Fomulas & Functions as Follows:
= 1+ 3 // returns 4
= 9 / 3 // returns 3
= SUM(1,3,5) // returns 9
= SUM(A1:A3) // returns A1+A2+A3
= AVERAGE(3,4,5) //returns 6
= MIN(2,5,4) // returns 2
= MAX(2,5,4) // returns 5
=COUNTIF (range, criteria) // two arguments