Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
7 views

Excel Functions

Uploaded by

Sowrytej
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

Excel Functions

Uploaded by

Sowrytej
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 9

https://yodalearning.

com/tutorials/excel-formulas-pdf/
Functions Excel Formulas
CONCATENATE =CONCATENATE(text1,text2,…)
FLOOR =FLOOR(number,significance)
BINOMDIST =BINOMDIST(number_s,trials,probability_s,cumulative)
CHIDIST =CHIDIST(x,deg_freedom)
CHIINV =CHITEST(actual_range,expected_range)
CONFIDENCE =CONFIDENCE(alpha,standard_dev,size)
FTEST =FTEST(array1,array2)
LOGINV =LOGINV(probability,mean,standard_dev)
LOGNORMDIST =LOGNORMDIST(x,mean,standard_dev)
MODE =MODE(number1,number2,…)
NORMDIST =NORMDIST(x,mean,standard_dev,cumulative)
NORMINV =NORMINV(probability,mean,standard_dev)
NORMSDIST =NORMSDIST(z)
NORMSINV =NORMSINV(probability)
PERCENTILE =PERCENTILE(array,k)
PERCENTRANK =PERCENTRANK(array,x,significance)
POISSON =POISSON(x,mean,cumulative)
QUARTILE =QUARTILE(array,quart)
RANK =RANK(number,ref,order)
STDEV =STDEV(number1,number2,…)
STDEVP =STDEVP(number1,number2,…)
TDIST =TDIST(x,deg_freedom,tails)
TINV =TINV(probability,deg_freedom)
VAR =VAR(number1,number2,…)
VARP =VARP(number1,number2,…)
FINV =FINV(probability,deg_freedom1,deg_freedom2)
FORECAST =FORECAST(x,known_y’s,known_x’s)
BETADIST =BETADIST(x,alpha,beta,A,B)
BETAINV =BETAINV(probability,alpha,beta,A,B)
COVAR =COVAR(array1,array2)
CRITBINOM =CRITBINOM(trials,probability_s,alpha)
EXPONDIST =EXPONDIST(x,lambda,cumulative)
POISSON =POISSON(x,mean,cumulative)
FDIST =FDIST(x,deg_freedom1,deg_freedom2)
GAMMADIST =GAMMADIST(x,alpha,beta,cumulative)
GAMMAINV =GAMMAINV(probability,alpha,beta)
HYPGEOMDIST =HYPGEOMDIST(sample_s,number_sample,population_s,number_pop)
NEGBINOMDIST =NEGBINOMDIST(number_f,number_s,probability_s)
TTEST =TTEST(array1,array2,tails,type)
WEIBULL =WEIBULL(x,alpha,beta,cumulative)
ZTEST =ZTEST(array,x,sigma)
Description
Joins several text items into one text item. Easier to use ‘&’ instead of the function usually.
Rounds a number down, toward zero
Returns the individual term binomial distribution probability
Returns the one-tailed probability of the chi-squared distribution
Returns the test for independence
Returns the confidence interval for a population mean

Returns the inverse of the lognormal cumulative distribution


