Instructions for Using Excel as a Grade Book

Size: px
Start display at page:

Download "Instructions for Using Excel as a Grade Book"

Transcription

1 Instructions for Using Excel as a Grade Book This set of instructions includes directions for typing in formulas, etc. I will show you how to use the insert function and highlight cells methods to accomplish the same effects. You can pick whichever method works easiest for you. Enter student names into grade roster There are two ways to enter students into your roster: manually entering student names or importing names from a text file. If you are interested in how to import student names from a text file, see the instructions at the end. 1. Open Excel. To do this on a PC, click on Start in the lower lefthand corner of your desktop, choose Programs, and find either Microsoft Excel, or Microsoft Office and then Excel. 2. A blank spreadsheet should appear. If not, you may need to select "Excel Workbook". Columns are labeled A, B, C, etc. and rows are labeled 1, 2, 3, etc. Cells are identified using their column identifier and their row identifier. Hence, A1 is the first cell in the upper lefthand corner of the spreadsheet. 3. Before adding students, add some column headings. Put your cursor in the A1 cell. You will know you are in the right cell because a border will appear around the active cell, as in the picture above. Type Last Name and hit the Tab key. This should move you automatically to the cell to the right. If not, click in the B1 cell and type First Name. Your spreadsheet should look like this: 4. To enter your student's names, click in the A2 cell and type the first student's last name and then their first name. Continue on through the list. If you want to include other information about your students, add another column label and enter that information.

2 5. Once you have all of your students entered, save your file. Click on File in the menu bar at the top of the page and select Save. I suggest you name your file in such a way that it is clear as to which class and which semester it refers to. For example, "PSY 113 F03 grades". Excel will add the necessary file extension (".xls"). I have folders for each class so I save the gradebooks there, then they are easy to find later on. Label columns for assignments Now that all of your students are entered, you will need to label the columns for your graded assignments. Additional columns can be added at any time. For the purpose of this exercise, we will add the following columns: Quiz 1, Quiz 2, Quiz 3, Mid-term, Final Exam, and Term Paper. 1. Put your cursor in cell D1 (or in row 1 of your first empty column) and type Quiz Move to the next column (row 1) and type Quiz 2. If you hit the Tab key after entering a label, your cursor will automatically be put in the next cell. 3. Complete the labeling of columns so that your spreadsheet now looks like that below: Enter grades Now that the columns are labeled, you can begin entering grades. For the sake of this exercise, we will fill in grades for all of your students and all of the assignments. In a real course, you can enter grades at any time and edit them as well. 1. To enter grades, put your cursor in the cell for a given student and a given assignment. 2. Type in the grade. Hit the Enter key to move downward to the next student. When done, your grade roster should like the one below:

3 If you want to calculate assignment means and standard deviations -- You can use Excel to calculate some simple statistics on your assignment grades. These statistics can then be shared with your students. This is NOT a necessary part of maintaining an excel gradebook, but might be interesting for you and/or your students. 1. As usual, add some column labels first. Put your cursor in cell C7 and type "Mean". Hit the enter key and type "Std deviation" in cell C8. Your spreadsheet should look like the one below: 2. Now you need to type in cell D7 a formula for calculating the average (mean) grade. Put your cursor in D7 and type (without the quotation marks) "=average(d2:d5)" and hit the enter key. This formula tells Excel to calculate the average grade for Quiz 1. Now put your cursor in D8 and we will type in the formula to calculate the standard deviation. Type "=stdev(d2:d5)". Hit the enter key. Your spreadsheet should look like this:

4 3. Then you can COPY the formulas created for Quiz 1 across for all of the assignments. Put your cursor in D7 and drag down to D8 to highlight those two cells. 4. Click on Edit in the menu at the top of the page and select "Copy". Click in E7 cell, hold down the cursor and drag it to I8, highlighting two rows beneath the remainder of assignments. Let go of the cursor. 5. Click on Edit and then select "Paste". Means and standard deviations for all of you assignments should appear: Calculating total points for each student: Once you have all your grades entered, you may use Excel to add up each of the student's total points. This score can then be used to calculate a final letter grade if you want. For this exercise, we will assume that the total possible points for all of the assignments adds up to 345 pts and that there is no weighting of assignments.

5 1. In the column to the right of Term Paper, add the column label Total Points. Hit the enter key so that you are in the cell directly below the column label (J2 in this example). 2. Type the following into J2 exactly, without the quotation marks "=d2+e2+f2+g2+h2+i2" and hit the enter key when done. This is a formula that will add all of the columns together. The total should appear in the cell J2. Another way to write this formula is =SUM(d2:i2) and you can use the Insert menu to choose the function and then highlight the cells in the range you want to total instead of typing them in. In any case, when you finish, the cell will show the total points, not the formula you created. The formula will appear in the fx blank at the top of your spreadsheet when you select the cell. 3. Now you will need to copy the formula from J2 into the other remaining cells in column J. To do this, click on the cell with the formula (e.g., J2) to highlight it. 4. Then click on Edit in the menu at the top of the page and select "Copy". Click in the J3 cell, hold down the cursor and drag it to J5. Let go of the cursor. Click on Edit and then select "Paste". The new totals in the remaining cells should appear. Notice that when you copy and paste formulas like this, excel automatically changes the cell references to match the row you have copied to. If you don t want a cell reference to change, use a $ in front of the part that you want to remain the same. For example, if you want to add the number in K5 to each cell you would type +$K$5 as part of the formula. If you only wanted the column K to be constant, but the row numbers to change, you would type +$K5. Calculate Percentages Many instructors like to use percentages as a way to calculate final grades.

