Intro to Excel CSCI-150.

Slides:



Advertisements
Similar presentations
Introduction to Excel This class is “HANDS-ON” you will need to open up an excel spreadsheet and do examples as you go along. Students will be able to.
Advertisements

MS EXCEL is a spreadsheet application Excel covers: Calculation Graphic tools Pivot tables Macro programming language called VBA EXCEL is a part of MS.
FORMULAS & FUNCTIONS EXCEL. Input A collection of information Data typed into the spreadsheet Output Worksheet Results.
 Microsoft Excel is an electronic spreadsheet.  As with a paper spreadsheet, you can use Excel to organize your data into rows and columns and to perform.
MS Excel Formulas & Functions. What are formulas & functions?  Formulas are instructions that tell Excel how to perform calculations.  Formulas must.
Microsoft Office XP Microsoft Excel
MS-Excel XP Lesson 2. Handling Worksheets 1.Bottom of the every workbook you can get worksheets. 2.No of sheets for a book is three. But you can add,
Using Microsoft ® Excel Formulas and Functions Start Microsoft ® Excel. Type data into cells as shown.
Introduction to Microsoft Excel 2010 Chapter Extension 3.
Microsoft Excel The Basics. spreadsheet A type of application program which manipulates numerical and string data in rows and columns of cells. The value.
Loading Excel Double click the Excel icon on the desktop (if you have this) OR Click on Start All Programs Microsoft Office Microsoft Office Excel 2003.
Objectives 1.Identify the functions of a spreadsheet 2.Identify how spreadsheets can be used. 3.Explain the difference in columns and rows. 4.Locate specific.
1 CS110: Lecture 2 Spreadsheets Prepared by Fred Annexstein University of Cincinnati CC Some rights reserved Today’s Topics Basics of Excel Spreadsheets.
VLOOKUP Better if we have more than two options to select from Corresponding letter grade of numeric grade Must have an accompanying lookup table VLOOKUP(x,y,z)‏
Microsoft Excel 2007 Introduction to Spreadsheet Programs
Introduction to Excel 2007 Part 3: Bar Graphs and Histograms Psych 209.
Using Excel To help with data. Excel is a spreadsheet program that can interface with Word, or PowerPoint A spreadsheet program has cells (little blocks)
University of technology Department of Materials Engineering
Microsoft Excel. Excel specializes in creating and designing spreadsheets, or worksheets Worksheet – area to insert data Workbook – a set of worksheets.
Microsoft Excel Diane M. Coyle Spring 2009 CS 105.
Intro to Excel CSCI130-03A Instructor: Dr. Imad Rahal LAYEROrder Application SW: Excel & Access 2 High-order P.L.: Visual Basic1 Low-order P.L.: Assembly3.
Microsoft Excel Used to organize information for calculations.
 Starting Excel 2003  Using Help  Workbook Management  Cursor Management  Manipulating Data  Using Formulae and Functions  Formatting Spreadsheet.
Excel Terms Worksheet: a grid of rows and columns Columns – labeled A, B, C, then AA, BB, etc. – 256 columns Rows – numbered 1, 2, 3 through 65,536 Cell.
Info copied from Microsoft Help Files Excel: Introduction Microsoft Office 2003.
Excel Spreadsheet basics. Excel Sheets and Books  Spreadsheet: tool to analyze, chart and manage data for personal, business and financial use Worksheet:
Introduction to Spreadsheets Program: Excel. Starting Excel Spreadsheets Spreadsheet –A grid of rows and columns used to make calculations. A spreadsheet’s.
ELECTRONIC SPREADSHEET Chang-Yang Lin Eastern Kentucky University.
Exploring Office 2003 Vol 1 2/e - Grauer and Barber 1 Committed to Shaping the Next Generation of IT Experts. Chapter 1 – Introduction to Excel: What is.
Chapter 15: Spreadsheet and Worksheet Basics © 2010, 2006 South-Western, Cengage Learning.
Worksheets Copyright 2006 South-Western/Thomson Learning.
Chapter 3: Referencing and Names Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
PERFORMING CALCULATIONS Microsoft Excel. Excel Formulas A formula is a set of mathematical instructions that can be used in Excel to perform calculations.
Using Sheets To help with data. Sheets is a spreadsheet program that can interface with forms, docs, or presentations. A spreadsheet program has cells.
Using Microsoft® Excel This presentation is designed for Chapter 1, Section 1.2.
Chapter 3: Referencing and Names Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
How to Grade with Excel Basics and Formulas. How to Grade with Excel  A cell is the cross-section of row and column  Whatever cell is selected is shown.
COMPUTER LITERACY NOTES MS-EXCEL. SPREADSHEETS A spreadsheet is a computer equivalent of a paper ledger sheet. Excel allows you to create spreadsheets.
Exploring Office Grauer and Barber 1 Committed to Shaping the Next Generation of IT Experts. Chapter 1 – Introduction to Excel: What is a Spreadsheet?
Microsoft Excel.
International Computer Driving Licence Syllabus version 5.0
Chapter 2 Using Spreadsheets.
Spreadsheet – Microsoft Excel 2010
Microsoft Excel.
BASIC SKILLS USING EXCEL
Microsoft Excel.
Computer Fundamentals
MS-Excel Part 1.
Excel Formulas & Functions.
Microsoft Excel 101.
Microsoft Excel 2003 Illustrated Complete
Century 21 Computer Skills and Applications
Intro. to Spreadsheets Using Microsoft Excel
Excel 2013 Formulas & Functions.
Microsoft Excel All editions of Microsoft office.
Excel 2013 Formulas & Functions.
EXCEL Study Guide #2.
Microsoft Excel 101.
Excel: Formulas & Functions I Participation Project
Chapter 5 Microsoft Excel Window
Excel 2013 Formulas & Functions.
Microsoft Excel 2007 Introduction to Spreadsheet Programs
Microsoft Excel 2007 – Level 1
Century 21 Computer Skills and Applications
GO! with Microsoft® Excel 2010
Mathematical operators
Introduction to Excel 2007 Part 3: Bar Graphs and Histograms
Unit G: Using Complex Formulas, Functions, and Tables
Spreadsheets and Data Management
Microsoft Excel.
Presentation transcript:

