Advanced Excel Functions Grouping Worksheets

Slides:



Advertisements
Similar presentations
Spreadsheet Software lesson 14. This lesson includes the following sections: Spreadsheet Programs and Their Uses The Spreadsheet's Interface Entering.
Advertisements

® Microsoft Office 2010 Excel Tutorial 1: Getting Started with Excel.
Microsoft Office XP Microsoft Excel
Excel Objects, User Interface, and Data Entry. ◦ Application Window  Title Bar  Menu Bar  Toolbars  Status Bar  Worksheet Window  Worksheet Input.
Exploring Microsoft Excel 2002 Chapter 5 Chapter 5 Consolidating Data: 3-D Workbooks and File Linking By Robert T. Grauer Maryann Barber Exploring Microsoft.
Press Esc to Exit ©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in.
1 CA202 Spreadsheet Application Combining Data from Multiple Sources Lecture # 6.
Excel Tutorial 6 Managing Multiple Worksheets and Workbooks
Excel Lesson 1 Microsoft Excel Basics
XP New Perspectives on Microsoft Office Excel 2003 Tutorial 1 1 Microsoft Office Excel 2003 Tutorial 1 – Using Excel To Manage Data.
Object Linking and Embedding Objective 6.02 Linking and Embedding.
Microsoft Excel 2010 ® ® Tutorial 6: Managing Multiple Worksheets and Workbooks.
XP New Perspectives on Microsoft Office Excel 2003, Second Edition- Tutorial 1 1 Microsoft Office Excel 2003.
More on Cell and Range References. n A reference identifies a cell or a range of cells on a worksheet and tells Microsoft Excel where to look for the.
3-dimensional formula A formula that refers to cells in other worksheets.
Tutorial 6: Managing Multiple Worksheets and Workbooks
XP Microsoft Excel Lecture -5- By lec. (Eng.) Hind Basil University of technology Department of Materials Engineering.
Pre-defined System Functions Simple IF & VLOOKUP.
BCIS IB, (Test 1) Excel Lessons 1, 2 and 3 Press Space bar to Advance Frame.
Tutorial 7: Using Advanced Functions and Conditional Formatting
XP New Perspectives on Microsoft Office Excel 2003, Second Edition- Tutorial 6 1 Microsoft Office Excel 2003 Tutorial 6 – Working With Multiple Worksheets.
Assignment 3 Excel Tutorial IS for Management2 Content –Accurate –Relevant –Complete –Concise Time –Timely –Frequent (enough) Form –Easy to read –Appropriately.
Microsoft Excel Project Six Creating Templates and Working with Multiple Worksheets and Workbooks.
XP 1 ﴀ New Perspectives on Microsoft Office 2003, Premium Edition Excel Tutorial 1 Microsoft Office Excel 2003 Tutorial 1 – Using Excel To Manage Data.
Unit G: Using Complex Formulas, Functions, and Tables Microsoft Office Illustrated Fundamentals.
Lecture Excel: Multiple Worksheets. Workbook and Worksheets Multiple worksheets in a single workbook. When saved, only a single workbook (XLS) is saved.
Chapter 5 Consolidating Data. Agenda Three dimensional workbook Worksheet reference Grouping multiple worksheets for formula and formatting Use the AutoFormat.
Exploring Microsoft Excel Chapter 2 Gaining Proficiency: Copying, Formatting, and Isolating Assumptions.
Tutorial 8: Working with Advanced Functions
Lesson 21: Managing Multiple- Sheet Workbooks. Learning Objectives After studying this lesson, you will be able to:  Change the default number of sheets.
With Microsoft Excel 2007 Comprehensive 1e© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Excel 2007 Comprehensive.
Microsoft Office Excel 2013 Expert Microsoft Office Excel 2013 Expert Courseware # 3254 Lesson 5: Pivot Charts and Advanced Formulas.
Miscellaneous Excel Combining Excel and Access. – Importing, exporting and linking Parsing and manipulating data. 1.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Excel Project 1 Creating a Worksheet and an Embedded Chart.
June 21, Objectives  Grouping and ungrouping worksheets  Applying formulas and formatting to multiple worksheets  Referencing cells and ranges.
Using Advanced Formatting and Analysis Tools. 2 Working with Grouped Worksheets: Grouping Worksheets  Data is entered simultaneously on all worksheets.
 Agenda: 4/24/13 o External Data o Discuss data manipulation tools and functions o Discuss data import and linking in Excel o Sorting Data o Date and.
