Best Excel Formulas: List of Basic to Advanced Excel Formula

excel formulas list pdf

The Excel formula list allows users to easily perform calculations and work with data. Excel is a powerful tool that’s essential to familiarize yourself with, as it’s used in everything from school to work. Microsoft Office allows you to express any data in a variety of mathematical, statistical, and logical operations.

Microsoft Excel is one of the most widely used online and offline tools for data management and analysis. It offers numerous formulas, making it easy to manage data. MS Excel formulas simplify complex problems with simple solutions. Learn how to combine arithmetic, string, time series, and complex formulas in Microsoft Excel.

Excel Formulas List

MS Excel is useful for all industries to prepare reports. It is also used for Data Analysis, Data Entry, Budgeting, Accounting, managing balance sheets. More than 500 Excel functions are available in the latest version of Excel and this number is continuously increasing.

Excel FunctionShortcut Keys
Close a WorkbookCtrl + W
Repeat Last Command ActionsF4
Open OptionsAlt + F + T
Open HelpF1
UndoCtrl + Z
RedoCtrl + Y
CopyCtrl + C
CutCtrl + X
PasteCtrl + V
Display Paste Special Dialogue BoxCtrl + Alt + V
Find BoxCtrl + F
Find and ReplaceCtrl + H
Find next matchShift + F4
Find Previous MatchCtrl + Shift + F4
Create an Embedded ChartAlt + F1 –
Create Chart in new WorksheetF11
New WorkbookCtrl + N
Open WorkbookCtrl + O
Save WorkbookCtrl + S
Save AsF12
Print FileCtrl + P
Open Print PreviewCtrl + F2
Close WorkbookCtrl + F4
Close ExcelAlt + F4
Expand or close RibbonCtrl + F1
Activate Access KeysAlt
Move to next controlTab
HelpF1
Select all contentsCtrl+A
Bold all cells in the highlighted section.Ctrl+B
Fill the Content of the selected cell on top to bottom. CTRL + D (i.e. Ctrl+ Down)Ctrl+D
“Search the current sheet.Ctrl+F
Go to a certain area.Ctrl+G
Find and replace.Ctrl+H
Puts italics on all cells in the highlighted section.Ctrl+I
Inserts a hyperlink.Ctrl+K
Print the current sheet.Ctrl+P
Fill Right.Ctrl+R
Saves the open worksheet.Ctrl+S
Underlines all cells in the highlighted section.Ctrl+U
Pastes everything copied onto the clipboard.Ctrl+V
Closes the current workbook.Ctrl+W
Cuts all cells within the highlighted section.Ctrl+X
Repeats the last entry.Ctrl+Y
Undo the last action.Ctrl+Z
Changes the format of the selected cells.Ctrl+1
Bolds all cells in the highlighted section.Ctrl+2
Puts italics all cells in the highlighted section.Ctrl+3
Underlines all cells in the highlighted section.Ctrl+4
Puts a strikethrough all cells in the highlighted section.Ctrl+5
Shows or hides objects.Ctrl+6
Shows or hides the toolbar.Ctrl+7
Toggles the outline symbols.Ctrl+8
Hides rows.Ctrl+9
Hides columns.Ctrl+0

Excel Shortcuts List (Top 50)

DescriptionExcel Shortcuts
To create a new workbookCtrl + N
To open an existing workbookCtrl + O
To save a workbook/spreadsheetCtrl + S
To close the current workbookCtrl + W
To close ExcelCtrl + F4
To move to the next sheetCtrl + PageDown
To go to the Data tabAlt + A
To go to the View tabAlt + W
To go the Formula tabAlt + M
To edit a cellF2
To copy and paste cellsCtrl + C, Ctrl + V
To italicize and make the font boldCtrl + I, Ctrl + B
To center align cell contentsAlt + H + A + C
To fill colorAlt + H + H
To add a borderAlt + H + B
To add an outline to the select cellsCtrl + Shift + &
To move to the next cellTab
To move to the previous cellShift + Tab
To select all the cells on the rightCtrl + Shift + Right arrow
To select all the cells on the leftCtrl + Shift + Left Arrow
To select the column from the selected cell to the end of the tableCtrl + Shift + Down Arrow
To select all the cells above the selected cellCtrl + Shift + Up Arrow
To select all the cells below the selected cellCtrl + Shift + Down Arrow
To add a comment to a cellShift + F2
To delete a cell commentShift + F10 + D
To display find and replaceCtrl + H
To activate the filterCtrl + Shift + L, Alt + Down Arrow
To insert the current dateCtrl + ;
To insert current timeCtrl + Shift + :
To insert a hyperlinkCtrl + k
To apply the currency formatCtrl + Shift + $
To apply the percent formatCtrl + Shift + %
To go to the “Tell me what you want to do” boxAlt + Q
To select the entire rowShift + Space
To select the entire columnCtrl + Space
To delete a columnAlt+H+D+C
To delete a rowShift + Space, Ctrl + –
To hide selected rowCtrl + 9
To unhide selected rowCtrl + Shift + 9
To hide a selected columnCtrl + 0
To unhide a selected columnCtrl + Shift + 0
To group rows or columnsAlt + Shift + Right arrow
To ungroup rows or columnsAlt + Shift + Left arrow
To group pivot table itemsAlt + Shift + Right arrow
To ungroup pivot table itemsAlt + Shift + Left arrow
To hide pivot table itemsCtrl + –
To create a pivot chart on the same sheetAlt + F1
To create a pivot chart on a new worksheetF11

