Getting Started with Excel

Size: px
Start display at page:

Download "Getting Started with Excel"

Transcription

1 Getting Started with Excel Excel Files The files that Excel stores spreadsheets in are called workbooks. A workbook is made up of individual worksheets. Each sheet is identified by a sheet name which appears in the sheet tab at the bottom. The current sheet displayed is called the active sheet. The other worksheets in the workbook are not visible; the sheet tabs for these inactive sheets are gray. In the example shown, the worksheet DonationsData is selected and, therefore, is the active sheet. The BalanceSheet and Sheet3 worksheets are not selected and, therefore, are the inactive sheets. Referring to Cells in Excel Each worksheet is made up of rows and columns. The column headings are the letters along the top of the worksheet window and identify the different columns. The row headings are the numbers along the left side of the worksheet window that identify the different rows in the worksheet. You can click a row heading to select the entire worksheet row. Each intersection of a row and column is a cell. Worksheet data is placed within separate cells. The cell currently selected in the active worksheet is the active cell. The active cell is outlined with a thick border and the corresponding row and column headings are highlighted. In the example shown, the cell B3 is selected. Selecting cells is known as cell referencing. To reference multiple cells, you must start with the top left cell that you want to reference and end with the bottom right cell that you want to reference. For example, if you want to select cell B3 through cell F9, you should position yourself in cell B3, then drag your mouse to F9 as shown. Another option for referencing the cells is simply typing out the top left cell that you want to reference (B3), a colon( : ), and the bottom right cell that you want to reference(f9). Last Updated: 07/25/2012 Excel Getting Started Page 1 of 1

2 Excel Formatting Formatting is the process of changing a workbook s appearance by defining fonts, styles, colors, and decorative features. Formatting changes only the appearance of data-it does not affect the data itself. If the DonationsData worksheet were not formatted, it would look like the unformatted worksheet below. It is simply more difficult to read the unformatted version, but the data is exactly the same as the formatted version. Unformatted DonationsData Worksheet: Formatted DonationsData Worksheet: The next sections describe various ways you can format data in Excel. Formatting Numbers You can format values using a number format, which displays the values in a way that makes it easy for the displayed value for the reader to quickly understand and interpret them. You can change the number format for the displayed value without affecting the underlying stored value. Excel formats numbers by default in the General Number Format, which, for the most part, displays exactly as they are typed by the user. 1. Select the range you want to format numbers in (e.g. B3:M25 in the BalanceSheet worksheet). 2. In the Number group on the Home tab, click the number format you want to choose(e.g. the Accounting Number format). Last Updated: 08/07/2012 Excel Formatting Page 1 of 4

3 Formatting Dates and Times You can apply different formats to dates and times without affecting the date and time value. 1. Select cell you want to format a date or time in (e.g. C3 in the DonationsData worksheet). 2. In the Number group on the Home tab, click the Number Format Arrow, and then click the date format you desire (eg. Long Date Format). The date format changes to correspond with the date format you choose. Formatting Worksheet Cells Merge and Center This tool combines multiple cells into one cell and horizontally centers the content. 1. Select the range of cells you want to combine (e.g. the A1:M1 range in the BalanceSheet worksheet). 2. In the Alignment group on the Home tab, click the Merge & Center button. The selected cell is merged into one cell and that text is centered within the one cell. Last Updated: 08/07/2012 Excel Formatting Page 2 of 4

4 Adding Cell Borders Sometimes you want to include lines along the edges of cells to emphasize and enhance readability of data. One way to do this is by adding a border to a cell or range. 1. Select the range you want to place the border around (e.g. A1:M25 in the BalanceSheet worksheet). 2. In Font group, click the Border button arrow, and then click the type of border you want to appear (e.g. Thick Box Border). BalanceSheet worksheet with border: Last Updated: 08/07/2012 Excel Formatting Page 3 of 4

5 Applying Cell Styles A workbook often contains several cells that store the same type of data. It s a good design practice to apply the same format to worksheet cells that contain the same type of data. One way to ensure this is with the use of styles. A style is a selection of formatting options using a specific font and color from the current theme. If you later revise the style, the appearance of any cell formatted with that style is updated automatically. This saves you the time and effort of reformatting each cell individually. Excel has a variety of built-in styles to format worksheet titles, column and row totals, and cells with emphasis. A common use of styles is for headings and subheadings. 1. Select the cell you want to apply a cell style to (e.g. A1 in the DonationsData worksheet). 2. In the styles group on the Home tab, click the Cell Styles button. The Cell Styles gallery opens. 3. Click on the cell style you want to use in that cell. Last Updated: 08/07/2012 Excel Formatting Page 4 of 4

6 Excel Functions Introduction... 2 TODAY Function... 2 NOW Function... 3 SUM Function... 4 AVERAGE Function... 5 IF Function... 6 Vertical LOOKUP Function... 7 Last Updated: 11/13/2013 Excel Functions Page 1 of 8

7 Introduction Functions in Excel are shortcuts for calculating different types of problems. They allow you to carry out an action including inserting today s date in a cell or solving a math problem without having to type out the entire problem. Normally, this would require you to type out an entire formula, but functions allow you to save time when completing your task. Each function must have an equals sign ( = ) in front of it. TODAY Function With the TODAY function, you can display the current date without having to type it out. Use of the TODAY function saves time when you have spreadsheets such as daily reports that include the current date, because you will not have to input that information each day. Below, the TODAY function is used to show the last date data was updated in the DonationsData worksheet. 1. Position yourself in the cell you want the date to appear in (cell C2 in our example). 2. Type an equals sign( = ) with the word TODAY and open/closed parenthesis behind it (). 3. When you press enter, today s date will appear in that cell. The date will automatically be in MM/DD/YYYY format in the Today function. (NOTE: if the date does NOT appear in this format, go to the Excel ribbon, in the Number group, and change the number format to Short Date or another desired date format.) Last Updated: 11/13/2013 Excel Functions Page 2 of 8

8 NOW Function With the NOW function, you can display the current date AND time, without having to type it out. 1. Position yourself in the cell that you would like the date to appear in (cell C2 in our example). 2. Type an equals sign( = ) with the word the NOW and open/closed parenthesis right after it. 3. The date will automatically be in MM/DD/YYYY format; the time will automatically use the 24- hour clock. Even though the date and time format defaults, you can change the formatting as described in step 3 of the previous section. Last Updated: 11/13/2013 Excel Functions Page 3 of 8