6 1. To the right of Total Points, add a new column label that says Percentage. 2. Put your cursor in the cell directly below the column label and type the following (without the quotation marks) "=j2/345*100" and hit the enter key. In this formula, the asterisk (*) represents the multiplication symbol and 345 is the total number of points the students could have obtained. 3. Copy and paste this formula into the cells below following the same procedure we used for the other formula. Note that this second formula could have been incorporated into total points formula if you wanted. The formula would have read "=(d2+e2+f2+g2+h2+i2)/345*100". 4. I prefer to enter a total for each assignment at the bottom of the column for that assignment and then copy the =sum(d3:d7) formula to total the totals. Instead of manually calculating the number (345 in the example above) and then using cell reference in the formula in #2 above in place of the number. So, the formula would read something like =j2/$j$25*100. That way, if you decide to add or omit an assignment, you can just remove it s total from the end of the column and you won t mess up all of your formulas. Assign a Final Letter Grade To assign letter grades based on these percentages, you will have to determine a grading scheme. 1. Add a new column label to the right of Percentage called "Final Grade". 2. I use the standard, 90% and above is an A, 80% to 89.9% a B, etc. Thus my formula is: =IF(O3>0.89,"A",IF(O3>0.79,"B",IF(O3>0.69,"C",IF(O3>0.59,"D","F")))) Based on your grading scheme, change this formula to match. Congratulations! You now know how to use Excel to manage your grades. Be sure to save your file frequently as you build it! Be careful after you make one to

7 save it with a different name for each class and semester. I have accidentally written over last semester s grades when I reused the file for the next semester and forgot to use save as and just clicked on save. Optional Procedure - Uploading Student Names from a Text File 1. If you know how to save your class roster from Teams as a.txt file, then you can use the following. Otherwise, you might check with Kenda to see if she can send you a class list as a.txt file. In either case, save the file as.txt in the folder for that class. Please check that the file has commas between the information elements as below--the list of students we used in the previous example would look like this in a comma delimited file: Last Name,First Name, address Brown,Mary,brownm@pdx.edu Doe,John,doej@pdx.edu Jones,Paul,jonesp@pdx.edu Smith,Elizabeth,smithe@pdx.edu You'll note that information that had been in three columns in Excel are now separated by commas. Excel will use the commas to determine how to display the information in a spreadsheet. (If there is a different symbol between the elements, notice what it is so you can chose the correct symbol in step of the import wizard.) 2. To bring the information into Excel, open Excel. Click on File in the menu at the top of the screen and select Open. 3. Choose the file that contains the student's information. This will open an Import wizard that has three windows. The Step 1 of 3 looks like that below. Be sure that "Delimited" is chosen. Everything else should be OK.

8 4. Click on Next. Step 2 of 3 looks like that below. On this screen, check the box next to Comma. When you do this, the data will be put into columns. 5. You do not need to use the Step 3 of 3 window, so at this point, click on Finish. 6. The data should appear in your Excel spreadsheet as in the diagram below. At this point, you would be ready to begin labeling columns and entering grades!

Creating a Gradebook in Excel

Creating a Gradebook in Excel Creating a Spreadsheet Gradebook 1 Creating a Gradebook in Excel Spreadsheets are a great tool for creating gradebooks. With a little bit of work, you can create a customized gradebook that will provide

More information

Microsoft Excel Tutorial

Microsoft Excel Tutorial Microsoft Excel Tutorial by Dr. James E. Parks Department of Physics and Astronomy 401 Nielsen Physics Building The University of Tennessee Knoxville, Tennessee 37996-1200 Copyright August, 2000 by James

More information

TIPS FOR DOING STATISTICS IN EXCEL

TIPS FOR DOING STATISTICS IN EXCEL TIPS FOR DOING STATISTICS IN EXCEL Before you begin, make sure that you have the DATA ANALYSIS pack running on your machine. It comes with Excel. Here s how to check if you have it, and what to do if you

More information

APPLYING BENFORD'S LAW This PDF contains step-by-step instructions on how to apply Benford's law using Microsoft Excel, which is commonly used by

APPLYING BENFORD'S LAW This PDF contains step-by-step instructions on how to apply Benford's law using Microsoft Excel, which is commonly used by APPLYING BENFORD'S LAW This PDF contains step-by-step instructions on how to apply Benford's law using Microsoft Excel, which is commonly used by internal auditors around the world in their day-to-day