Intro to Excel CSCI-150

Introduction Spreadsheets are applications used mostly to store, organize, calculate, and display numeric data Tabular format: Divided into rows and columns Rows are numbered Columns are labeled with letters Cells hold data (numeric or text), formulas or functions Power: Automatically reapplies formulas as data changes Automatically adapts formulas when copied to new locations

Introduction Each Excel file or project is called a workbook File  New  Blank Workbook Each workbook contains 1 worksheet by default Each cell in a worksheet may contain Text Numeric Formulas with or w/0 (built-in) Functions

Rows are numbered Columns are assigned letters K6 is highlighted and formula is shown above the sheet – address is shown in upper left corner

Formulas Begin with an = sign May contain Constants Single cell references: D5 Functions: AVERAGE, SUM, etc. … Cell ranges: D5:E7 Connections: +, -, *, /, ^, AND, Or, NOT

Formulas Once written for one cell, can use it for other rows or columns No need to rewrite it Place cursor on the small square in the lower right corner of cell Hold on the small black that appears by clicking on the right mouse Drag to desired cells Notice how formula changes If target cell is not close to cell holding formula Highlight formula cell then Edit  Copy Go to target cell then Edit  Paste

Formulas Importance of using cell references Relative addressing Formulas can be updated automatically when copied to different cells Formulas can be recalculated when referenced data changes Relative addressing A7 contains formula A5+A6 Copy to B7  ? B7 is one column to the right of A7 Copy to C9  ? C9 is two columns to the right of A7 and 2 rows below it

Formulas Want to refer to fixed position cells? Absolute addressing Place a $ sign before row number  row does not change Place a $ sign before column letter  column does not change Both  cell is fixed New formula

Functions As you enter the = sign The name box changes to a listing of available functions Functions applicable to ranges: SUM, AVERAGE, MAX, MIN, COUNT, COUNTIF

Conditional Functions IF and VLOOKUP function IF-ELSE IF (condition, yes action, no action) Enters one of two possible results in a cell based on condition IF(G5>50000,10%,12%) IF(F5=“F”,”Yes”,”No”) Condition part be any equality or an inequality Compound statements by using AND and OR If worker last name is “Miller” and is full time then they would be eligible for a raise ==F(AND(F4="F",H4=“Miller”),"Yes","No") The book says the opposite Must use DateValue?

VLOOKUP Better if we have more than two options to select from Must have an accompanying lookup table VLOOKUP(x,y,z) x = cell containing value to lookup y = table range (top left and bottom right corners) z = column in table containing the result to write --- 2 Table must be organized in ascending order from smallest to largest One table entry must match the values being looked up Direct match (equal one of the values) Bounds match (table gives lower bounds of ranges) Once the we get the value of the last cell before we cross the boundaries of range of the given value

Multiple Sheets A workbook can have many worksheets Click on the tab for a sheet brings it to the foreground Add new sheets Right on the sheet tab  Insert Delete sheets by clicking on their tab Right on the sheet tab  Delete Rename sheets Right on the sheet tab  Rename (ONE WORD) Rearrange sheets Click on tab, hold down the button, and drag the tab to desired location

Multiple Sheets When a cell referenced in a formula by row and column (e.g. C5)  in current worksheet Reference cells in different sheets, add the sheet name followed by ! Make sure sheet name is a valid variable (1 string with no spaces) Sheet2!C5

Cell Naming A frequently used cell can be named so as not to have to refer to it by its address all the time Type in name in Name Box Hit Enter A range of cells can also be named similarly by selecting it and proceeding as above If you select a row or column with a title, the title is suggested by default