9 SUM Function With the SUM function, the total of cell values that you select can be found. In the example below, the SUM function is used to calculate the total amount of donations each month in the DonationsData worksheet. 1. Position yourself in the cell you want the total to appear in (cell E4 in our example). 2. Type an equals sign( = ), the word SUM, followed by an open parenthesis, followed by the range of cell addresses (starting cell and ending cell with a colon in the middle) for the cells you want to total (e.g. B4:D4). Then type a closing parenthesis. 3. When you press enter, the total will be entered in that cell. Note that Excel will only sum numeric values. 4. To complete our example, we copy the SUM function in cell E4 down to the other cells that we want to display totals in. Last Updated: 11/13/2013 Excel Functions Page 4 of 8

10 AVERAGE Function With the AVERAGE function, you can display the mean or average value of a group of values without having to manually total the values and then divide by the number of values. In the example below, the AVERAGE function is used to calculate the average donation received by donation type in the DonationsData worksheet. 1. Position yourself in the cell that you would like the average to appear in (cell B16 in our example). 2. Type the equals sign ( = ) followed by the word AVERAGE, and within parentheses, the range of cells you want to have Excel calculate the average for. 3. When you press enter, the average of the cells you referenced will appear in that cell. 4. To complete our example, we copy the AVERAGE function in cell B16 across to the other cells that we want to display averages in. Last Updated: 11/13/2013 Excel Functions Page 5 of 8

11 IF Function Use the IF function to display different values based on whether a situation is true or false. For example, you might want to display the word YES in the Adequate? column if total donations for the month exceed 19,000, NO in the Adequate? column if total donations drop below 19, In the cell you want your true or false statement to appear, enter the IF formula. The format is: =IF(conditional statement, true statement, false statement) a. The conditional statement is the statement that is being tested in the situation. This will be typed after the =IF in parenthesis. For example, the test could be simply to display whether a number is above or below $19,000. The conditional statement in this case would be E3> b. The true statement is the next part of an IF function; it states what Excel will display if the conditional statement is true. The true statement would be YES because this is what the computer would output if the number in cell E3 is higher than $19,000. c. The false statement is the final part of the IF function; it states what Excel will display if the conditional statement is false. The false statement would be NO because this is what the computer would output if the number in cell E3 is lower than $19, When you press enter, either the true statement value or the false statement value will be displayed in the cell. Last Updated: 11/13/2013 Excel Functions Page 6 of 8

12 Vertical LOOKUP Function With the Vertical Lookup (VLOOKUP) function, a value can be found based on another value. The vertical lookup function is often used when you have a value that you want to translate into a different value, but the different value is on another worksheet. VLOOKUP is vital to any type of business because it saves a lot of time. Instead of having to copy information from one worksheet to another, the function will find and copy the data for you. Also, if the original data changes, the VLOOKUP function will change the looked-up values automatically. For example, you may have a Balance Sheet on one worksheet ( BalanceSheet ) that needs to pull in total donations for each month that are stored on another worksheet ( DonationsData ). Using VLOOKUP, we can indicate to Excel that if the Month value on the DonationsData worksheet matches the Month value on the BalanceSheet worksheet, then copy the Total Donations value for that month on the DonationsData worksheet to the appropriate place on the BalanceSheet worksheet. 1. In the cell you want to store the copied value, enter the VLOOKUP formula. The format is =VLOOKUP(lookup_value, table_array, col_index_num, range_lookup). a. The lookup_value indicates the cell that you want to look up information for. This would be the cell on our worksheet that contains the word January in our example (B2). b. The table_array is either a name assigned to a table of data OR a range of cells containing data. The table array in our example is cells A4:E15 on the DonationsData worksheet because the data we want to match (i.e., January ) and the data we want to bring into our current worksheet (i.e., total donations) is contained in these cells. c. The col_index_num is the column the information you want to look up is in. In this example, the column index number is 5 because the column that the total donations is in is the fifth one in the table. d. The range_lookup value indicates whether you want to find an exact match on your lookup_value, or whether you will accept the closest approximate match. FALSE returns an exact match; TRUE returns an approximate match. This argument is optional if not entered, the default will be TRUE. Last Updated: 11/13/2013 Excel Functions Page 7 of 8

13 2. When you press enter, the looked-up value appears. NOTE: In our example above, we copied the VLOOKUP formula to the other cells in the row, in order to get the total donations for the remaining months. Last Updated: 11/13/2013 Excel Functions Page 8 of 8

14 Excel Charts Why use charts? Charts show trends or relations in data that are more difficult to see by simply looking at numbers. The chart image can be copied into other Office programs for use in presentation. What type of chart to use? The type of chart you use depends on the type of information you are trying to display. The table below gives some guidance on choosing charts types. Type of Chart Bar Pie Scatter Line Use Displays the comparison between different items Displays a part to whole relationship Displays correlation between data points Displays changes in data over time Instructions 1. Open the workbook you have your data in. 2. Go to the worksheet that contains data you will use for your chart. 3. Select the range of cells you want to use for your chart (e.g. B3:D15 to make a chart about the types of donations). 4. Click the Insert tab on the Ribbon. 5. In the Charts group, select the type of chart you want (e.g., 2-D pie). Last Updated: 08/07/2012 Excel Charts Page 1 of 2

15 6. When selected, the chart is inserted in the DonationsData sheet. Applying Formatting to the Chart You can add labels such as a Chart Title and values on the data markers (e.g., the actual dollar amounts on the pie slices) to the chart. You can also change the format of data on the chart. 1. Click the Chart Tools Layout tab on the Ribbon. 2. Click on the appropriate buttons in the Current Selection, Labels or Background groups to add or change information on the chart. Some commonly-used options are shown below. Applying a Different Chart Style Once you have made your chart, you may realize you want to change the chart style. For example, you may want your pie chart to be a bar chart. Excel allows you to change the chart style easily. 1. Click the Chart Tools Design tab on the Ribbon. The design options for charts appear on the Ribbon. 2. In the Chart Styles group, click the More button to open the Chart Styles gallery then click the style you want to use. Last Updated: 08/07/2012 Excel Charts Page 2 of 2