Returns the cumulative lognormal distribution
Returns the most common value in a data set
Returns the normal cumulative distribution
Returns the inverse of the normal cumulative distribution
Returns the standard normal cumulative distribution
Returns the inverse of the standard normal cumulative distribution
Returns the k-th percentile of values in a range
Returns the percentage rank of a value in a data set
Returns the Poisson distribution
Returns the quartile of a data set
Returns the rank of a number in a list of numbers
Estimates standard deviation based on a sample
Calculates standard deviation based on the entire population
Returns the Student’s t-distribution
Returns the inverse of the Student’s t-distribution
Estimates variance based on a sample
Calculates variance based on the entire population
Returns the inverse of the F probability distribution
Returns a value along a linear trend
Returns the beta cumulative distribution function
Returns the inverse of the cumulative distribution function for a specified beta distribution
Returns covariance, the average of the products of paired deviations
Returns the smallest value for which the cumulative binomial distribution is less than or equal to a criterion value
Returns the exponential distribution
Returns the Poisson distribution
Returns the F probability distribution
Returns the gamma distribution
Returns the inverse of the gamma cumulative distribution
Returns the hypergeometric distribution
Returns the negative binomial distribution
Returns the probability associated with a Student’s t-test
Calculates variance based on the entire population, including numbers, text, and logical values
Returns the one-tailed probability-value of a z-test
Functions Excel Formulas
DATE =DATE(year,month,day)
DATEVALUE =DATEVALUE(date_text)
DAY =DAY(serial_number)
HOUR =HOUR(serial_number)
MINUTE =MINUTE(serial_number)
MONTH =MONTH(serial_number)
NOW =NOW()
SECOND =SECOND(serial_number)
TIME =TIME(hour,minute,second)
TIMEVALUE =TIMEVALUE(time_text)
TODAY =TODAY()
YEAR =YEAR(serial_number)
DAYS360 =DAYS360(start_date,end_date,method)
EDATE =EDATE(start_date,months)
EOMONTH =EOMONTH(start_date,months)
NETWORKDAYS =NETWORKDAYS(start_date,end_date,[holidays])
NETWORKDAYS.IN=NETWORKDAYS.INTL(start_date,end_date,[weekend],[holidays])
WEEKDAY =WEEKDAY(serial_number,[return_type])
WEEKNUM =WEEKNUM(serial_number,[return_type])
WORKDAY =WORKDAY(start_date, days, [holidays])
WORKDAY.INTL =WORKDAY.INTL(start_date,days,weekend,holidays)
YEARFRAC =YEARFRAC(start_date,end_date,basis)
Functions Excel Formulas
CONCATENATE =CONCATENATE(text1,text2,…)
FLOOR =FLOOR(number,significance)
BINOMDIST =BINOMDIST(number_s,trials,probability_s,cumulative)
CHIDIST =CHIDIST(x,deg_freedom)
CHIINV =CHITEST(actual_range,expected_range)
CONFIDENCE =CONFIDENCE(alpha,standard_dev,size)
FTEST =FTEST(array1,array2)
LOGINV =LOGINV(probability,mean,standard_dev)
LOGNORMDIST =LOGNORMDIST(x,mean,standard_dev)
MODE =MODE(number1,number2,…)
NORMDIST =NORMDIST(x,mean,standard_dev,cumulative)
NORMINV =NORMINV(probability,mean,standard_dev)
NORMSDIST =NORMSDIST(z)
NORMSINV =NORMSINV(probability)
PERCENTILE =PERCENTILE(array,k)
PERCENTRANK =PERCENTRANK(array,x,significance)
POISSON =POISSON(x,mean,cumulative)
QUARTILE =QUARTILE(array,quart)
RANK =RANK(number,ref,order)
STDEV =STDEV(number1,number2,…)
STDEVP =STDEVP(number1,number2,…)
TDIST =TDIST(x,deg_freedom,tails)
TINV =TINV(probability,deg_freedom)
VAR =VAR(number1,number2,…)
VARP =VARP(number1,number2,…)
FINV =FINV(probability,deg_freedom1,deg_freedom2)
FORECAST =FORECAST(x,known_y’s,known_x’s)
BETADIST =BETADIST(x,alpha,beta,A,B)
BETAINV =BETAINV(probability,alpha,beta,A,B)
COVAR =COVAR(array1,array2)
CRITBINOM =CRITBINOM(trials,probability_s,alpha)
EXPONDIST =EXPONDIST(x,lambda,cumulative)
POISSON =POISSON(x,mean,cumulative)
FDIST =FDIST(x,deg_freedom1,deg_freedom2)
GAMMADIST =GAMMADIST(x,alpha,beta,cumulative)
GAMMAINV =GAMMAINV(probability,alpha,beta)
HYPGEOMDIST =HYPGEOMDIST(sample_s,number_sample,population_s,number_pop)
NEGBINOMDIST =NEGBINOMDIST(number_f,number_s,probability_s)
TTEST =TTEST(array1,array2,tails,type)
WEIBULL =WEIBULL(x,alpha,beta,cumulative)
ZTEST =ZTEST(array,x,sigma)
Functions Excel Formulas
CELL =CELL(info_type, [reference])
ISBLANK =ISBLANK(value)
ISERROR =ISERROR(value)
ISNONTEXT =ISNONTEXT(value)
ISNUMBER =ISNUMBER(value)
ISTEXT =ISTEXT(value)
ERROR.TYPE =ERROR.TYPE(error_val)
INFO =INFO(type_text)
ISERR =ISERR(value)
ISEVEN =ISEVEN(number)
ISLOGICAL =ISLOGICAL(value)
ISNA =ISNA(value)
ISODD =ISODD(number)
ISREF =ISREF(value)
N =N(value)
NA =NA()
TYPE =TYPE(value)
Functions Excel Formulas
AND =AND(logical1,logical2,…)
FALSE =FALSE
IF =IF(logical_test, [value_if_true], [value_if_false])
IFERROR =IFERROR(value, value_if_error)
NOT =NOT(logical)
OR =OR(logical1,logical2,…)
TRUE =TRUE
LOOKUP =LOOKUP(lookup_value, array)– 2 types
Functions Excel Formulas
ADDRESS =ADDRESS(row_num, column_num, [abs_num], [a1], [sheet_text])
COLUMN =COLUMN([reference])
COLUMNS =COLUMNS(array)
HLOOKUP =HLOOKUP(lookup_value,table_array,row_index_num,[range_lookup])
INDEX =INDEX(array,row_num,[column_num])– 2 types
INDIRECT =INDIRECT(ref_text,a1)
MATCH =MATCH(lookup_value,lookup_array,match_type)
OFFSET =OFFSET(reference,rows,cols,height,width)
ROW =ROW([reference])
ROWS =ROWS(array)
VLOOKUP =VLOOKUP(lookup_value,table_array,col_index_num,[range_lookup])
CHOOSE =CHOOSE(index_num,value1,value2,…)
GETPIVOTDATA =GETPIVOTDATA(data_field,pivot_table,field,item,…)
HYPERLINK =HYPERLINK(link_location,friendly_name)
TRANSPOSE =TRANSPOSE(array)
AREAS =AREAS(reference)
Functions Excel Formulas
EXACT =EXACT(text1,text2)
LOWER =LOWER(text)
PROPER =PROPER(text)
TRIM =TRIM(text)
UPPER =UPPER(text)
CHAR =CHAR(number)
CLEAN =CLEAN(text)
CODE =CODE(text)
DOLLAR =DOLLAR(number,decimals)
FIXED =FIXED(number,decimals,no_commas)
PHONETIC =PHONETIC(reference)
REPT =REPT(text,number_times)
SUBSTITUTE =SUBSTITUTE(text,old_text,new_text,instance_num)
T =T(value)
VALUE =VALUE(text)
ASC =ASC(text)
BAHTTEXT =BAHTTEXT(number)
Functions Excel Formulas
FIND =FIND(find_text,within_text,start_num)
LEFT =LEFT(text,num_chars)
LEN =LEN(text)
MID =MID(text,start_num,num_chars)
REPLACE =REPLACE(old_text,start_num,num_chars,new_text)
RIGHT =RIGHT(text,num_chars)
SEARCH =SEARCH(find_text,within_text,start_num)
Description
Returns the serial number of a particular date
Converts a date in the form of text to a serial number
Converts a serial number to a day of the month
Converts a serial number to an hour
Converts a serial number to a minute
Converts a serial number to a month
Returns the serial number of the current date and time
Converts a serial number to a second
Returns the serial number of a particular time
Converts a time in the form of text to a serial number
Returns the serial number of today’s date
Converts a serial number to a year
Calculates the number of days between two dates based on a 360-day year
Returns the serial number of the date that is the indicated number of months before or after the start date
Returns the serial number of the last day of the month before or after a specified number of months
Returns the number of whole workdays between two dates
Returns the number of whole workdays between two dates using parameters to indicate which and how many days are weekend
Converts a serial number to a day of the week
Converts a serial number to a number representing where the week falls numerically with a year
Returns the serial number of the date before or after a specified number of workdays
Returns the serial number of the date before or after a specified number of workdays using parameters to indicate which and ho
Returns the year fraction representing the number of whole days between start_date and end_date
Description
Joins several text items into one text item. Easier to use ‘&’ instead of the function usually.
Rounds a number down, toward zero
Returns the individual term binomial distribution probability
Returns the one-tailed probability of the chi-squared distribution
Returns the test for independence
Returns the confidence interval for a population mean