More information

Microsoft Access Rollup Procedure for Microsoft Office 2007. 2. Click on Blank Database and name it something appropriate.

Microsoft Access Rollup Procedure for Microsoft Office 2007. 2. Click on Blank Database and name it something appropriate. Microsoft Access Rollup Procedure for Microsoft Office 2007 Note: You will need tax form information in an existing Excel spreadsheet prior to beginning this tutorial. 1. Start Microsoft access 2007. 2.

More information

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18 Basic Pivot Tables Pivot tables summarize data in a quick and easy way. In your job, you could use pivot tables to summarize actual expenses by fund type by object or total amounts. Make sure you do not

More information

A Guide to Using Excel in Physics Lab

A Guide to Using Excel in Physics Lab A Guide to Using Excel in Physics Lab Excel has the potential to be a very useful program that will save you lots of time. Excel is especially useful for making repetitious calculations on large data sets.

More information

Instructions for applying data validation(s) to data fields in Microsoft Excel

Instructions for applying data validation(s) to data fields in Microsoft Excel 1 of 10 Instructions for applying data validation(s) to data fields in Microsoft Excel According to Microsoft Excel, a data validation is used to control the type of data or the values that users enter

More information

Step Sheet: Creating a Data Table and Charts

Step Sheet: Creating a Data Table and Charts Step Sheet: Creating a Data Table and Charts Using Microsoft Excel Spreadsheets with Data This step sheet will help you build a data table and convert the data into histograms and circle graphs for your

More information

Using Microsoft Excel to Manage and Analyze Data: Some Tips

Using Microsoft Excel to Manage and Analyze Data: Some Tips Using Microsoft Excel to Manage and Analyze Data: Some Tips Larger, complex data management may require specialized and/or customized database software, and larger or more complex analyses may require

More information

Analyzing Data Using Excel

Analyzing Data Using Excel Analyzing Data Using Excel What you will do: Create a spreadsheet Use formulas and basic formatting Import text files Save worksheets as web pages Add interactivity to web worksheets Use pivot tables Create

More information

Advanced Excel 10/20/2011 1

Advanced Excel 10/20/2011 1 Advanced Excel Data Validation Excel has a feature called Data Validation, which will allow you to control what kind of information is typed into cells. 1. Select the cell(s) you wish to control. 2. Click

More information

Spreadsheets and Laboratory Data Analysis: Excel 2003 Version (Excel 2007 is only slightly different)

Spreadsheets and Laboratory Data Analysis: Excel 2003 Version (Excel 2007 is only slightly different) Spreadsheets and Laboratory Data Analysis: Excel 2003 Version (Excel 2007 is only slightly different) Spreadsheets are computer programs that allow the user to enter and manipulate numbers. They are capable

More information

Adobe Dreamweaver CC 14 Tutorial

Adobe Dreamweaver CC 14 Tutorial Adobe Dreamweaver CC 14 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site

More information

MICROSOFT ACCESS STEP BY STEP GUIDE

MICROSOFT ACCESS STEP BY STEP GUIDE IGCSE ICT SECTION 11 DATA MANIPULATION MICROSOFT ACCESS STEP BY STEP GUIDE Mark Nicholls ICT Lounge P a g e 1 Contents Task 35 details Page 3 Opening a new Database. Page 4 Importing.csv file into the

More information

Excel Budget Homework

Excel Budget Homework Excel Budget Homework CSE 3, Fall 2009 Due at the BEGINNING of your next lab. A. Annual Budget One of the most common uses of a spreadsheet is to chart financial information. We are going to create an

More information

Quick Start Guide. Highly customizable automated trading Automate your trades according to rules and models you create.

Quick Start Guide. Highly customizable automated trading Automate your trades according to rules and models you create. POWER E*TRADE PRO EXCEL MANAGER Quick Start Guide We are pleased to announce the launch of Excel Manager, an exciting new feature in Power E*TRADE Pro that leverages the flexibility of Microsoft Excel

More information

Payroll Processing Tips & Tricks

Payroll Processing Tips & Tricks Ascentis Macro-Enabled Workbooks Ascentis has a variety of customizable macro-enabled workbooks which can be used to mass import values into either the employee profiles or into Payroll Processing. Master

More information

For further support information, refer to the Help Resources appendix. To comment on the documentation, send an email to support@tk20.com.

For further support information, refer to the Help Resources appendix. To comment on the documentation, send an email to support@tk20.com. Technical Support and Product Information tk20.com Tk20 Corporate Headquarters 10801 MoPac Expressway, Suite 740, Austin, Texas 78759 USA Tel: 512-401-2000 For further support information, refer to the

More information

Tutorial Microsoft Office Excel 2003

Tutorial Microsoft Office Excel 2003 Tutorial Microsoft Office Excel 2003 Introduction: Microsoft Excel is the most widespread program for creating spreadsheets on the market today. Spreadsheets allow you to organize information in rows and

More information

Creating A Grade Sheet With Microsoft Excel