16 Excel Instant Amortization Table An amortization table displays each periodic payment on a loan so you can see the impact on your loan balance over time. Excel allows you to instantly generate an amortization table. 1. Right click on any worksheet tab and choose Insert. 2. Navigate to the Spreadsheet Solutions tab and then double click on Loan Amortization. 3. Fill in the information at the top left corner of the worksheet. 4. Hit Enter and a table of periodic payments will be automatically generated. Last Updated: 08/07/2012 Excel Instant Amortization Table Page 1 of 1

17 Excel Tips Contents Cell Referencing... 2 Recovering Unsaved Workbooks... 6 Identifying Duplicate Values... 8 Removing Duplicate Values Switching Rows and Columns Separating Columns Last Updated: 11/8/2013 Excel Tips Page 1 of 15

18 Cell Referencing All data in Excel is stored in cells of worksheets. Worksheets are similar in concept to tables with columns and rows. A cell is the point where a column and row meet. When referencing data in a cell of a worksheet, you use a Cell Reference. A cell reference consists of a combination of the column letter and row number that intersect to form the cell. In Excel, there are two main types of cell references: relative cell references and absolute cell references. Relative cell references identify the location of a cell by its column letter and row number combination, with no added symbols. In the screenshot below, the currently selected cell would be referenced as E4, which is a relative cell reference. Relative cell references are the default method of referencing cells in Excel. Absolute cell references also reference cells by a combination of column letter and row number, but these references include a dollar symbol ($) before the column letter and before the row number. In the screenshot above, the currently-selected cell would be referenced as $E$4 if I wanted to use an absolute cell reference. Using Relative vs. Absolute Cell Referencing Cell references are frequently used in Excel formulas and functions. When relative cell references are used in formulas or functions, if the formula/function is copied from the original cell to other cells, the relative cell references will automatically change to reflect the new location of the formula/function. When absolute cell references are used in formulas or functions, then if the formula/function is copied from the original cell to other cells, the absolute cell references will not change they will retain the original cell reference. Note that a combination of relative and absolute references can be used in formulas and functions. Last Updated: 11/8/2013 Excel Tips Page 2 of 15

19 Relative Cell Referencing Example In this example, we have a set of data for all the donations a company has received from private donors, individual donors, and grants. We want to calculate the total donations each month and will use relative referencing to do this. 1. In this example we want to total the donations from the private businesses, individuals, and grants. To do this, we will enter the formula shown below in cell E4 to calculate the desired value. Note that the references to B4, C4, and D4 are all relative cell references. 2. Click enter and the total donations for the month of January will be calculated and displayed in cell E4. Notice that the formula we just entered can be viewed in the formula bar. 3. Now we want to copy this same formula down the column so that the remaining month s totals can be similarly calculated. To do so, locate the fill handle in the lower right corner of cell E4. Last Updated: 11/8/2013 Excel Tips Page 3 of 15

20 4. Now click and drag the fill handle over the cells you wish to copy the formulas into. Once you release your mouse, the cells you wished to fill will contain a copy of the formula using the relative cell references. Notice how the cell references change to reflect the current row. This is a result of using relative cell references. Absolute Cell Referencing Example Absolute referencing is when you do not want a cell reference to change and you want the specific value in that cell to stay fixed. Unlike in a relative reference, when you use the fill handle or copy/paste a formula that uses absolute references, the absolute cell references for that formula will not change. For this example, we want to calculate the percent of total donations for each month and store these percentages in column F. In order to do this we will have to create a formula that divides our total monthly donations by our total donations for the year. The total donations for the year is currently stored in cell E16, which shows the total to be $253, Last Updated: 11/8/2013 Excel Tips Page 4 of 15

21 1. In our first month, January, we will enter a formula in F4 that divides January s total donations (stored in cell E4) by our total donations for the year (stored in cell E16). However, when we subsequently copy this formula down the column to calculate the percentages for the other months, we want the reference to the total donations for the year (in cell E16) to remain the same. Therefore an absolute cell reference is used for the total donations for the year: $E$ Again, use the fill handle to repeat the formula for the next months. (See steps 3 and 4 in previous example for how to use the fill handle.) 3. Notice how the reference for cell E16 has not been changed. This is a result of using an absolute reference. Also note that we clicked the % button on the Excel ribbon in order to format all the percentages to include the % sign. Last Updated: 11/8/2013 Excel Tips Page 5 of 15

22 Recovering Unsaved Workbooks It s painful when you accidentally close a workbook without saving it, then regret it later. To avoid this scenario, remember to save your changes often. However, you can sometimes recover your work. 1. Click on the File button 2. Choose Info on the left side of the page. 3. Click the Manage Versions button. Last Updated: 11/8/2013 Excel Tips Page 6 of 15

23 4. Choose Recover Unsaved Workbooks. 5. You ll be presented with a list of workbooks with changes that were unsaved. Choose the workbook you want to recover and click open. Then you will be able to save the workbook. Last Updated: 11/8/2013 Excel Tips Page 7 of 15

24 Identifying Duplicate Values In worksheets with lots of data, you may have difficulty identifying duplicate values. Excel can search data and highlight the duplicate values in a selected range. 1. Select a range of values you want to search. 2. Go to the Home tab on the ribbon and Click Conditional formatting. This will display the Conditional formatting menu. 3. From the Conditional Formatting menu, select Highlight Cell Rules. Then, choose Duplicate Values. Last Updated: 11/8/2013 Excel Tips Page 8 of 15

25 4. Choose the type of formatting you would like to apply to the duplicate cells in the Duplicate Values dialogue box. This dialogue box allows you to see a live preview, or displays what will happen to the cells as you click on the different options. 5. Click OK on the Duplicate Values dialogue box. All the duplicate values are now formatted differently than other values. Last Updated: 11/8/2013 Excel Tips Page 9 of 15

26 Removing Duplicate Values If you are using your Excel spreadsheet to organize data, you may want to identify duplicate values and remove values that have already been repeated so your information will be as accurate as possible. 1. Select the range of cells that you want to check for duplicates. You can do this by clicking on the letter or number corresponding to the column or row. 2. Go to the Data tab on the ribbon and click Remove Duplicates. 3. Make sure that the columns containing potential duplicates are selected in the Remove Duplicates screen; If so press OK. If not, you have the option to unselect rows or columns. Last Updated: 11/8/2013 Excel Tips Page 10 of 15

27 4. A message pops up telling you how many duplicates, if any, were removed and how many unique values remain. Last Updated: 11/8/2013 Excel Tips Page 11 of 15

