




























































































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
MS Microsoft Excel skills_TIPS
Typology: Cheat Sheet
1 / 171
This page cannot be seen from the preview
Don't miss anything!
Vocabulary Microsoft Excel is a spreadsheet program. We use it to create reports that need calculations and charts.
Status Bar Modes ‐ Ready mode. This means nothing is being enter ed or edit ed on the spreadsheet.
‐ Enter mode. This mode is when you are doing data entry, just typing in the contents. ‐ Edit mode. Edit the contents of the current cell. Double‐click on a cell with data in it, or click inside the formula bar for this mode. ‐ Point mode. Used when linking to cell addresses within a formula or from an Excel dialog window.
Formatting Cells The most formatting options are found on the Home Tab. All the options can be found in the Format Cells window. This contains several tabs to help us format the contents of our spreadsheet. This window can be opened by using the More Options button at the end of the Format , Alignment and Number groups. You can also use the Keyboard Shortcut – Ctrl‐ 1 or choose Format Cells… from the right‐click shortcut menu.
Font
Alignment
1 2 3 4 5
6 7 8 9 10 11 12
Number
Cells Structures There are a set number of cells within a Microsoft Excel worksheet. In the Ribbon versions (2007 and later) there are 16,384 columns and 1,048,576 rows. As you insert and delete structures, you are not reducing the number of cells, merely shifting where your data lies on the defined worksheet. Think about moving a painting around on a wall. You're not changing the wall, just the position of the painting.
Inserting We use Insert to make new cells, columns, and rows.
Excel determines what you are trying to insert based on your selection. If a full column is selected, Excel will assume you mean a full column and it will skip the Insert window.
You can insert a cell, row, or column by doing one of the following:
Press Shift ‐ Ctrl ‐ = on the keyboard (ctrl plus) or from the Home tab, in the Cells group, choose Insert or open the Right‐click menu and choose insert.
‐ To insert multiple at once, select the number of cells/rows/columns you would like to insert and follow the steps above. ‐ The size and format of the new space is determined by the previous row or column. ‐ This will push the existing cells, columns, or rows to the right or down to make room for the new cells.
Fill Handle The Fill Handle is in the bottom right corner of the selected cell. When you place your mouse over this handle , it changes from a thick white cross, to a thin black cross. Once you see the thin cross (no arrows) you can click and drag the cell to fill its contents in a single direction (up, down, left or right). If you want to go in two directions, you must first complete one way, let go of the mouse and then drag the handle in the second direction. When you use the Fill Handle to pull down a single number or plain text, it will copy the data. When you use the Fill Handle to pull down a text with numbers, a date, a month or a weekday it will fill in a series.
Text 123 Exam 1 2/1/02 February Friday Text 123 Exam 2 2/2/02 March Saturday Text 123 Exam 3 2/3/02 April Sunday
When you select two or more numbers (including dates) and then use the Fill Handle , Excel will fill in the series, following the original pattern of the selected cells. It can only follow simple addition and subtraction patterns.
123 5 100 2/01/ 124 4 110 2/08/ 125 3 120 2/15/ 126 2 130 2/22/
Building an Equation
You can directly type in values, but that data stays constant. If you want to have the answers to your equations update as you change your data, you should use the cell addresses. You will see the cell addresses change colors so you can tell which ones are used in your equation. Type in the exact cell address
Cells are labeled by their row and column headings. Rows are numbered and go horizontally across (rows of chairs) and columns are lettered and go vertically top to bottom (columns of a building). When we refer to the address of a cell, we use the column letter then the row number such as A1.
A B C 1 1 2 =a1+b 2
Use the mouse to point to the cell address
The mouse and arrow keys are both "pointers". If you press the equal sign and then use the mouse to click on another cell, Excel will put you into a "POINT" mode, and place the address of the cell you clicked on in your equation.
Mathematical Operations To let Excel know you expect it to "do math" you need start your cell with an equal sign (=). ‐ Addition, plus sign (+) = 5+2 result 7 ‐ Subtraction, hyphen (‐) = 5 ‐ 2 result 3 (also used for negative) = ‐ 5 result ‐ 5 ‐ Multiplication, asterisk () = 52 result 10 ‐ Division, slash (/) = 5/2 result 2. ‐ Exponent/Power, caret (^) = 5^2 result 25
AutoSum We can build equations to do math on a large number of cells, but there are functions built into Excel that can help us automate the most common ones: Sum, Average, Count, Maximum, Minimum. On the far right of the Home tab you'll find the sigma ( ∑ ).
When you click on the word AutoSum, you'll get a sum function. There is a dropdown list at the end of the button that will show more function options. The AutoSum button looks for numbers above or to the left of the cell to choose the range (the set) of numbers. Make sure to press enter or click the check to accept as soon as the function shows up. If you click outside the cell while you see the function, you may break the equation.
Format
Exercise 2: Quarter Total
Turn to the next worksheet at the bottom of the window, Quarter Total.
Fill Handle
If needed, Move to Cell A a. Hover your mouse over the bottom right corner of the cell until it turns into a thin crosshair/plus sign. This is called the Fill Handle. b. Drag the Fill Handle down to the bottom of Row 5 c. Cells A1 through A5 now all say Quarter d. UNDO!
Move to Cell A a. In Cell A2 type: 1st Qtr b. Press Enter or the click the Check to accept i. If needed, return to Cell A c. Drag the Fill Handle for Cell A2 to the bottom of Row 5 i. 1st Qtr, 2nd Qtr, 3rd Qtr, 4th Qtr
Format
Select titles in Cell s A1 and B a. Bold b. Bottom Border c. Center
Select the numbers in Cell s B2, B3, B4, and B a. Comma Format b. Decrease Decimals to zero/none
Chart
Return to Cell A1 (Ctrl‐Home)
From the Insert tab, Recommended Charts a. Opens the Insert Chart window
Click OK to accept the Column Chart option
Exercise 4: Sales Report
Turn to the next worksheet at the bottom of the window, Sales Report.
Format
Row 1 ‐> Bold
Column B ‐> Accounting ($)
Column C ‐> Centered Aligned
Cell C5 ‐> Right Aligned
Math Total for each line item will be the Price times the Quantity.
Go to Cell D
From the keyboard Type: =
With the mouse click on Cell B2 ($10.00) Cell D2 should now have =B
From the keyboard type: *
With the mouse click on Cell C2 (5) Cell D2 should now have =B2*C
Press Enter or click the check to accept Answer: $50. If needed return to Cell D
Drag the Fill Handle for Cell D2 to Cell D to fill in the pattern for the formula
Grand Total
Move to Cell D
From the Home tab click on the AutoSum ∑ =SUM(D2:D4)
Press Enter or click the check to accept Answer: $600.
Change Cell B2 to $12.50 and press enter or click the check to accept Grand Total should be $612.
Microsoft Excel
Microsoft Excel
St. George’s Information Services