Creating A Grade Sheet With Microsoft Excel Creating A Grade Sheet With Microsoft Excel Microsoft Excel serves as an excellent tool for tracking grades in your course. But its power is not limited to its ability to organize information in rows and

More information

Using Microsoft Excel to Analyze Data

Using Microsoft Excel to Analyze Data Entering and Formatting Data Using Microsoft Excel to Analyze Data Open Excel. Set up the spreadsheet page (Sheet 1) so that anyone who reads it will understand the page. For the comparison of pipets:

More information

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11 MS Excel Handout: Level 2 elearning Department 2016 Page 1 of 11 Contents Excel Environment:... 3 To create a new blank workbook:...3 To insert text:...4 Cell addresses:...4 To save the workbook:... 5

More information

Using Microsoft Excel to Analyze Data from the Disk Diffusion Assay

Using Microsoft Excel to Analyze Data from the Disk Diffusion Assay Using Microsoft Excel to Analyze Data from the Disk Diffusion Assay Entering and Formatting Data Open Excel. Set up the spreadsheet page (Sheet 1) so that anyone who reads it will understand the page (Figure

More information

Getting Started with Excel 2008. Table of Contents

Getting Started with Excel 2008. Table of Contents Table of Contents Elements of An Excel Document... 2 Resizing and Hiding Columns and Rows... 3 Using Panes to Create Spreadsheet Headers... 3 Using the AutoFill Command... 4 Using AutoFill for Sequences...

More information

Microsoft Access 2007 - Creating Filters and Tables

Microsoft Access 2007 - Creating Filters and Tables Platform: Windows PC Ref no: USER 165 Date: November 2007 Version: 1 Authors: Derek Sheward, Claire Napier Creating Filters in Microsoft Access 2007 This is the third document in series of five about Microsoft

More information

In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class.

In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class. Creating a Pie Graph Step-by-step directions In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class. 1. Enter Data A. Open

More information

This activity will guide you to create formulas and use some of the built-in math functions in EXCEL.

This activity will guide you to create formulas and use some of the built-in math functions in EXCEL. Purpose: This activity will guide you to create formulas and use some of the built-in math functions in EXCEL. The three goals of the spreadsheet are: Given a triangle with two out of three angles known,

More information

Using Formulas, Functions, and Data Analysis Tools Excel 2010 Tutorial

Using Formulas, Functions, and Data Analysis Tools Excel 2010 Tutorial Using Formulas, Functions, and Data Analysis Tools Excel 2010 Tutorial Excel file for use with this tutorial Tutor1Data.xlsx File Location http://faculty.ung.edu/kmelton/data/tutor1data.xlsx Introduction:

More information

Excel Spreadsheet Activity Redo #1

Excel Spreadsheet Activity Redo #1 Excel Spreadsheet Activity Redo #1 Melissa Ebling 11/9/06 Directions: Please follow all directions in this packet. This assignment will consist of your tracking ten different stocks over a period of a

More information

Create a New Database in Access 2010

Create a New Database in Access 2010 Create a New Database in Access 2010 Table of Contents OVERVIEW... 1 CREATING A DATABASE... 1 ADDING TO A DATABASE... 2 CREATE A DATABASE BY USING A TEMPLATE... 2 CREATE A DATABASE WITHOUT USING A TEMPLATE...

More information

FrontPage 2003: Forms

FrontPage 2003: Forms FrontPage 2003: Forms Using the Form Page Wizard Open up your website. Use File>New Page and choose More Page Templates. In Page Templates>General, choose Front Page Wizard. Click OK. It is helpful if

More information

The LMS/Moodle 2.7 GradeBook Workbook

The LMS/Moodle 2.7 GradeBook Workbook The LMS/Moodle 2.7 GradeBook Workbook Gradebook Overview Entering Grades Extra Credit Weighting Grade Scale Export to Excel http://www.lbcc.edu/moodle/index.cfm L O N G B E A C H C I T Y C O L L E G E

More information

Creating a Distribution List from an Excel Spreadsheet

Creating a Distribution List from an Excel Spreadsheet Creating a Distribution List from an Excel Spreadsheet Create the list of information in Excel Create an excel spreadsheet. The following sample file has the person s first name, last name and email address

More information

Mail Merge Tutorial (for Word 2003-2007) By Allison King Spring 2007 (updated Fall 2007)

Mail Merge Tutorial (for Word 2003-2007) By Allison King Spring 2007 (updated Fall 2007) Mail Merge Tutorial (for Word 2003-2007) By Allison King Spring 2007 (updated Fall 2007) What is mail merge? You've probably heard it mentioned around the office or at an interview (especially for a temp

More information

Using Excel to find Perimeter, Area & Volume

Using Excel to find Perimeter, Area & Volume Using Excel to find Perimeter, Area & Volume Level: LBS 4 V = lwh Goal: To become familiar with Microsoft Excel by entering formulas into a spreadsheet in order to calculate the perimeter, area and volume

More information

Databases in Microsoft Access David M. Marcovitz, Ph.D.

Databases in Microsoft Access David M. Marcovitz, Ph.D. Databases in Microsoft Access David M. Marcovitz, Ph.D. Introduction Schools have been using integrated programs, such as Microsoft Works and Claris/AppleWorks, for many years to fulfill word processing,

More information

Creating a Database in Access

Creating a Database in Access Creating a Database in Access Microsoft Access is a database application. A database is collection of records and files organized for a particular purpose. For example, you could use a database to store

More information

einstruction CPS (Clicker) Instructions

einstruction CPS (Clicker) Instructions Two major approaches to run Clickers a. Anonymous b. Tracked Student picks any pad as s/he enters classroom; Student responds to question, but pad is not linked to student; Good for controversial questions,

More information

Using MS Excel to Analyze Data: A Tutorial

Using MS Excel to Analyze Data: A Tutorial Using MS Excel to Analyze Data: A Tutorial Various data analysis tools are available and some of them are free. Because using data to improve assessment and instruction primarily involves descriptive and

More information

Preparing a Gradebook

Preparing a Gradebook 100 ESSENTIAL MICROSOFT OFFICE XP: Tutorial for Teachers Copyright Bernard Poole, Lorrie Jackson, Rebecca Randall, 2002. All rights reserved 4 INTRODUCTION TO THE EXCEL SPREADSHEET Preparing a Gradebook

More information

Instructions for Creating an Outlook E-mail Distribution List from an Excel File

Instructions for Creating an Outlook E-mail Distribution List from an Excel File Instructions for Creating an Outlook E-mail Distribution List from an Excel File 1.0 Importing Excel Data to an Outlook Distribution List 1.1 Create an Outlook Personal Folders File (.pst) Notes: 1) If

