Excel Tutorial
Excel Tutorial
1. Shortcuts
2. Formatting
3. Formulas and Drag Operations
4. Precedent and dependent tracing
5. Cell Referencing
6. Organization of HW and Exams
7. Common Errors
9b7213f0040f#PickTab=macOS
Changing Fonts
Tip: Stick to the same font on a single sheet
To change the font in Excel, simply select the font from the drop down menu in the Home tab
Example
This is Calibri
This is Times New Roman
DIY
Change me from Times New Roman to Comic Sans MS
Change me to Helvetica Neue
Excel
To change the font size, simply change the number in the drop down menu next to the font button
To change the font style, click on B (Bold), I (Italics), U (Underline) under the font button
Examples
This sentence is bold
This sentence is italicized
This sentence is underlined
Note: You can also combine styles
This sentence is both, bold and italicized
To change colors, click on the following button and select color from drop down menu
DIY
My favorite color is blue (Change the color of the word blue to blue)
This is important (Highlight the word important)
In order to change a number to percentage, click on the following button in the Home tab
In order to change a number to currency, click on the following button in the Home tab (the $ sign in the photo above)
Examples
123 $ 123.00 12300%
DIY
Numeric Currency Percentage Fill out the table to the left
100
Rounding Up and Rounding Down Numbers
You can round up or round down a number by using the following button
DIY Round Up to 1 decimal place Round Down the previous answer to 3 decimal places
12.5461
You can change cell colors by clicking on the bucket in the Home tab
Here
To change back simply click on the bucket again, and select 'No Fill'
DIY
Change the color of this cell to red
Put a border on the bottom of this cell
Formulas
Two common ways of calling and using functions are:
1. Directly call the formula from from the Formulas tab
2. Directly type it into the cell
In order to call formulas using the Formulas tab, first click on an empty cell. Then:
And finally enter references to cell containing data or directly input data into the fields
An easier and a more efficient way of calling functions is to directly type them into cells
You call functions by first putting an "=" sign (without the quotation marks) and then typing the name of the formula. Excel will usually recommend the c
Examples
1 2 3 4 5 6 7 8
Find average 4.5 Double click on 4.5 to see the formula and inputs
Find sum 36 Double click on 36 to see the formula and inputs
Note:
Notice how I've selected the inputs in the formula above (I manually selected one cell, entered a comma, selected the next cell and so on)
There are two other ways of doing this
1. You write first_cell:last_cell within the bracket
2. You long press first cell and drag it all the way to the last cell within the bracket
DIY
Find out and implement a function to find the product of the numbers listed above
A) By calling the appropriate formula from the Formula tab
B) By directly writing into the cell
Find the sum of only the even numbers in the list above
A) Use a simple approach by only summing selected cells
B) Use the SUMIF function
Drag Operations
Imagine if you had to apply the same formula to very long rows of data cells. Won't that be an extremely annoying and laborious task?
Drag Operations allows you to quite simply "drag" a formula inputted in a cell and apply it to other pieces of data that are structured similarly
Example
1 2 3 4 5 6 7 8 9
We have to find the average for every two numbers (eg.: avg(1, 2), avg(2, 3), etc.)
1.5 2.5 3.5 4.5 5.5 6.5 7.5 8.5
DIY
Find the sum of every odd numbers, and every even numbers in the list above (HINT: use SUMIF)
Your Answer:
cel will usually recommend the closest match to what you're typing
ext cell and so on)
aborious task?
e structured similarly
you pass through them)
10
9.5
Relative References
Relative references change when a formula is copied to another cell. This is the default
Example
Quantity Price Revenue
1 1.5 1.5
2 2.5 5
3 3.5 10.5
4 4.5 18
Absolute References
Absolute references, on the other hand, remain constant no matter where they are copied. You can use an absolute
Example
Miles km Conversion factor
1 1.60934 1.60934
2 3.21868
3 4.82802
Mixed References
Sometimes, we need a mix of relative and absolute references. Specifically, in terms of "freezing" just the row or the
DIY Find the two possible discounts for each price level
Discounts
Level Price 10% 15%
Standard $100
Premium $500
so on, each cell references its two neighbors on the left.
You can use an absolute reference to keep a row and/or column constant.
aand D24 to find B23 and B24 respectively. This would just give us zero.
Example
Note: All examples are independent of each other
Transaction Table
Transaction No. Assets Liabilities Equity
Amount Account Amount Account Amount Account
1 5000 Cash 5000 PIC
2 -2000 Cash -2000 Salary Expense
3 5000 AR 5000 Revenue
4 3000 PPE 3000 Notes Payable
Total 11000 3000 8000
Assets - Liabilities = Equity
Income Statement
Feb 1, 2020
Revenue 5000
COGS -2000
Gross Profit 3000
Balance Sheet
Feb 1, 2020
Assets Liabilities
Current Assets Current Liabilities
Cash 5000 AP 6000
AR 2000 Total Current Liabilities 6000
Inventory 1000
Total Current Assets 8000 Long Term Debt 4000
Total Other Liabilities 4000
PPE 10000
Depreciation -1000 Total Liabilities 10000
net PPE 9000
Total Other Assets 9000 Equity
PIC 9000
Total Assets 17000 Retained Earnings -2000
Total Equity 7000
In Excel
Select the cell that you would like to do precedent tracing for, and then press Ctrl and [ together to see the highlighted list of preceding cells
You can then move through each cell using Enter or Tab
OR you can click "Trace Precedents" in the Formulas tab to see arrows
Example
1 2 3 4 5 6
Let's say that X = average of the first three numbers, and Y = average of the next three numbers. We need to find the result of 2X + 3Y
2 3 4 5
2X + 3Y = 19
Precedent tracing for 19 (the cells used are C12 and F12)
DIY
Try precedent tracing for cell C12
Dependent Tracing
Similar to precedent tracing, sometimes it is also very helpful to keep track of where a particular cell was used
You can do so through dependent tracing, which, as the name suggests, lets you look up cells that are dependent on a particular cell
In Excel
Select the cell that you would like to do dependent tracing for, and then press Ctrl and ] together to see the highlighted list of dependent cells
You can then move through each cell using Enter or Tab
OR you can click "Trace Dependents" in the Formulas tab to see arrows
Example
Checking cells dependent on A10 (only the answer 2 on the line below it (cell C12) is)
DIY
Try dependent tracing for cell F12
list of preceding cells
sult of 2X + 3Y
particular cell