Lookup & Reference Excel Formulas

FunctionsExcel FormulasDescription
ADDRESS=ADDRESS(row_num, column_num, [abs_num], [a1], [sheet_text])Returns a reference as text to a single cell in a worksheet
COLUMN=COLUMN([reference])Returns the column number of a reference
COLUMNS=COLUMNS(array)Returns the number of columns in a reference
HLOOKUP=HLOOKUP(lookup_value,table_array,row_index_num,[range_lookup])Looks in the top row of an array and returns the value of the indicated cell
INDEX=INDEX(array,row_num,[column_num])– 2 typesUses an index to choose a value from a reference or array
INDIRECT=INDIRECT(ref_text,a1)Returns a reference indicated by a text value
MATCH=MATCH(lookup_value,lookup_array,match_type)Looks up values in a reference or array
OFFSET=OFFSET(reference,rows,cols,height,width)Returns a reference offset from a given reference
ROW=ROW([reference])Returns the row number of a reference
ROWS=ROWS(array)Returns the number of rows in a reference
VLOOKUP=VLOOKUP(lookup_value,table_array,col_index_num,[range_lookup])Looks in the first column of an array and moves across the row to return the value of a cell
CHOOSE=CHOOSE(index_num,value1,value2,…)Chooses a value from a list of values
GETPIVOTDATA=GETPIVOTDATA(data_field,pivot_table,field,item,…)Returns data stored in a PivotTable report
HYPERLINK=HYPERLINK(link_location,friendly_name)Creates a shortcut or jump that opens a document stored on a network server, an intranet, or the Internet
TRANSPOSE=TRANSPOSE(array)Returns the transpose of an array
AREAS=AREAS(reference)Returns the number of areas in a reference

Text Excel Formulas & Functions

FunctionsExcel FormulasDescription
EXACT=EXACT(text1,text2)Checks to see if two text values are identical
LOWER=LOWER(text)Converts text to lowercase
PROPER=PROPER(text)Capitalizes the first letter in each word of a text value
TRIM=TRIM(text)Removes spaces from text
UPPER=UPPER(text)Converts text to uppercase
CHAR=CHAR(number)Returns the character specified by the code number
CLEAN=CLEAN(text)Removes all nonprintable characters from text
CODE=CODE(text)Returns a numeric code for the first character in a text string
DOLLAR=DOLLAR(number,decimals)Converts a number to text, using the $ (dollar) currency format
FIXED=FIXED(number,decimals,no_commas)Formats a number as text with a fixed number of decimals
PHONETIC=PHONETIC(reference)Extracts the phonetic (furigana) characters from a text string
REPT=REPT(text,number_times)Repeats text a given number of times
SUBSTITUTE=SUBSTITUTE(text,old_text,new_text,instance_num)Substitutes new text for old text in a text string
T=T(value)Converts its arguments to text
VALUE=VALUE(text)Converts a text argument to a number
ASC=ASC(text)Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters
BAHTTEXT=BAHTTEXT(number)Converts a number to text, using the ß (baht) currency format

Most Common Excel Formulas & Functions