28 Switching Rows and Columns Sometimes, you finish a worksheet and realize you want to re-organize the data. Excel allows you to switch rows and columns easily. 1. Select the range of cells that you want to switch the arrangement of rows and columns. 2. From the Edit menu, select Copy. 3. At the bottom of the page, click the tab for the worksheet you want the range to appear in. 4. On the worksheet, click the cell that you want the values to start in. Last Updated: 11/8/2013 Excel Tips Page 12 of 15

29 5. From the Edit menu, select Paste Special. The Paste Special dialogue box should appear. 6. Click the checkbox for Transpose in the Paste Special dialogue box. 7. Click OK. The data formerly presented down columns is now presented across rows and vice versa. Last Updated: 11/8/2013 Excel Tips Page 13 of 15

30 Separating Columns If you want to separate content that is currently in a single cell, (i.e. address, city, state, zip), you will want to use the Convert Text to Column feature so that each characteristic will have its own cell. All of the data that you want to be separated into different columns should either be separated by tabs, semicolons, commas, or spaces. 1. Assume you have a column of addresses that include the street address, town, state, and zip code. You want to put each address component in separate columns on an Excel worksheet. Highlight all of your data, then go to the Data ribbon and click the Texts to Column in the Data Tools group. 2. On the first Convert Text to Columns Wizard screen, the Delimited file type should be selected. Click Next to proceed. Last Updated: 11/8/2013 Excel Tips Page 14 of 15

31 3. In this example, the address, city, state, and zip code are separated by commas. Deselect the Tab delimiter and click the Comma delimiter. At the bottom of the Wizard screen, you can see a preview of how your data will be separated. Click Finish to proceed. 4. All of your information will now be separated into individual cells. Last Updated: 11/8/2013 Excel Tips Page 15 of 15

Excel 2. Module 2 Formulas & Functions

Excel 2. Module 2 Formulas & Functions Excel 2 Module 2 Formulas & Functions Revised 1/1/17 People s Resource Center Module Overview This module is part of the Excel 2 course which is for advancing your knowledge of Excel. During this lesson

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Basic Formulas Filling Data

More information

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 Quick Summary A workbook an Excel document that stores data contains one or more pages called a worksheet. A worksheet or spreadsheet is stored in a workbook, and

More information

Excel Expert Microsoft Excel 2010

Excel Expert Microsoft Excel 2010 Excel Expert Microsoft Excel 2010 Formulas & Functions Table of Contents Excel 2010 Formulas & Functions... 2 o Formula Basics... 2 o Order of Operation... 2 Conditional Formatting... 2 Cell Styles...

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Filling Data Across Columns

More information

Excel 2010: Getting Started with Excel

Excel 2010: Getting Started with Excel Excel 2010: Getting Started with Excel Excel 2010 Getting Started with Excel Introduction Page 1 Excel is a spreadsheet program that allows you to store, organize, and analyze information. In this lesson,

More information

Excel Intermediate. Click in the name column of our Range of Data. (Do not highlight the column) Click on the Data Tab in the Ribbon

Excel Intermediate. Click in the name column of our Range of Data. (Do not highlight the column) Click on the Data Tab in the Ribbon Custom Sorting and Subtotaling Excel Intermediate Excel allows us to sort data whether it is alphabetic or numeric. Simply clicking within a column or row of data will begin the process. Click in the name

More information

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Basic Topics: Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Review ribbon terminology such as tabs, groups and commands Navigate a worksheet, workbook, and multiple workbooks Prepare

More information

Advanced Formulas and Functions in Microsoft Excel

Advanced Formulas and Functions in Microsoft Excel Advanced Formulas and Functions in Microsoft Excel This document provides instructions for using some of the more complex formulas and functions in Microsoft Excel, as well as using absolute references

More information

Microsoft Excel Chapter 1. Creating a Worksheet and a Chart

Microsoft Excel Chapter 1. Creating a Worksheet and a Chart Microsoft Excel 2013 Chapter 1 Creating a Worksheet and a Chart Objectives Describe the Excel worksheet Enter text and numbers Use the Sum button to sum a range of cells Enter a simple function Copy the

More information

A cell is highlighted when a thick black border appears around it. Use TAB to move to the next cell to the LEFT. Use SHIFT-TAB to move to the RIGHT.

A cell is highlighted when a thick black border appears around it. Use TAB to move to the next cell to the LEFT. Use SHIFT-TAB to move to the RIGHT. Instructional Center for Educational Technologies EXCEL 2010 BASICS Things to Know Before You Start The cursor in Excel looks like a plus sign. When you click in a cell, the column and row headings will

More information

Become strong in Excel (2.0) - 5 Tips To Rock A Spreadsheet!

Become strong in Excel (2.0) - 5 Tips To Rock A Spreadsheet! Become strong in Excel (2.0) - 5 Tips To Rock A Spreadsheet! Hi folks! Before beginning the article, I just wanted to thank Brian Allan for starting an interesting discussion on what Strong at Excel means

More information

How to use the Vlookup function in Excel

How to use the Vlookup function in Excel How to use the Vlookup function in Excel The Vlookup function combined with the IF function would have to be some of the most used functions in all my Excel spreadsheets. The combination of these functions

More information

Microsoft Excel 2010 Handout

Microsoft Excel 2010 Handout Microsoft Excel 2010 Handout Excel is an electronic spreadsheet program you can use to enter and organize data, and perform a wide variety of number crunching tasks. Excel helps you organize and track

More information

Intermediate Excel Training Course Content

Intermediate Excel Training Course Content Intermediate Excel Training Course Content Lesson Page 1 Absolute Cell Addressing 2 Using Absolute References 2 Naming Cells and Ranges 2 Using the Create Method to Name Cells 3 Data Consolidation 3 Consolidating

More information

Reference Services Division Presents. Excel Introductory Course

Reference Services Division Presents. Excel Introductory Course Reference Services Division Presents Excel 2007 Introductory Course OBJECTIVES: Navigate Comfortably in the Excel Environment Create a basic spreadsheet Learn how to format the cells and text Apply a simple

More information

Excel Main Screen. Fundamental Concepts. General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Workbook

Excel Main Screen. Fundamental Concepts. General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Workbook Excel 2016 Main Screen Fundamental Concepts General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Ctrl + O Ctrl + N Ctrl + S Ctrl + P Ctrl + W Help Run Spell Check Calculate

More information

