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 Function
Shortcut Keys
Close a Workbook
Ctrl + W
Repeat Last Command Actions
F4
Open Options
Alt + F + T
Open Help
F1
Undo
Ctrl + Z
Redo
Ctrl + Y
Copy
Ctrl + C
Cut
Ctrl + X
Paste
Ctrl + V
Display Paste Special Dialogue Box
Ctrl + Alt + V
Find Box
Ctrl + F
Find and Replace
Ctrl + H
Find next match
Shift + F4
Find Previous Match
Ctrl + Shift + F4
Create an Embedded Chart
Alt + F1 –
Create Chart in new Worksheet
F11
New Workbook
Ctrl + N
Open Workbook
Ctrl + O
Save Workbook
Ctrl + S
Save As
F12
Print File
Ctrl + P
Open Print Preview
Ctrl + F2
Close Workbook
Ctrl + F4
Close Excel
Alt + F4
Expand or close Ribbon
Ctrl + F1
Activate Access Keys
Alt
Move to next control
Tab
Help
F1
Select all contents
Ctrl+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)
Description
Excel Shortcuts
To create a new workbook
Ctrl + N
To open an existing workbook
Ctrl + O
To save a workbook/spreadsheet
Ctrl + S
To close the current workbook
Ctrl + W
To close Excel
Ctrl + F4
To move to the next sheet
Ctrl + PageDown
To go to the Data tab
Alt + A
To go to the View tab
Alt + W
To go the Formula tab
Alt + M
To edit a cell
F2
To copy and paste cells
Ctrl + C, Ctrl + V
To italicize and make the font bold
Ctrl + I, Ctrl + B
To center align cell contents
Alt + H + A + C
To fill color
Alt + H + H
To add a border
Alt + H + B
To add an outline to the select cells
Ctrl + Shift + &
To move to the next cell
Tab
To move to the previous cell
Shift + Tab
To select all the cells on the right
Ctrl + Shift + Right arrow
To select all the cells on the left
Ctrl + Shift + Left Arrow
To select the column from the selected cell to the end of the table
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.
My name is Neha Arya and I’m the founder of Latestsarkariyojana. On this blog, I share information about government schemes, online forms, important documents, government jobs, and digital services. My goal is to raise awareness and help people access the benefits of government schemes.