0% found this document useful (0 votes)
5 views

MS Excel Formulas List

Uploaded by

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

MS Excel Formulas List

Uploaded by

Samarjit Saikia
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Excel Formulae & Functions Quick Reference (PC)

See https://staff.brighton.ac.uk/is/training/Pages/Excel/formulae.aspx Checking for formulae


for videos and exercises to accompany this quick reference card. If you are using a spreadsheet set up by someone else, before typing data
into a cell, check whether the cell contains a formula.
Formulae & Functions Basics If a cell contains a formula, the cell will usually show the result of the
When building a formula: formula. The formula itself can be seen in the formula bar.
 All formulae and functions begin with =

m
 Use your mouse to select a cell or range of cells to be used in a formula  Click on the cell to select it.
The formula bar will display the content of the

o
 The operators for building formulae are: selected cell.

.c
+ Add * Multiply
- Subtract / Divide 

m
If the cell does contain a formula, double click on the cell.
This will colour any cells on the current worksheet that feed into that

sa
 BODMAS rules apply to arithmetic (Brackets Over Division, then formula, to help you work out what that formula does and how it works.
Multiplication, then Addition, then Subtraction).

As
 Always press ESC to stop checking/editing a cell containing a formula.
 Avoid typing variables (such as tax rates) in formulae; instead type the This guarantees that you will leave the formula as you found it.
variable in a separate cell and refer to that cell in the formula
ob Do NOT click your mouse elsewhere on the sheet to stop checking as th is
 To repeat a formulae down a column, build the formula in the first cell of may break the formula.
lJ
the column, then use autofill to copy the formula down the column.
How to check which cells on a sheet contain formulae
Al

There is a way to show all formulae on a worksheet before you start using it:
Functions follow the format =name(arguments) where:
 On the Formulas tab, click on the Show Formulas icon
 name = the name of the function (e.g. SUM, VLOOKUP)
 Any cells with formulae will show the formula instead of the result
 arguments =the cell or range references containing the values
 To switch this off, go back to the Formulas tab and click on the Show