Advanced Excel. IMFOA Conference. April 11, :15 pm 4:15 pm. Presented By: Chad Jarvi, CPA President, Civic Systems

Advanced Excel. IMFOA Conference. April 11, :15 pm 4:15 pm. Presented By: Chad Jarvi, CPA President, Civic Systems Advanced Excel Presented By: Chad Jarvi, CPA President, Civic Systems IMFOA Conference April 11, 2019 3:15 pm 4:15 pm COPY AND PASTE... 4 USING THE RIBBON... 4 USING RIGHT CLICK... 4 USING CTRL-C AND CTRL-V...

More information

I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS...

I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS... EXCEL 2010 BASICS Microsoft Excel I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS... 6 The Mouse... 6 What Are Worksheets?... 6 What is a Workbook?...

More information

IF & VLOOKUP Function

IF & VLOOKUP Function IF & VLOOKUP Function If Function An If function is used to make logical comparisons between values, returning a value of either True or False. The if function will carry out a specific operation, based

More information

Excel Format cells Number Percentage (.20 not 20) Special (Zip, Phone) Font

Excel Format cells Number Percentage (.20 not 20) Special (Zip, Phone) Font Excel 2013 Shortcuts My favorites: Ctrl+C copy (C=Copy) Ctrl+X cut (x is the shape of scissors) Ctrl+V paste (v is the shape of the tip of a glue bottle) Ctrl+A - or the corner of worksheet Ctrl+Home Goes

More information

Microsoft Excel Chapter 1. Creating a Worksheet and an Embedded Chart

Microsoft Excel Chapter 1. Creating a Worksheet and an Embedded Chart Microsoft Excel 2010 Chapter 1 Creating a Worksheet and an Embedded Chart Objectives Describe the Excel worksheet Enter text and numbers Use the Sum button to sum a range of cells Copy the contents of

More information

Open Office Calc (Spreadsheet) Tutorial

Open Office Calc (Spreadsheet) Tutorial Open Office Calc (Spreadsheet) Tutorial Table of Contents Introduction...3 What is a Spreadsheet?...3 Starting OpenOffice Calc...3 OpenOffice Calc (Spreadsheet) Basics...4 Creating a New Document...5 Entering

More information

Creating a Spreadsheet by Using Excel

Creating a Spreadsheet by Using Excel The Excel window...40 Viewing worksheets...41 Entering data...41 Change the cell data format...42 Select cells...42 Move or copy cells...43 Delete or clear cells...43 Enter a series...44 Find or replace

More information

Excel. Tutorial 1 Getting Started with Excel. Tutorial 2 Formatting a Workbook. Tutorial 3 Working with Formulas and Functions COMPREHENSIVE

Excel. Tutorial 1 Getting Started with Excel. Tutorial 2 Formatting a Workbook. Tutorial 3 Working with Formulas and Functions COMPREHENSIVE Excel Tutorial 1 Getting Started with Excel Tutorial 2 Formatting a Workbook Tutorial 3 Working with Formulas and Functions COMPREHENSIVE Excel Tutorial 1 Getting Started with Excel COMPREHENSIVE Objectives

More information

EXCEL TUTORIAL.

EXCEL TUTORIAL. EXCEL TUTORIAL Excel is software that lets you create tables, and calculate and analyze data. This type of software is called spreadsheet software. Excel lets you create tables that automatically calculate

More information

Microsoft Excel 2010 Training. Excel 2010 Basics

Microsoft Excel 2010 Training. Excel 2010 Basics Microsoft Excel 2010 Training Excel 2010 Basics Overview Excel is a spreadsheet, a grid made from columns and rows. It is a software program that can make number manipulation easy and somewhat painless.

More information

Excel Tips for Compensation Practitioners Weeks 9-12 Working with Lookup Formulae

Excel Tips for Compensation Practitioners Weeks 9-12 Working with Lookup Formulae Excel Tips for Compensation Practitioners Weeks 9-12 Working with Lookup Formulae Week 9 Using lookup functions Microsoft Excel is essentially a spreadsheet tool, while Microsoft Access is a database tool.

More information

Key concepts through Excel Basic videos 01 to 25

Key concepts through Excel Basic videos 01 to 25 Key concepts through Excel Basic videos 01 to 25 1) Row and Colum make up Cell 2) All Cells = Worksheet = Sheet 3) Name of Sheet is in Sheet Tab 4) All Worksheets = Workbook File 5) Default Alignment In

More information

Introduction to Excel 2013

Introduction to Excel 2013 Introduction to Excel 2013 Copyright 2014, Software Application Training, West Chester University. A member of the Pennsylvania State Systems of Higher Education. No portion of this document may be reproduced

More information

Gloucester County Library System. Excel 2010

Gloucester County Library System. Excel 2010 Gloucester County Library System Excel 2010 Introduction What is Excel? Microsoft Excel is an electronic spreadsheet program. It is capable of performing many different types of calculations and can organize

More information

Excel 2016 Basics for Windows

Excel 2016 Basics for Windows Excel 2016 Basics for Windows Excel 2016 Basics for Windows Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn

More information

Excel Shortcuts Increasing YOUR Productivity

Excel Shortcuts Increasing YOUR Productivity Excel Shortcuts Increasing YOUR Productivity CompuHELP Division of Tommy Harrington Enterprises, Inc. tommy@tommyharrington.com https://www.facebook.com/tommyharringtonextremeexcel Excel Shortcuts Increasing

More information

Microsoft Excel Chapter 2. Formulas, Functions, and Formatting

Microsoft Excel Chapter 2. Formulas, Functions, and Formatting Microsoft Excel 2010 Chapter 2 Formulas, Functions, and Formatting Objectives Enter formulas using the keyboard Enter formulas using Point mode Apply the AVERAGE, MAX, and MIN functions Verify a formula

More information

Using Tables, Sparklines and Conditional Formatting. Module 5. Adobe Captivate Wednesday, May 11, 2016

Using Tables, Sparklines and Conditional Formatting. Module 5. Adobe Captivate Wednesday, May 11, 2016 Slide 1 - Using Tables, Sparklines and Conditional Formatting Using Tables, Sparklines and Conditional Formatting Module 5 Page 1 of 27 Slide 2 - Lesson Objectives Lesson Objectives Explore the find and

More information

Excel 2013 Intermediate