More information

EXCEL EXERCISE #8: Consolidating and Linking Spreadsheets

EXCEL EXERCISE #8: Consolidating and Linking Spreadsheets EXCEL EXERCISE #: Consolidating and Linking Spreadsheets. Enter the following information onto Sheet. Double click on the tab for the worksheet and rename it: East. (It represents sales in $000.) 0 Record

More information

Excel Tutorial. Bio 150B Excel Tutorial 1

Excel Tutorial. Bio 150B Excel Tutorial 1 Bio 15B Excel Tutorial 1 Excel Tutorial As part of your laboratory write-ups and reports during this semester you will be required to collect and present data in an appropriate format. To organize and

More information

-SoftChalk LessonBuilder-

-SoftChalk LessonBuilder- -SoftChalk LessonBuilder- SoftChalk is a powerful web lesson editor that lets you easily create engaging, interactive web lessons for your e-learning classroom. It allows you to create and edit content

More information

Spreadsheet - Introduction

Spreadsheet - Introduction CSCA0102 IT and Business Applications Chapter 6 Spreadsheet - Introduction Spreadsheet A spreadsheet (or spreadsheet program) is software that permits numerical data to be used and to perform automatic

More information

Word 2010: Mail Merge to Email with Attachments

Word 2010: Mail Merge to Email with Attachments Word 2010: Mail Merge to Email with Attachments Table of Contents TO SEE THE SECTION FOR MACROS, YOU MUST TURN ON THE DEVELOPER TAB:... 2 SET REFERENCE IN VISUAL BASIC:... 2 CREATE THE MACRO TO USE WITHIN

More information

ANGEL 7.4 MASTER Course Import Guide for MBA Online Instructors

ANGEL 7.4 MASTER Course Import Guide for MBA Online Instructors ANGEL 7.4 MASTER Course Import Guide for MBA Online Instructors The Center for Instructional Technology & elearning Ohio Dominican University elearning.ohiodominican.edu angel_administrator@ohiodominican.edu

More information

EXCEL Tutorial: How to use EXCEL for Graphs and Calculations.

EXCEL Tutorial: How to use EXCEL for Graphs and Calculations. EXCEL Tutorial: How to use EXCEL for Graphs and Calculations. Excel is powerful tool and can make your life easier if you are proficient in using it. You will need to use Excel to complete most of your

More information

Desire 2 Learn Quickguide: Grades Tool Overview

Desire 2 Learn Quickguide: Grades Tool Overview Desire 2 Learn Quickguide: Grades Tool Overview The Grades tool allows you to enter assignment grades, track a student s progress, and calculate final grades. You can set up your gradebook to calculate

More information

Our goal, as journalists, is to look for some patterns and trends in this information.

Our goal, as journalists, is to look for some patterns and trends in this information. Microsoft Excel: MLB Payrolls exercise This is a beginner exercise for learning some of the most commonly used formulas and functions in Excel. It uses an Excel spreadsheet called MLB Payrolls 2009_2011

More information

Microsoft Office. Mail Merge in Microsoft Word

Microsoft Office. Mail Merge in Microsoft Word Microsoft Office Mail Merge in Microsoft Word TABLE OF CONTENTS Microsoft Office... 1 Mail Merge in Microsoft Word... 1 CREATE THE SMS DATAFILE FOR EXPORT... 3 Add A Label Row To The Excel File... 3 Backup