used in the function
Formulas icon
Where a function contains more than one argument, each argument must be
separated by a , (comma). The shortcut for this is CTRL `
How to check what a formula is doing Building a formula to subtract
Use this technique to check that your formulae are doing what you think:
1. Click in the cell where the result of the formula will appear
 Click on the cell containing the formula.

 Click once on the formula in the formula bar.


 The cells used in the formula will be colour coded within the sheet,
making it easy to spot mistakes. 2. Type =
3. Click on the first cell containing data to be included in the calculation
Building a formula to add 4. Type –

m
1. Click in the cell where the result of the f ormula will appear 5. Click on the next cell containing data to be included in the calculation
2. Type = 6. Press ENTER on the keyboard.

o
3. Click on the first cell containing

.c
data to be included in the sum Building a formula to multiply or divide
4. Type +

m
1. Click in the cell where the result of the formula will appear
5. Click on the next cell containing

sa
data to be included in the sum
6. Repeat steps 4 and 5 as required.

As
7. Press ENTER on the keyboard. 2. Type =
3. Click on the first cell containing data to be included in the calcul ation
Autosum to add row or column totals ob 4. Type * to multiply or / to divide
This only works where the total is to appear at the end 5. Click on the next cell containing data to be included in the calculation
6. Press ENTER on the keyboard.
lJ
of the column or row of data. This technique will not
work across worksheets.
Al

 Select the range of cells to add up

 On the Home tab, click on the Autosum icon


The total will be put in the cell at the end of the selected cells.

Last updated July 2017 Faye Brockwell


Information Services documents are online at: https://staff.brighton.ac.uk/is/training
Useful keyboard Shortcuts Autofill to copy formula to other cells
Using your keyboard to navigate saves time when building formulae.
 Select the cell(s) you want to copy. The fill
CTRL + Arrow keys Jump to the beginning, end, top or bottom of a set of
handle will appear at the bottom right of the
data.
selection
CTRL + SHIFT + Select an entire column
 Point at the fill handle until it becomes a cross.
Down arrow
 Click and drag to copy the data OR Double-click to autofill all rows
CTRL + SHIFT + Select an entire row
 Click on to change the type of fill (series, copy, formula only etc.)
Down arrow

m
CTRL+A Select all data (one cell in data set must be selected)
 Always double-click on some of the newly populated cells to check that
CTRL + SHIFT + * Selects an entire data table

o
the copied formula is still doing what you expect.

.c
If your copied formula is not behaving as it should, it is likely that your

m
original formula references a single cell that should be used in all of the
Use insert function (formula builder) to make formula. In this case, you will need to make the cell reference absolute. See

sa
formulae easier Absolute references for common variables for more information.
 Start to type your formula until the first bracket e.g. =VLOOKUP(

As
 On the formula bar, click on the function button
 The pop-up window splits the formula into its arguments Relative cell references
 To select cells to add them to the formula click on the
ob icon to jump When you use the autofill technique to copy a formula down a column or
back to the worksheet. To return to the formula builder after selecting across a row, Excel will automatically update the cell references in the
lJ
cells click on the icon again. formula, relative to where the copied formula sits.
Al

Cell reference Copied down the column… Copied across the row…
A2 …becomes A3 …becomes B2
A3 …becomes A4 …becomes B3
A4 …becomes A5 …becomes B4

Last updated September 2017 Faye Brockwell


Information Services documents are online at:https://alljobassam.com/ 3
Absolute references for common variables $$ signs to make a cell reference absolute
The alternative to naming a cell is to use dollar signs within the cell
Avoid typing variables (such as tax rates) in formulae; instead type the
reference to make the cell reference for the variable value absolute.A quick
variable in a separate cell and refer to that cell in the formula.
way to do this:
 Click on the cell containing the formula
The advantage of this is that, should the variable change, you only need
 Click once on the cell reference in the formula bar
update one cell and all formulae referencing that cell will updated
 Press F4 to add 2 dollar signs to your cell reference. Eg D2 will become
automatically.
$D$2.
The disadvantage is that if you copy a formula that references that variable
You can type the dollar signs in manually.

m
cell, your formula will not work properly unless you make the referenc e to
the variable cell absolute (instead of relative) Mixed cell references

o
When copying formulae to other cells, sometimes you only want to

.c
There are 2 ways to make a formula absolute (which you choose is up to
anchor the column letter or row number of a cell reference within the
you):

m
original formula. This is achieved by changing the position of the dollar
 Naming the variable cell
signs mentioned above. A quick way to do this:

sa
 Using $ signs to indicate that a cell reference is absolute
 Click on the cell containing the formula

As
Click once on the cell reference in the formula bar
Name cells or ranges for easier to read formulas
 Press F4 until the cell reference meets your requirements (see below)
This technique has the advantage that formulae become easier to read.
The disadvantage is not many people understand the technique.
ob Relative v absolute v mixed cell references

This table shows how the different $ sign positions affect the cell
lJ
 Select the cell or range you want to name
references in a formula when copied:
 Click in the Name box (left of the formula bar)
Al

 Type the name and press ENTER Original cell


...when copied
Effect
becomes
reference...
Both the column and the row coordinates change
D2 E4
To use, simply type the name wherever you would use a as the formula is copied
The column coordinate is fixed, but the row
cell or range reference in a formula. e.g. =SUM(Wages) $D2 $D4
coordinate changes
The column coordinate changes, but the row
E$2
D$2 coordinate is fixed.
$D$2 Both the column and row coordinates remain fixed
$D$2
Function Used for Format Example Tips
Add values in a
SUM =SUM(range of cells to add) =SUM(A1:A10)
range of cells
Average the values in
AVERAGE =AVERAGE(range of cells to average) =AVERAGE(A1:A10)
a range of cells
Find the highest
MAX value in a range of =MAX(range of cells) =MAX(A1:A10)
cells
Find the lowest value
MIN =MIN(range of cells) =MIN(A1:A10)
in a range of cells
Display different
information =IF(condition test, what to display if
=IF(A1>20, “Great!”,”Oops!”) or
IF depending on the outcome is true, what to display if
=IF(A1>20, A1*E1,A1)
outcome of a outcome is false)

m
condition test
TRUE and FALSE are the

o
only possible answers.
Test that more than To change the content of

.c
one condition is true.
a cell as the result of an

m
AND =AND(condition test 1, condition test 2, ...) =AND(A1>20,B1=”Gold”) AND function, use the
Test result is TRUE
only if all conditions AND function as the

sa
are met. condition test in an IF
statement

As
Test that more than
one condition is true.

OR =OR(condition test 1, condition test 2, ...) =OR(A1>20,B1=”Gold”)


Test result is TRUE if
any of the conditions
are met.
ob
COUNT does not count
lJ
Count numerical cells =COUNT(range of cells to count) =COUNT(A1:A10) cells containing text, use
COUNT
Al

COUNTA for this

COUNTA Count cells =COUNTA(range of cells to count) =COUNTA(A1:A10)


=COUNTBLANK(range of cells to
COUNTBLANK Count empty cells =COUNTBLANK(A1:A10)
count)
Count cells that meet =COUNTIF(A1:A10,”>20”)
=COUNTIF (range of cells to count,critera
COUNTIF Counts all cells containing a value greater than
a certain condition to satisfy)
20
Count cells only if =COUNTIFS( range of cells for criteria =COUNTIFS(A1:A10,”Gold”,B1:B10,”>20”)
Can use pivot table instead.
COUNTIFS multiple conditions check 1, criteria 1 to satisfy, range of cells Counts number of rows where column A contains
are met for criteria check 2, criteria 2 to satisfy,...) the word Gold AND column B is greater than 20
Function Used for Format Example Tips
Add values in a You only need the second
=SUMIF(A1:A10,”Gold”,C1:C10) range if the range to add
range only if cells =SUMIF(range of cells for criteria check;
SUMIF Adds all cells in column C if column A contains is different to the range to
meet a certain criteria to satisfy, range of cells to add)
the word Gold be searched.
condition
Add values in a =SUMIFS(range of cells to add, range of
=SUMIFS(C1:C10,A1:A10,”Gold”,B1:B10,”>20”)
range only if cells cells for criteria check 1, criteria 1 to Can use pivot table instead
SUMIFS Adds all cells in column C if column A contains
meet multiple satisfy, range of cells for criteria check 2,
the word Gold AND column B is greater than 20
conditions criteria 2 to satisfy,...)

VLOOKUP
Where several spreadsheets use the same data, it is useful to have one sheet holding that data and then allow the other sheet s to reference that information

m
using the VLOOKUP function. This allows you to maintain data centrally. Any updates will automatica lly update the other sheets.

o
.c
m
Main data sheet

sa
As
The format of the VLOOKUP function is:
=VLOOKUP(lookup value, table range holding the master data, number of the column containing the answer to your question, FALSE)
ob
For example, in the diagram above cell D2 would contain: When using VLOOKUP for numerical data, you can omit FALSE from the
lJ
=VLOOKUP(C2,Main_data_sheet A2:D4, 3,FALSE) function to find the closest match (next lowest value):
Al

to search the table on the right, for the relevant fee for course code UB200. =VLOOKUP(lookup value, table range holding the master data, number of
the column containing the answer to your question)
FALSE tells excel to only find an answer if an exact match is found for the
lookup value. For VLOOKUP to work, the data table must be sorted in ascending order on
If no match is found (e.g. course code UB150), Excel will display #N/A. the lookup column (e.g. the course code column A in the example above)
Flash Fill (Excel 2013 & 2016 only) To split the contents of a column into 2 columns
This tool is amazing for working with text in databases. In earlier versions, For example, you can separate a column of full names into first and last
you needed to know several text functions to achieve the same results. name columns.
 Type the desired result in the first cell of the series and press ENTER  Insert a new column to the right of the column you want to spl it
 Start typing the desired result in the second cell in the series.  Select the column that you want to split
Excel should suggest content for that and all other cells in the column.  On the Data tab click on the text to columns icon
 Press ENTER to fill the column.  In the pop-up window, check that Delimited is selected and click on
Next
Some examples:  In the Delimiters section, indicate what separates the first bit of text from
the second.

m
To merge first name and last name in one column o E.g. if a space separates first and last name, click on Space
 Type the full name in the first cell of a new column o The example shows how to indicate that 2 pieces of

o
 Start typing the full name in the second cell of the information are separated by a hyphen

.c
new column o Click on Next and then on Finish

m
 Press ENTER when Excel suggests the full name for
every cell in the column

sa
To extract the initials from 2 columns

As
 Type the initials in the first cell of a new column
 Start typing the initials in the second cell of the new


column
Press ENTER when Excel suggests the initials for
ob
lJ
every cell in the column
Al

TOP TIP: if the technique above does not work:


 Type the desired result in the first cell of the series and press ENTER.
 Type the desired result in the second cell in the series and press
ENTER.
 Select both cells.
 Use the Autofill technique to copy the cells down column.
 Click on the icon and choose Flash Fill.
Colour all cells containing a formula (Excel 2013 Recommended PivotTables (Excel 2013 and 2016)
only) Excel Pivot Tables summarise data without the need to build complex
This may help you keep track of where formulae. From Excel 2013 on, the Recommended PivotTables tool will
you have added formulae to a sheet. suggest simple Pivot Tables to summarise your data without the need to
know the details of how to build a PivotTable.
 Click on to select the entire
worksheet.  Click anywhere within the table of data.

 On the Home tab, click on Conditional Formatting and


 Click on the INSERT tab.

m
choose New Rule. Click on the Recommended PivotTables icon.

o
 In the list, click to choose Use a  Click on the suggested PivotTables on

.c
formula to determine which cells the left of the pop-up window to see the
to format

m
table in more detail.
 In the formula box type

sa
=ISFORMULA(A1)
 To create a PivotTable, click on the
 Click on the Format button.
PivotTable you require and click OK.

As
 Choose the format you require. e.g. to


colour all cells containing a formula:
o Click on the Fill tab ob The PivotTable will be created on its
own worksheet.
o Click on a colour for the cell
o Click OK.
lJ
 Click OK. Creating a chart from a Pivot Table
Al

Once you’ve created a simple Pivot Table using the steps above, creating a
All cells containing a formula will be chart to go with it is easy:
coloured.  Click on the Pivot Table to select it.
 On the Pivot Table Tools ANALYZE tab, click on the PivotChart
icon
 Choose a chart type
 Click OK.

You might also like