© Scott/Jones Publishing, Inc. 1 Chapter 18 Working with Advanced Functions Excel 2003, Volume 2 by Karen J. Jolly Scott/Jones Publishing, Inc.
Intro to Excel - Session 2.11 Tutorial 2 - Session 2.1 Creating a Worksheet.
Chapter 12 Creating a Worksheet.
1 Microsoft Excel An Introduction to Spreadsheets Lecture 18.
Excel Lesson 1 Excel Basics
Introduction to Excel Editing Your Workbook.
ACIS Introduction to Data Analytics & Business Intelligence Business Intelligence Logical Functions.
Microsoft Office Illustrated Introductory, Second Edition with Excel 2003 Getting Started.
NTAP’s Intermediate Excel Training  Multiple Worksheets in one File  Using the Fill Function  Relative versus Absolute References  Charts and Graphs.
Project 2 Completing a Three Dimensional Workspace Using Logical and Lookup Functions Jason C. H. Chen, Ph.D. Professor of Management Information Systems.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Excel Project 1 Creating a Worksheet and an Embedded Chart.
XP 1 Workshop Overview Goal Participants will leave the workshop with some basic Excel skills and the ability to locate and use online resources to continue.
Microsoft Excel Prepared by the Academic Faculty Members of IT.
ACIS Introduction to Data Analytics & Business Intelligence Business Intelligence Logical Functions Part 2.
OV Copyright © 2011 Element K Content LLC. All rights reserved. Calculating Data with Advanced Formulas  Apply Cell and Range Names  Calculate.
Pasewark & Pasewark 1 Excel Lesson 1 Excel Basics Microsoft Office 2007: Introductory.
Pmt Function Vlookup Function Excel Database.  Naming a Range is very useful Makes copying more clear because formula or function contains a name rather.
Lesson 12: Working with Multiple Worksheets. Contents.
Spreadsheet I n Concepts & operations. Concepts n Workbook: Excel file n Worksheet: sheet n Row: 1-???? n Column: A - Z, AA - ?? n Cell n Cell address.
Using Advanced Functions and Conditional Formatting
Miscellaneous Excel Combining Excel and Access.
University of technology Department of Materials Engineering
2007 MICROSOFT EXCEL INTERMEDIATE
Adam Little Catharine Reeder
Microsoft Excel Basics
Microsoft Excel Basic Skills
Tutorial 6: Managing Multiple Worksheets and Workbooks
Managing Multiple Worksheets and Workbooks
Lesson 2 - Multi-Dimensional References
Unit G: Using Complex Formulas, Functions, and Tables
Lesson 14 Spreadsheet Software.
Presentation transcript:

Advanced Excel Functions Grouping Worksheets

Agenda 11/14/11 Finish discussing advanced Excel Functions Discuss Embedded Functions Discuss Worksheet Grouping Demonstrate working with multiple worksheets in a workbook.

Advanced Lookup Functions Index Excel goes to the data range and returns you the value in the intersection of the (row number)th row and the (column number)th column. =INDEX(data range, row number, column number) =INDEX($A$2:$C$6,4,2) will give you the value in B5 Match Searches the data range for the relative row number where you find a match for (data) =MATCH(Value, Single-column data range) to find which row has the employee in A10, you would use =MATCH(A10,$B$2:$B$6,0)

Advanced Lookup Example the MATCH() function tells the Index function which row Applying INDEX() to our problem, you can figure that to return the employee number from the range, you would use this: =INDEX($A$2:$A$6,?,1). When you replace the question mark with a MATCH() function, you have the solution.

Nested If Function a second IF function is placed inside the first in order to test additional conditions. "Nesting" IF functions increases the flexibility of the function by increasing the number of possible outcomes. Income level/discount percentage example =IF(A10<29107,B2,IF(29701<=A10>71950,B3 ,B4))

Advanced Function Tips Do not use comma separators in numbers of 1,000 Commas used to separate arguments in functions Test nested function on its own before nesting into other functions

Grouping Worksheets Using multiple worksheets makes it easier to group and summarize data Worksheet groups save time and improve consistency among worksheets An action performed once affects multiple worksheets A worksheet group can contain adjacent or nonadjacent worksheets

Grouping Worksheets Using multiple worksheets makes it easier to group and summarize data. Worksheet groups save time and improve consistency among worksheets An action performed once affects multiple worksheets Can create formulas that function across multiple worksheets A worksheet group can contain adjacent or nonadjacent worksheets Any formatting changes made to the active group are applied to all sheets in the group. When worksheets are ungrouped, each one functions independently again.

Grouping Worksheets

Example of Multiple Worksheets Tutorial #6: Ticket Park Sales example Four worksheets representing four quarters of ticket sales Each worksheet with a unique name Selecting and unselecting multiple worksheets A “worksheet group” is the currently selected group of worksheets Any actions done to one worksheet will happen to all worksheets in a selected group

Grouping Worksheets Any formatting changes made to the active sheet are applied to all sheets in the group When worksheets are ungrouped, each one functions independently again If you forget to ungroup worksheets, any changes you make in one will be applied to all worksheets in the group

Working with Multiple Worksheets Copying worksheets Use an existing worksheet as a starting point for creating another one Duplicates all values, formulas, and formats into new worksheet, leaving original worksheet intact Edit, reformat, and enter new content as needed

Cell References Absolute, Relative, Mixed Named Multi-sheet: conceptualize as “3-D” Rows Columns Sheet A 3-D reference includes the name of the sheet. Example: ‘Quarter1’!B6

Formulas and functions in 3-D Can reference absolute, relative and named cell references in 3-D. Grouped worksheets must have exact same organization and layout (rows and columns) to work effectively. The formula is entered in the same cells in all worksheets in the group. Copying a worksheet ensures compatibility among grouped worksheets.

Entering Formulas in a Worksheet Group Grouped worksheets must have exact same organization and layout (rows and columns) The formula is entered in the same cells in all worksheets in the group

Entering Formulas in a Worksheet Group

Linking Workbooks When creating formulas in a workbook, reference data in other workbooks by creating a link between the workbooks When two files are linked, the source file contains the data, and the destination file (dependent file) receives the data When source and destination workbooks are in different folders, workbook reference must include the file’s complete location (the path)

Link Workbooks When… Separate workbooks have the same purpose and structure A large workbook is too unwieldy to use Information from different workbooks can be summarized Source workbooks received from another person or group are continually updated