More information

Creating Survey Forms from a Word Table

Creating Survey Forms from a Word Table Creating Survey Forms from a Word Table Doc 5.110 Ver 1 Date July 2003 Author Vivien Hall Central Computing Services 1 Introduction This document explains how to use Microsoft Word for Windows 2000 tables

More information

Microsoft Excel Tips & Tricks

Microsoft Excel Tips & Tricks Microsoft Excel Tips & Tricks Collaborative Programs Research & Evaluation TABLE OF CONTENTS Introduction page 2 Useful Functions page 2 Getting Started with Formulas page 2 Nested Formulas page 3 Copying

More information

Introduction to Microsoft Access 2003

Introduction to Microsoft Access 2003 Introduction to Microsoft Access 2003 Zhi Liu School of Information Fall/2006 Introduction and Objectives Microsoft Access 2003 is a powerful, yet easy to learn, relational database application for Microsoft

More information

1. Go to your programs menu and click on Microsoft Excel.

1. Go to your programs menu and click on Microsoft Excel. Elementary Statistics Computer Assignment 1 Using Microsoft EXCEL 2003, follow the steps below. For Microsoft EXCEL 2007 instructions, go to the next page. For Microsoft 2010 and 2007 instructions with

More information

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9. Working with Tables in Microsoft Word The purpose of this document is to lead you through the steps of creating, editing and deleting tables and parts of tables. This document follows a tutorial format

More information

Access Database Design

Access Database Design Access Database Design Technical Support Services Office of Information Technology, West Virginia University OIT Help Desk -- 293-4444 x 1 http://oit.wvu.edu/support/training/classmat/db/ Instructors:

More information

Steps to Create a Database

Steps to Create a Database Steps to Create a Database Design the Database In order for a database to be effective some time should be spent on the layout of the table. Additionally, time should be spent on what the purpose of the

More information

As in the example above, a Budget created on the computer typically has:

As in the example above, a Budget created on the computer typically has: Activity Card Create a How will you ensure that your expenses do not exceed what you planned to invest or spend? You can create a budget to plan your expenditures and earnings. As a family, you can plan

More information

Module 4 (Effect of Alcohol on Worms): Data Analysis

Module 4 (Effect of Alcohol on Worms): Data Analysis Module 4 (Effect of Alcohol on Worms): Data Analysis Michael Dunn Capuchino High School Introduction In this exercise, you will first process the timelapse data you collected. Then, you will cull (remove)

More information

Excel 2003 A Beginners Guide

Excel 2003 A Beginners Guide Excel 2003 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on

More information

Microsoft Access 2000

Microsoft Access 2000 Microsoft Access 2000 Level 1 Region 4 Teaching, Learning and Technology Center Kaplan, LA Activity 1 Creating a Database 1. Open Microsoft Access 2000 a. Click on START, highlight Programs, point and

More information

Blackboard Version 9.1 - Grade Center Contents

Blackboard Version 9.1 - Grade Center Contents Blackboard Version 9.1 - Grade Center Contents Edit mode... 2 Grade Center...... 2 Accessing the Grade Center... 2 Exploring the Grade Center... 2 Icon Legend... 3 Setting Up / Customizing the Grade Center...

More information

How to Excel with CUFS Part 2 Excel 2010

How to Excel with CUFS Part 2 Excel 2010 How to Excel with CUFS Part 2 Excel 2010 Course Manual Finance Training Contents 1. Working with multiple worksheets 1.1 Inserting new worksheets 3 1.2 Deleting sheets 3 1.3 Moving and copying Excel worksheets

More information

Excel Math Project for 8th Grade Identifying Patterns

Excel Math Project for 8th Grade Identifying Patterns There are several terms that we will use to describe your spreadsheet: Workbook, worksheet, row, column, cell, cursor, name box, formula bar. Today you are going to create a spreadsheet to investigate

More information

A Quick Tour of F9 1

A Quick Tour of F9 1 A Quick Tour of F9 1 Table of Contents I. A Quick Tour of F9... 3 1. Getting Started... 3 2. Quick Trial Balance... 7 3. A More Dynamic Table Report... 10 II. The Fundamental F9 Formula... 14 The GL Formula...

More information

Setting up Email in Outlook Express

Setting up Email in Outlook Express Setting up Email in Outlook Express If you have more than one email account but need to use a single computer to access them, then Outlook Express can help. To begin, open Outlook Express by double-clicking

More information

MicroStrategy Desktop

MicroStrategy Desktop MicroStrategy Desktop Quick Start Guide MicroStrategy Desktop is designed to enable business professionals like you to explore data, simply and without needing direct support from IT. 1 Import data from

More information

Data Analysis with Microsoft Excel 2003

Data Analysis with Microsoft Excel 2003 Data Analysis with Microsoft Excel 2003 Working with Lists: Microsoft Excel is an excellent tool to manage and manipulate lists. With the information you have in a list, you can sort and display data that

More information

Excel 2007 A Beginners Guide