Excel 2013 Intermediate Excel 2013 Intermediate Quick Access Toolbar... 1 Customizing Excel... 2 Keyboard Shortcuts... 2 Navigating the Spreadsheet... 2 Status Bar... 3 Worksheets... 3 Group Column/Row Adjusments... 4 Hiding

More information

Excel 2013 Part 2. 2) Creating Different Charts

Excel 2013 Part 2. 2) Creating Different Charts Excel 2013 Part 2 1) Create a Chart (review) Open Budget.xlsx from Documents folder. Then highlight the range from C5 to L8. Click on the Insert Tab on the Ribbon. From the Charts click on the dialogue

More information

Chapter 4. Microsoft Excel

Chapter 4. Microsoft Excel Chapter 4 Microsoft Excel Topic Introduction Spreadsheet Basic Screen Layout Modifying a Worksheet Formatting Cells Formulas and Functions Sorting and Filling Borders and Shading Charts Introduction A

More information

Introduction to Excel 2007

Introduction to Excel 2007 Introduction to Excel 2007 These documents are based on and developed from information published in the LTS Online Help Collection (www.uwec.edu/help) developed by the University of Wisconsin Eau Claire

More information

EMIS - Excel Reference Guide

EMIS - Excel Reference Guide EMIS - Excel Reference Guide Create Source Data Files Create a Source Data File from your Student Software program. Current Year (valid as of the day pulled) Previous Year (used when reviewing data that

More information

Kenora Public Library. Computer Training. Introduction to Excel

Kenora Public Library. Computer Training. Introduction to Excel Kenora Public Library Computer Training Introduction to Excel Page 2 Introduction: Spreadsheet programs allow users to develop a number of documents that can be used to store data, perform calculations,

More information

Formulas and Functions

Formulas and Functions Formulas and Functions Excel's Golden Rule (Dan Bricklin and Bob Frankston) Excel's Golden Rule: If formula input data can change, put it in cell and refer to it with cell references. If data will not

More information

ENTERING DATA & FORMULAS...

ENTERING DATA & FORMULAS... Overview NOTESOVERVIEW... 2 VIEW THE PROJECT... 5 NAVIGATING... 6 TERMS... 6 USING KEYBOARD VS MOUSE... 7 The File Tab... 7 The Quick-Access Toolbar... 8 Ribbon and Commands... 9 Contextual Tabs... 10

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 THE BASICS PAGE 02! What is Microsoft Excel?! Important Microsoft Excel Terms! Opening Microsoft Excel 2010! The Title Bar! Page View, Zoom, and Sheets MENUS...PAGE

More information

Excel Level 1

Excel Level 1 Excel 2016 - Level 1 Tell Me Assistant The Tell Me Assistant, which is new to all Office 2016 applications, allows users to search words, or phrases, about what they want to do in Excel. The Tell Me Assistant

More information

MS EXCEL: TABLES, FORMATS, FUNCTIONS AND MACROS

MS EXCEL: TABLES, FORMATS, FUNCTIONS AND MACROS MS EXCEL: TABLES, FORMATS, FUNCTIONS AND MACROS ü Open the file Task_1_Template.xlsx. All the further tasks will be conducted in this file, on particular sheets (Menu, Task 1, Task 2, Task 3). TASK 1.

More information

Pivot Table Project. Objectives. By the end of this lesson, you will be able to:

Pivot Table Project. Objectives. By the end of this lesson, you will be able to: Pivot Table Project Objectives By the end of this lesson, you will be able to: Set up a Worksheet Enter Labels and Values Use Sum and IF functions Format and align cells Change column width Use AutoFill

More information

Excel Tutorial 2: Formatting Workbook Text and Data

Excel Tutorial 2: Formatting Workbook Text and Data Excel Tutorial 2: Formatting Workbook Text and Data Microsoft Office 2013 Objectives Change fonts, font style, and font color Add fill colors and a background image Create formulas to calculate sales data

More information

EXCEL 2003 DISCLAIMER:

EXCEL 2003 DISCLAIMER: EXCEL 2003 DISCLAIMER: This reference guide is meant for experienced Microsoft Excel users. It provides a list of quick tips and shortcuts for familiar features. This guide does NOT replace training or

More information

SUM - This says to add together cells F28 through F35. Notice that it will show your result is

SUM - This says to add together cells F28 through F35. Notice that it will show your result is COUNTA - The COUNTA function will examine a set of cells and tell you how many cells are not empty. In this example, Excel analyzed 19 cells and found that only 18 were not empty. COUNTBLANK - The COUNTBLANK

More information

Unit 12. Electronic Spreadsheets - Microsoft Excel. Desired Outcomes

Unit 12. Electronic Spreadsheets - Microsoft Excel. Desired Outcomes Unit 12 Electronic Spreadsheets - Microsoft Excel Desired Outcomes Student understands Excel workbooks and worksheets Student can navigate in an Excel workbook and worksheet Student can use toolbars and

More information

What is a spreadsheet?

What is a spreadsheet? Microsoft Excel is a spreadsheet developed by Microsoft. It is a software program included in the Microsoft Office suite (Others include MS Word, MS PowerPoint, MS Access etc.). Microsoft Excel is used

More information

Excel 2013 Charts and Graphs

Excel 2013 Charts and Graphs Excel 2013 Charts and Graphs Copyright 2016 Faculty and Staff Training, West Chester University. A member of the Pennsylvania State System of Higher Education. No portion of this document may be reproduced

More information

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR Toolbar Tour AutoSum + more functions Chart Wizard Currency, Percent, Comma Style Increase-Decrease Decimal Name Box Chart Wizard QUICK TOUR Name Box AutoSum Numeric Style Chart Wizard Formula Bar Active

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

HOUR 12. Adding a Chart

HOUR 12. Adding a Chart HOUR 12 Adding a Chart The highlights of this hour are as follows: Reasons for using a chart The chart elements The chart types How to create charts with the Chart Wizard How to work with charts How to

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL INTERMEDIATE

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL INTERMEDIATE EXCEL INTERMEDIATE Overview NOTES... 2 OVERVIEW... 3 VIEW THE PROJECT... 5 USING FORMULAS AND FUNCTIONS... 6 BASIC EXCEL REVIEW... 6 FORMULAS... 7 Typing formulas... 7 Clicking to insert cell references...

More information

EXCEL 2010 PROCEDURES

EXCEL 2010 PROCEDURES EXCEL 2010 PROCEDURES Starting Excel 1 Click the Start 2 Click All Programs 3 Click the Microsoft Office folder icon 4 Click Microsoft Excel 2010 Naming and Saving (Ctrl+S) a Workbook 1 Click File 2 Click

More information

Printing Monthly Eligible List for Providers

Printing Monthly Eligible List for Providers Printing Monthly Eligible List for Providers We have to begin by obtaining two lists from WebKIDSS. The first one will be a Service Line Export, the second will be a Medicaid List Form. *If you do not

More information

Introduction to Microsoft Excel 2016

Introduction to Microsoft Excel 2016 Screen Elements: Introduction to Microsoft Excel 2016 The Ribbon The Ribbon is designed to help you quickly find the commands that you need to complete a task. Commands are organized in logical groups,

More information

Scientific Graphing in Excel 2013

Scientific Graphing in Excel 2013 Scientific Graphing in Excel 2013 When you start Excel, you will see the screen below. Various parts of the display are labelled in red, with arrows, to define the terms used in the remainder of this overview.

More information

Excel Tables & PivotTables

Excel Tables & PivotTables Excel Tables & PivotTables A PivotTable is a tool that is used to summarize and reorganize data from an Excel spreadsheet. PivotTables are very useful where there is a lot of data that to analyze. PivotTables

More information

Introduction to Excel 2013 Part 2

Introduction to Excel 2013 Part 2 Introduction to Excel 2013 Part 2 Open a file Select File from the Menu bar, select Open from the drop down menu, navigate to the place where the file was stored, double-left click on the file name. Modify

More information

Working with Excel CHAPTER 1

Working with Excel CHAPTER 1 CHAPTER 1 Working with Excel You use Microsoft Excel to create spreadsheets, which are documents that enable you to manipulate numbers and formulas to quickly create powerful mathematical, financial, and

More information

Introduction to Microsoft Excel 2010 Quick Reference Sheet

Introduction to Microsoft Excel 2010 Quick Reference Sheet Spreadsheet What is a spreadsheet? How is Excel 2010 different from previous versions? A grid of rows and columns that help to organize, summarize and calculate data. Microsoft Excel 2010 is built on the

More information

Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics. To apply number formatting:

Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics. To apply number formatting: Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics Formatting text and numbers In Excel, you can apply specific formatting for text and numbers instead of displaying all cell content

More information

My Top 5 Formulas OutofhoursAdmin

My Top 5 Formulas OutofhoursAdmin CONTENTS INTRODUCTION... 2 MS OFFICE... 3 Which Version of Microsoft Office Do I Have?... 4 How To Customise Your Recent Files List... 5 How to recover an unsaved file in MS Office 2010... 7 TOP 5 FORMULAS...

More information

Excel Basic: Create Formulas

Excel Basic: Create Formulas Better Technology, Onsite and Personal Connecting NIOGA s Communities www.btopexpress.org www.nioga.org [Type Excel Basic: Create Formulas Overview: Let Excel do your math for you! After an introduction

More information

Workbook Also called a spreadsheet, the Workbook is a unique file created by Excel. Title bar

Workbook Also called a spreadsheet, the Workbook is a unique file created by Excel. Title bar Microsoft Excel 2007 is a spreadsheet application in the Microsoft Office Suite. A spreadsheet is an accounting program for the computer. Spreadsheets are primarily used to work with numbers and text.

More information

Working with Excel involves two basic tasks: building a spreadsheet and then manipulating the

Working with Excel involves two basic tasks: building a spreadsheet and then manipulating the Working with Excel You use Microsoft Excel to create spreadsheets, which are documents that enable you to manipulate numbers and formulas to create powerful mathematical, financial, and statistical models

More information

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen.

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen. Excel is a spreadsheet application that allows for the storing, organizing and manipulation of data that is entered into it. Excel has variety of built in tools that allow users to perform both simple

More information

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon.

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon. EXCEL 2007 TIP SHEET GLOSSARY AutoSum a function in Excel that adds the contents of a specified range of Cells; the AutoSum button appears on the Home ribbon as a. Dialog Box Launcher these allow you to

More information

GCSE CCEA GCSE EXCEL 2010 USER GUIDE. Business and Communication Systems

GCSE CCEA GCSE EXCEL 2010 USER GUIDE. Business and Communication Systems GCSE CCEA GCSE EXCEL 2010 USER GUIDE Business and Communication Systems For first teaching from September 2017 Contents Page Define the purpose and uses of a spreadsheet... 3 Define a column, row, and

More information

USING FORMULAS AND FUNCTIONS...

USING FORMULAS AND FUNCTIONS... Overview NOTES... 2 OVERVIEW... 3 VIEW THE PROJECT... 5 USING FORMULAS AND FUNCTIONS... 6 BASIC EXCEL REVIEW... 6 FORMULAS... 7 Typing formulas... 7 Clicking to insert cell references... 7 Using a Simple

More information

BaSICS OF excel By: Steven 10.1

BaSICS OF excel By: Steven 10.1 BaSICS OF excel By: Steven 10.1 Workbook 1 workbook is made out of spreadsheet files. You can add it by going to (File > New Workbook). Cell Each & every rectangular box in a spreadsheet is referred as

More information

PARTS OF A WORKSHEET. Rows Run horizontally across a worksheet and are labeled with numbers.

PARTS OF A WORKSHEET. Rows Run horizontally across a worksheet and are labeled with numbers. 1 BEGINNING EXCEL While its primary function is to be a number cruncher, Excel is a versatile program that is used in a variety of ways. Because it easily organizes, manages, and displays information,

More information

Excel Select a template category in the Office.com Templates section. 5. Click the Download button.

Excel Select a template category in the Office.com Templates section. 5. Click the Download button. Microsoft QUICK Excel 2010 Source Getting Started The Excel Window u v w z Creating a New Blank Workbook 2. Select New in the left pane. 3. Select the Blank workbook template in the Available Templates

More information

4. In the Change Chart Type dialog box, click the type of chart to which you want to change. 5. Click the chart style. 6. Click OK.

4. In the Change Chart Type dialog box, click the type of chart to which you want to change. 5. Click the chart style. 6. Click OK. PROCEDURES LESSON 21: BUILDING BASIC CHARTS Creating a Chart 1 Select the range of data you want to chart 2 Click the INSERT tab Charts Group 3 Click the desired chart category button 4 In the gallery,

More information

4) Study the section of a worksheet in the image below. What is the cell address of the cell containing the word "Qtr3"?

4) Study the section of a worksheet in the image below. What is the cell address of the cell containing the word Qtr3? Choose The Correct Answer: 1) Study the highlighted cells in the image below and identify which of the following represents the correct cell address for these cells: a) The cell reference for the selected