FunctionsExcel FormulasDescription
FIND=FIND(find_text,within_text,start_num)Finds one text value within another (case-sensitive)
LEFT=LEFT(text,num_chars)Returns the leftmost characters from a text value
LEN=LEN(text)Returns the number of characters in a text string
MID=MID(text,start_num,num_chars)Returns a specific number of characters from a text string starting at the position you specify
REPLACE=REPLACE(old_text,start_num,num_chars,new_text)Replaces characters within text
RIGHT=RIGHT(text,num_chars)Returns the rightmost characters from a text value
SEARCH=SEARCH(find_text,within_text,start_num)Finds one text value within another (not case-sensitive)

Excel All Formulas

SUM Excel Formula :SUM(number1, [number2] )
AVERAGE Excel Formula :AVERAGE(number1, [number2], …)
MAX & MIN Excel Formula :=MAX(A2:A5)
=MIN(A2:A5)
COUNT & COUNTA Formula :COUNT(value1, [value2], …)
IF Excel Formula :IF(logical_test, [value_if_true], [value_if_false])
TRIM Excel Formula := TRIM (A1)
LEN Excel Formula :=LEN (text)
CONCATENATE Excel Formula :CONCATENATE(text1, [text2], …)

For Engineering Excel Formulas & Functions

FunctionsExcel FormulasDescription
CONVERT=CONVERT(number,from_unit,to_unit)Converts a number from one measurement system to another
DELTA=DELTA(number1,number2)Tests whether two values are equal
ERF=ERF(lower_limit,upper_limit)Returns the error function
ERFC=ERFC(x)Returns the complementary error function
GESTEP=GESTEP(number,step)Tests whether a number is greater than a threshold value
ERF.PRECISE=ERF.PRECISE(X)Returns the error function
ERFC.PRECISE=ERFC.PRECISE(X)Returns the complementary ERF function integrated between x and infinity
BESSELI=BESSELI(x,n)Returns the modified Bessel function In(x)
BESSELJ=BESSELJ(x,n)Returns the Bessel function Jn(x)
BESSELK=BESSELK(x,n)Returns the modified Bessel function Kn(x)
BESSELY=BESSELY(x,n)Returns the Bessel function Yn(x)
BIN2DEC=BIN2DEC(number)Converts a binary number to decimal
BIN2HEX=BIN2HEX(number,places)Converts a binary number to hexadecimal
DEC2OCT=DEC2OCT(number,places)Converts a decimal number to octal
HEX2BIN=HEX2BIN(number,places)Converts a hexadecimal number to binary
HEX2DEC=HEX2DEC(number)Converts a hexadecimal number to decimal
HEX2OCT=HEX2OCT(number,places)Converts a hexadecimal number to octal
IMABS=IMABS(inumber)Returns the absolute value (modulus) of a complex number
IMAGINARY=IMAGINARY(inumber)Returns the imaginary coefficient of a complex number
IMARGUMENT=IMARGUMENT(inumber)Returns the argument theta, an angle expressed in radians
IMCONJUGATE=IMCONJUGATE(inumber)Returns the complex conjugate of a complex number
IMCOS=IMCOS(inumber)Returns the cosine of a complex number
IMDIV=IMDIV(inumber1,inumber2)Returns the quotient of two complex numbers
IMEXP=IMEXP(inumber)Returns the exponential of a complex number
IMLN=IMLN(inumber)Returns the natural logarithm of a complex number
IMLOG10=IMLOG10(inumber)Returns the base-10 logarithm of a complex number
IMLOG2=IMLOG2(inumber)Returns the base-2 logarithm of a complex number
IMPOWER=IMPOWER(inumber,number)Returns a complex number raised to an integer power
IMPRODUCT=IMPRODUCT(inumber1,inumber2,…)Returns the product of complex numbers
IMREAL=IMREAL(inumber)Returns the real coefficient of a complex number
IMSIN=IMSIN(inumber)Returns the sine of a complex number
IMSQRT=IMSQRT(inumber)Returns the square root of a complex number
IMSUB=IMSUB(inumber1,inumber2)Returns the difference between two complex numbers
IMSUM=IMSUM(inumber1,inumber2,…)Returns the sum of complex numbers
OCT2BIN=OCT2BIN(number,places)Converts an octal number to binary
OCT2DEC=OCT2DEC(number)Converts an octal number to decimal
OCT2HEX=OCT2HEX(number,places)Converts an octal number to hexadecimal

Useful Excel Formulas and All Excel Formulas List are very useful for those preparing for Data Entry or Operator or those working with such data in creating data.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top