Returns the inverse of the lognormal cumulative distribution


Returns the cumulative lognormal distribution
Returns the most common value in a data set
Returns the normal cumulative distribution
Returns the inverse of the normal cumulative distribution
Returns the standard normal cumulative distribution
Returns the inverse of the standard normal cumulative distribution
Returns the k-th percentile of values in a range
Returns the percentage rank of a value in a data set
Returns the Poisson distribution
Returns the quartile of a data set
Returns the rank of a number in a list of numbers
Estimates standard deviation based on a sample
Calculates standard deviation based on the entire population
Returns the Student’s t-distribution
Returns the inverse of the Student’s t-distribution
Estimates variance based on a sample
Calculates variance based on the entire population
Returns the inverse of the F probability distribution
Returns a value along a linear trend
Returns the beta cumulative distribution function
Returns the inverse of the cumulative distribution function for a specified beta distribution
Returns covariance, the average of the products of paired deviations
Returns the smallest value for which the cumulative binomial distribution is less than or equal to a criterion value
Returns the exponential distribution
Returns the Poisson distribution
Returns the F probability distribution
Returns the gamma distribution
Returns the inverse of the gamma cumulative distribution
Returns the hypergeometric distribution
Returns the negative binomial distribution
Returns the probability associated with a Student’s t-test
Calculates variance based on the entire population, including numbers, text, and logical values
Returns the one-tailed probability-value of a z-test
Description
Returns information about the formatting, location, or contents of a cell
Returns TRUE if the value is blank
Returns TRUE if the value is any error value
Returns TRUE if the value is not text
Returns TRUE if the value is a number
Returns TRUE if the value is text
Returns a number corresponding to an error type
Returns information about the current operating environment
Returns TRUE if the value is any error value except #N/A
Returns TRUE if the number is even
Returns TRUE if the value is a logical value
Returns TRUE if the value is the #N/A error value
Returns TRUE if the number is odd
Returns TRUE if the value is a reference
Returns a value converted to a number
Returns the error value #N/A
Returns a number indicating the data type of a value
Description
Returns TRUE if all of its arguments are TRUE
Returns the logical value FALSE
Specifies a logical test to perform
Returns a value you specify if a formula evaluates to an error; otherwise, returns the result of the formula
Reverses the logic of its argument
Returns TRUE if any argument is TRUE
Returns the logical value TRUE
Looks up values in a vector or array
Description
Returns a reference as text to a single cell in a worksheet
Returns the column number of a reference
Returns the number of columns in a reference
Looks in the top row of an array and returns the value of the indicated cell
Uses an index to choose a value from a reference or array
Returns a reference indicated by a text value
Looks up values in a reference or array
Returns a reference offset from a given reference
Returns the row number of a reference
Returns the number of rows in a reference
Looks in the first column of an array and moves across the row to return the value of a cell
Chooses a value from a list of values
Returns data stored in a PivotTable report
Creates a shortcut or jump that opens a document stored on a network server, an intranet, or the Internet
Returns the transpose of an array
Returns the number of areas in a reference
Description
Checks to see if two text values are identical
Converts text to lowercase
Capitalizes the first letter in each word of a text value
Removes spaces from text
Converts text to uppercase
Returns the character specified by the code number
Removes all nonprintable characters from text
Returns a numeric code for the first character in a text string
Converts a number to text, using the $ (dollar) currency format
Formats a number as text with a fixed number of decimals
Extracts the phonetic (furigana) characters from a text string
Repeats text a given number of times
Substitutes new text for old text in a text string
Converts its arguments to text
Converts a text argument to a number
Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters
Converts a number to text, using the ß (baht) currency format
Description
Finds one text value within another (case-sensitive)
Returns the leftmost characters from a text value
Returns the number of characters in a text string
Returns a specific number of characters from a text string starting at the position you specify
Replaces characters within text
Returns the rightmost characters from a text value
Finds one text value within another (not case-sensitive)

You might also like