More information

Excel 2016 Basics for Mac

Excel 2016 Basics for Mac Excel 2016 Basics for Mac Excel 2016 Basics for Mac Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn from

More information

MODULE VI: MORE FUNCTIONS

MODULE VI: MORE FUNCTIONS MODULE VI: MORE FUNCTIONS Copyright 2012, National Seminars Training More Functions Using the VLOOKUP and HLOOKUP Functions Lookup functions look up values in a table and return a result based on those

More information

Part 1. Module 3 MODULE OVERVIEW. Microsoft Office Suite. Objectives. What is A Spreadsheet? Microsoft Excel

Part 1. Module 3 MODULE OVERVIEW. Microsoft Office Suite. Objectives. What is A Spreadsheet? Microsoft Excel Module 3 MODULE OVERVIEW Part 1 What is A Spreadsheet? Part 2 Gaining Proficiency: Copying and Formatting Microsoft Office Suite Microsoft Excel Part 3 Using Formulas & Functions Part 4 Graphs and Charts:

More information

Budget Exercise for Intermediate Excel

Budget Exercise for Intermediate Excel Budget Exercise for Intermediate Excel Follow the directions below to create a 12 month budget exercise. Read through each individual direction before performing it, like you are following recipe instructions.

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 This class is designed to cover the following basics: What you can do with Excel Excel Ribbon Moving and selecting cells Formatting cells Adding Worksheets, Rows and

