Excel Formulas
Excel Formulas
What do you understand about the Advanced Excel Formulas and Basic Excel Functions?
This Blog will give you the Excel formulas PDF/list of the Key Functions of Excel. Excel Formulas PDF is a list of the most useful or extensively
used excel formulas in day-to-day working life with Excel. These formulas, we can use in Excel 2013. 2016 as well as 2019.
The Excel Functions covered here are: VLOOKUP, INDEX, MATCH, RANK, AVERAGE, SMALL, LARGE, LOOKUP, ROUND, COUNTIFS,
SUMIFS, FIND, DATE, and many more. Let’s dive right in…
Compatibility Excel Formulas & Functions
Joins several text items into one text item. Easier to use
CONCATENATE =CONCATENATE(text1,text2,…)
‘&’ instead of the function usually.
FTEST =FTEST(array1,array2)
Functions Excel Formulas Description
=HYPGEOMDIST(sample_s,number_sample,population_s,nu
HYPGEOMDIST Returns the hypergeometric distribution
mber_pop)
DMAX =DMAX(database,field,criteria) Returns the maximum value from selected database entries
DMIN =DMIN(database,field,criteria) Returns the minimum value from selected database entries
month
of months
CELL =CELL(info_type, [reference]) Returns information about the formatting, location, or contents of a cell
ISERR =ISERR(value) Returns TRUE if the value is any error value except #N/A
ISNA =ISNA(value) Returns TRUE if the value is the #N/A error value
PROPER =PROPER(text) Capitalizes the first letter in each word of a text value
CODE =CODE(text) Returns a numeric code for the first character in a text string
Functions Excel Formulas Description
PHONETIC =PHONETIC(reference) Extracts the phonetic (furigana) characters from a text string
SUBSTITUTE =SUBSTITUTE(text,old_text,new_text,instance_num) Substitutes new text for old text in a text string
SEARCH =SEARCH(find_text,within_text,start_num) Finds one text value within another (not case-sensitive)
ERFC.PRECISE =ERFC.PRECISE(X) Returns the complementary ERF function integrated between x and infinity
Functions Excel Formulas Description