Excel 2007 A Beginners Guide Excel 2007 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on

More information

Rochester Institute of Technology. Oracle Training: Advanced Financial Application Training

Rochester Institute of Technology. Oracle Training: Advanced Financial Application Training Rochester Institute of Technology Oracle Training: Advanced Financial Application Training Table of Contents Introduction Lesson 1: Lesson 2: Lesson 3: Lesson 4: Creating Journal Entries using Excel Account

More information

To change title of module, click on settings

To change title of module, click on settings HTML Module: The most widely used module on the websites. This module is very flexible and is used for inserting text, images, tables, hyperlinks, document downloads, and HTML code. Hover the cursor over

More information

Search help. More on Office.com: images templates

Search help. More on Office.com: images templates Page 1 of 14 Access 2010 Home > Access 2010 Help and How-to > Getting started Search help More on Office.com: images templates Access 2010: database tasks Here are some basic database tasks that you can

More information

Importing TSM Data into Microsoft Excel using Microsoft Query

Importing TSM Data into Microsoft Excel using Microsoft Query Importing TSM Data into Microsoft Excel using Microsoft Query An alternate way to report on TSM information is to use Microsoft Excel s import facilities using Microsoft Query to selectively import the

More information

Using Microsoft Excel to Plot and Analyze Kinetic Data

Using Microsoft Excel to Plot and Analyze Kinetic Data Entering and Formatting Data Using Microsoft Excel to Plot and Analyze Kinetic Data Open Excel. Set up the spreadsheet page (Sheet 1) so that anyone who reads it will understand the page (Figure 1). Type

More information

Excel basics. Before you begin. What you'll learn. Requirements. Estimated time to complete:

Excel basics. Before you begin. What you'll learn. Requirements. Estimated time to complete: Excel basics Excel is a powerful spreadsheet and data analysis application, but to use it most effectively, you first have to understand the basics. This tutorial introduces some of the tasks and features

More information

Your Buckalew RWD Website (April 2008; updated Feb. 2010)

Your Buckalew RWD Website (April 2008; updated Feb. 2010) Your Buckalew RWD Website (April 2008; updated Feb. 2010) How do I get started using my new RWD website? 2 How do I add a page to my website? 3 How do I keep everything "lined up" on my web page? 5 How

More information

INTRODUCTION TO THE EXCEL SPREADSHEET Preparing a Gradesheet

INTRODUCTION TO THE EXCEL SPREADSHEET Preparing a Gradesheet Lesson 3: Introduction to the Spreadsheet 67 INTRODUCTION TO THE EXCEL SPREADSHEET Preparing a Gradesheet LEARNING OUTCOMES This tutorial will help you understand what a spreadsheet is and where a spreadsheet

More information

Joomla Article Advanced Topics: Table Layouts

Joomla Article Advanced Topics: Table Layouts Joomla Article Advanced Topics: Table Layouts An HTML Table allows you to arrange data text, images, links, etc., into rows and columns of cells. If you are familiar with spreadsheets, you will understand

More information

Choose the Reports Tab and then the Export/Ad hoc file button. Export Ad-hoc to Excel - 1

Choose the Reports Tab and then the Export/Ad hoc file button. Export Ad-hoc to Excel - 1 Export Ad-hoc to Excel Choose the Reports Tab and then the Export/Ad hoc file button Export Ad-hoc to Excel - 1 Choose the fields for your report 1) The demographic fields are always listed in the right

More information

Create Charts and Graphs with Excel By Lorrie Jackson

Create Charts and Graphs with Excel By Lorrie Jackson Create Charts and Graphs with Excel By Lorrie Jackson WHY A TECHTORIAL? What will I learn today? You will learn how to teach students in grades 3-12 to use Excel to create charts and graphs. What hardware

More information

Access to Moodle. The first session of this document will show you how to access your Lasell Moodle course, how to login, and how to logout.

Access to Moodle. The first session of this document will show you how to access your Lasell Moodle course, how to login, and how to logout. Access to Moodle The first session of this document will show you how to access your Lasell Moodle course, how to login, and how to logout. 1. The homepage of Lasell Learning Management System Moodle is

More information

Shopping Cart Manual. Written by Shawn Xavier Mendoza

Shopping Cart Manual. Written by Shawn Xavier Mendoza Shopping Cart Manual Written by Shawn Xavier Mendoza Table of Contents 1 Disclaimer This manual assumes that you are using Wix.com for website creation, and so this method may not work for all other online

More information

Intro to Excel spreadsheets

Intro to Excel spreadsheets Intro to Excel spreadsheets What are the objectives of this document? The objectives of document are: 1. Familiarize you with what a spreadsheet is, how it works, and what its capabilities are; 2. Using

More information

International Monetary Fund. The Integrated Correspondence System Instructions for Editing Excel-Based Report Forms

International Monetary Fund. The Integrated Correspondence System Instructions for Editing Excel-Based Report Forms International Monetary Fund The Integrated Correspondence System Instructions for Editing Excel-Based Report Forms Rev: May 10, 2005 TABLE OF CONTENTS: I. Introduction... 3 II. Editing Excel-Based Report