More information

ADD AND NAME WORKSHEETS

ADD AND NAME WORKSHEETS 1 INTERMEDIATE EXCEL While its primary function is to be a number cruncher, Excel is a versatile program that is used in a variety of ways. Because it easily organizes, manages, and displays information,

More information

Changing Worksheet Views

Changing Worksheet Views PROCEDURES LESSON 1: TOURING EXCEL Starting Excel 1 Click the Start button 2 Click All Programs 3 Click the Microsoft Office folder icon 4 Click Microsoft Excel 2010 Naming and Saving (Ctrl+S) a Workbook

More information

Excel VLOOKUP. An EMIS Coordinator s Friend

Excel VLOOKUP. An EMIS Coordinator s Friend Excel VLOOKUP An EMIS Coordinator s Friend Vlookup, a function in excel, stands for Vertical Lookup. This function allows you to search a specific table of data, look for a match within the table of data

More information

The Menu and Toolbar in Excel (see below) look much like the Word tools and most of the tools behave as you would expect.

The Menu and Toolbar in Excel (see below) look much like the Word tools and most of the tools behave as you would expect. Launch the Microsoft Excel Program Click on the program icon in Launcher or the Microsoft Office Shortcut Bar. A worksheet is a grid, made up of columns, which are lettered and rows, and are numbered.

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Formatting a spreadsheet means changing the way it looks to make it neater and more attractive. Formatting changes can include modifying number styles, text size and colours. Many

More information

Status Bar: Right click on the Status Bar to add or remove features.

Status Bar: Right click on the Status Bar to add or remove features. Excel 2013 Quick Start Guide The Excel Window File Tab: Click to access actions like Print, Save As, etc. Also to set Excel options. Ribbon: Logically organizes actions onto Tabs, Groups, and Buttons to

More information

Project 4 Financials (Excel)

Project 4 Financials (Excel) Project 4 Financials (Excel) Project Objective To offer an introduction to building spreadsheets, creating charts, and entering functions. Part 1 - Financial Projections One of the most important aspects

More information

Spreadsheets Microsoft Office Button Ribbon

Spreadsheets Microsoft Office Button Ribbon Getting started with Excel 2007 you will notice that there are many similar features to previous versions. You will also notice that there are many new features that you ll be able to utilize. There are

More information

Learning Worksheet Fundamentals

Learning Worksheet Fundamentals 1.1 LESSON 1 Learning Worksheet Fundamentals After completing this lesson, you will be able to: Create a workbook. Create a workbook from a template. Understand Microsoft Excel window elements. Select

More information

MICROSOFT OFFICE APPLICATIONS

MICROSOFT OFFICE APPLICATIONS MICROSOFT OFFICE APPLICATIONS EXCEL 2016 : LOOKUP, VLOOKUP and HLOOKUP Instructor: Terry Nolan terry.nolan@outlook.com Friday, April 6, 2018 1 LOOKUP FUNCTIONS WHAT ARE LOOKUP FUNCTIONS USUALLY USED FOR?

More information

1.a) Go to it should be accessible in all browsers

1.a) Go to  it should be accessible in all browsers ECO 445: International Trade Professor Jack Rossbach Instructions on doing the Least Traded Product Exercise with Excel Step 1 Download Data from Comtrade [This step is done for you] 1.a) Go to http://comtrade.un.org/db/dqquickquery.aspx

More information

Scientific Graphing in Excel 2007

Scientific Graphing in Excel 2007 Scientific Graphing in Excel 2007 When you start Excel, you will see the screen below. Various parts of the display are labelled in red, with arrows, to define the terms used in the remainder of this overview.

More information

MICROSOFT EXCEL BEYOND THE BASICS. MARY ANN WALLNER Contact Information:

MICROSOFT EXCEL BEYOND THE BASICS. MARY ANN WALLNER Contact Information: MICROSOFT EXCEL BEYOND THE BASICS MARY ANN WALLNER Contact Information: walln003@csusm.edu PRESENTING EXCEL Excel can be used for a wide variety of tasks: Creating and maintaining detailed budgets Tracking

More information

Lecture- 5. Introduction to Microsoft Excel

Lecture- 5. Introduction to Microsoft Excel Lecture- 5 Introduction to Microsoft Excel The Microsoft Excel Window Microsoft Excel is an electronic spreadsheet. You can use it to organize your data into rows and columns. You can also use it to perform

More information

Excel 2010 Essentials

Excel 2010 Essentials Excel 2010 Essentials Training Manual Narre Community Learning Centre Inc. TABLE OF CONTENTS Module One: Getting Started... 4 Workshop Objectives... 5 Module Two: Opening and Closing Excel... 7 Opening

More information