More information

DIRECTIONS FOR SETTING UP LABELS FOR MARCO S INSERT STOCK IN WORD PERFECT, MS WORD AND ACCESS

DIRECTIONS FOR SETTING UP LABELS FOR MARCO S INSERT STOCK IN WORD PERFECT, MS WORD AND ACCESS DIRECTIONS FOR SETTING UP LABELS FOR MARCO S INSERT STOCK IN WORD PERFECT, MS WORD AND ACCESS WORD PERFECT FORMAT MARCO ITEM #A-3LI - 2.25 H x 3W Inserts First create a new document. From the main page

More information

MS Excel Template Building and Mapping for Neat 5

MS Excel Template Building and Mapping for Neat 5 MS Excel Template Building and Mapping for Neat 5 Neat 5 provides the opportunity to export data directly from the Neat 5 program to an Excel template, entering in column information using receipts saved

More information

Creating tables in Microsoft Access 2007

Creating tables in Microsoft Access 2007 Platform: Windows PC Ref no: USER 164 Date: 25 th October 2007 Version: 1 Authors: D.R.Sheward, C.L.Napier Creating tables in Microsoft Access 2007 The aim of this guide is to provide information on using

More information

CONSTRUCTING SINGLE-SUBJECT REVERSAL DESIGN GRAPHS USING MICROSOFT WORD : A COMPREHENSIVE TUTORIAL

CONSTRUCTING SINGLE-SUBJECT REVERSAL DESIGN GRAPHS USING MICROSOFT WORD : A COMPREHENSIVE TUTORIAL CONSTRUCTING SINGLE-SUBJECT REVERSAL DESIGN GRAPHS USING MICROSOFT WORD : A COMPREHENSIVE TUTORIAL PATRICK GREHAN ADELPHI UNIVERSITY DANIEL J. MORAN MIDAMERICAN PSYCHOLOGICAL INSTITUTE This document is

More information

Using Mail Merge in Microsoft Word 2003

Using Mail Merge in Microsoft Word 2003 Using Mail Merge in Microsoft Word 2003 Mail Merge Created: 12 April 2005 Note: You should be competent in Microsoft Word before you attempt this Tutorial. Open Microsoft Word 2003 Beginning the Merge

More information

Creating a Newsletter with Microsoft Word

Creating a Newsletter with Microsoft Word Creating a Newsletter with Microsoft Word Frank Schneemann In this assignment we are going to use Microsoft Word to create a newsletter that can be used in your classroom instruction. If you already know

More information

Sage Intelligence Report Designer Add-In

Sage Intelligence Report Designer Add-In Sage Intelligence Report Designer Add-In Q: What is Sage Intelligence Reporting? A: Sage Intelligence Reporting helps you to easily control, automate and analyze your data to make better informed decision,

More information

Mail Merge Creating Mailing Labels 3/23/2011

Mail Merge Creating Mailing Labels 3/23/2011 Creating Mailing Labels in Microsoft Word Address data in a Microsoft Excel file can be turned into mailing labels in Microsoft Word through a mail merge process. First, obtain or create an Excel spreadsheet

More information

Creating a Database using Access 2007

Creating a Database using Access 2007 Creating a Database using Access 2007 Starting Access 2007 Double click on the Access 2007 icon on the Windows desktop (see right), or click-on the Start button in the lower left corner of the screen,

More information

Downloading RIT Account Analysis Reports into Excel

Downloading RIT Account Analysis Reports into Excel Downloading RIT Account Analysis Reports into Excel In the last lesson you learned how to access the Account Analysis detail and export it to Excel through the Account Analysis function. Another way to

More information

Microsoft Excel: Exercise 5

Microsoft Excel: Exercise 5 Microsoft Excel: Exercise 5 In this exercise: Using AutoSum Using the fill handle to copy formulas Using AutoFormat Using the Chart Wizard to create a pie and bar graph This is a case study exercise. In

More information

Importing from Tab-Delimited Files

Importing from Tab-Delimited Files January 25, 2012 Importing from Tab-Delimited Files Tab-delimited text files are an easy way to import metadata for multiple files. (For more general information about using and troubleshooting tab-delimited

More information

Client Marketing: Sets

Client Marketing: Sets Client Marketing Client Marketing: Sets Purpose Client Marketing Sets are used for selecting clients from the client records based on certain criteria you designate. Once the clients are selected, you

More information

HOW TO COLLECT AND USE DATA IN EXCEL. Brendon Riggs Texas Juvenile Probation Commission Data Coordinators Conference 2008

HOW TO COLLECT AND USE DATA IN EXCEL. Brendon Riggs Texas Juvenile Probation Commission Data Coordinators Conference 2008 HOW TO COLLECT AND USE DATA IN EXCEL Brendon Riggs Texas Juvenile Probation Commission Data Coordinators Conference 2008 Goals To be able to gather and organize information in Excel To be able to perform

More information