Excel Workshop Excel Fundamentals

Slides:



Advertisements
Similar presentations
Review Ch. 15 – Spreadsheet and Worksheet Basics © 2010, 2006 South-Western, Cengage Learning.
Advertisements

Microsoft Office XP Microsoft Excel
Microsoft Excel. Click on “Start,” then “Microsoft Office Excel.”
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.
Using Microsoft Office Excel 2007
AoN Session 2. Highlight a number of cells at the top of the page. Then with the cursor over these cells right click. Scroll down to the format cell.
Introduction to Excel 2007 Part 2: Bar Graphs and Histograms February 5, 2008.
Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts
Spreadsheets and Non- Spatial Databases Unit 4: Module 15, Lecture 2- Advanced Microsoft Excel.
Microsoft Excel 2010 Chapter 7
Introduction to Excel 2007 Bar Graphs & Histograms Psych 209 February 1st, 2011.
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)
Excel 2007 Part (2) Dr. Susan Al Naqshbandi
EXCEL WORKSHOP EXCEL FUNDAMENTALS SURESH NAIR, Ph.D. Associate Dean for Graduate Programs Professor and Ackerman Scholar, Operations and Info Management.
Lesson 5: Using Tables.
Microsoft Excel. Excel specializes in creating and designing spreadsheets, or worksheets Worksheet – area to insert data Workbook – a set of worksheets.
Managing Business Data Lecture 8. Summary of Previous Lecture File Systems  Purpose and Limitations Database systems  Definition, advantages over file.
European Computer Driving Licence Syllabus version 5.0 Module 4 – Spreadsheets Chapter 22 – Functions Pass ECDL5 for Office 2007 Module 4 Spreadsheets.
Learning Microsoft Excel Getting Started  There are three features that you should remember as you work within PowerPoint 2007: the Microsoft Office.
Microsoft Excel Used to organize information for calculations.
Microsoft Excel for Poverty Law Advocates: Intermediate Gabrielle Hammond
Microsoft Excel Spreadsheet Review. Templates  Templates can be produced for the following elements:  Text and Graphics  Formatting Information – Layouts,
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. WORD 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 14 Tables.
Microsoft Excel. Excel specializes in creating and designing spreadsheets, or worksheets Worksheet – area to insert data Workbook – a set of worksheets.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. WORD 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 15 Advanced Tables.
A lesson approach © 2011 The McGraw-Hill Companies, Inc. All rights reserved. a lesson approach Microsoft® Excel 2010 © 2011 The McGraw-Hill Companies,
Chapter 6 Creating, Sorting, and Querying a Table
CRSD Technology Training Tony Judice. Quick Access Toolbar – can be modifiedSave as… allows you to save the file to a different location and also as an.
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.
Spreadsheets What is Excel?. Objectives 1. Identify the parts of the Excel Screen 2. Identify the functions of a spreadsheet 3. Identify how spreadsheets.
Microsoft® Excel Create an Excel table. 1 Work with the Table Tools Design tab. 2 Sort and filter records in a table. 3 Identify structured references.
To enter data, place the cursor in the cell. Use Tab to move to the right, Shift-Tab to move back to the left, Enter or Arrow Down to go vertical. You.
DAY 4,5,6: EXCEL CHAPTERS 1 & 2 Rohit January 27 th to February 1 st
An electronic document that stores various types of data.
Microsoft ® Excel ® 2013 Enhanced Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts.
For Datatel and other applications Presented by Cheryl Sullivan.
MS Excel INFORMATION TECHNOLOGY MANAGEMENT SERVICE Training & Research Division.
Lecturer: Dalia Mirghani
CSE111 Introduction to Computer Applications
GO! with Microsoft Office 2016
Finalizing a Worksheet
CSE111 Introduction to Computer Applications
Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts
Guide to Using Excel 2007 For Basic Statistical Applications
Lesson 2 Tables and Charts
BASIC SKILLS USING EXCEL
Statistical Analysis with Excel
Computer Fundamentals
MS-Excel Part 1.
Excel 1 Microsoft Office 2013.
Exporting & Formatting Budgets from NextGen o Excel
Statistical Analysis with Excel
Beginner - Intermediate
Statistical Analysis with Excel
Using Charts in a Presentation
Technology ICT Core: Spreadsheets.
Microsoft Excel 2007 Introduction to Spreadsheet Programs
Microsoft Excel 2007 – Level 1
Intro to Excel CSCI-150.
MS Excel – Analyzing Data
Introduction to Excel 2007 Part 3: Bar Graphs and Histograms
Unit G: Using Complex Formulas, Functions, and Tables
Spreadsheets and Data Management
Chapter 8 Using Document Collaboration and Integration Tools
Key Applications Module Lesson 14 — Working with Tables
Lesson 13 Working with Tables
Excel Tips & Tricks July 18, 2019.
How to Use Microsoft Excel for Data Entry
Presentation transcript:

Excel Workshop Excel Fundamentals SURESH NAIR, Ph.D. Professor and Robert Cizik Chair in Manufacturing and Technology Management, Operations and Info Management School of Business University of Connecticut, Storrs, USA http://users.business.uconn.edu/snair/excel.html

Preliminaries Go to the Workshop website and download the file First Spreadsheet http://users.business.uconn.edu/snair/excel.html Basic skills Entering serial numbers Write 1 and 2, choose both cells, leave cursor Notice the black square at right bottom of selection. This is the Handle Hover on top of the handle and the cursor become a + Hold down left button and pull down to the extent needed Prof. Suresh Nair, University of Connecticut

Preliminaries (contd.) Freezing panes Used for large spreadsheets to freeze header rows and columns Place cursor on E6 Go to \View and choose Freeze Panes Filter Used to filter (show) all rows with the same data in a column Place cursor on D5 and go \Home\Sort&Filter\Filter Note the pull down menu indicators for each column Under Teams, filter for team 1, and copy all HW grades for all members. Do the same for other teams. Remove filter indicators \Home\Sort&Filter\Filter Insert/delete columns Choose column or row Header Click \Home\Insert or \Home\Delete Insert a column at Column I. Call this HW Total

Entering formulas Always start an equation with an = (equal sign) Simple formulas In row 31, calculate the average for HW, Ex1 and Ex2 scores for the class. =average([select data cells]) In column I, find HW total. In I6 =sum([select data cells E6..H6]) Or, use the icon S on top Copying formula down column Select I6. Hover on handle (bottom right of cell) and double click This is an extremely useful feature for large spreadsheets Prof. Suresh Nair, University of Connecticut

Entering formulas Simple formulas (contd.) In column L, calculate the HW score out of 20. In L6 =[point to I6]*20/400 Copy formula down column using handle In column M, calculate the Total Score. In M6 =0.4*J6+0.4*K6+0.2*L6 Or, =sumproduct($J$4..$L$4,J6..L6) – Notice $ (more on this later) Prof. Suresh Nair, University of Connecticut

Sorting Sorting files Select all data except bottom totals. Include headers Sort the file down (descending) on column M Total score Go \Home\Sort&Filter\Custom Sort Under Sort By choose Total Under Order, choose Largest to smallest Click OK Now that the file is sorted in descending order, assign letter grades in column N (manually) PASTE SPECIAL - VALUES At times you want to get rid of the formula in a cell and only leave the value in place (e.g., in simulations). [select cells] CTRL-C to copy \Home\Paste\Paste Values (2007) Right click and choose 123 (2010)

VLOOKUP We can assign grades without sorting by using VLOOKUP On the right of the spreadsheet create a small table. Suppose the address of the numbers in the table (do not include header) is T5..U15 In cell N6 =vlookup(M6,$T$5..$U$15,2) The way to read this formula is M6 is the number to be converted to grade $T$5..$U$15 is the conversion table address 2 is the column from the table to return here when there is a match. Copy formula down column using handle Prof. Suresh Nair, University of Connecticut

Summarizing Data If you cannot recall a function, use the fx button on the formula bar Measures of Central Tendency Arithmetic mean =average(a1.a5) Median (the central value) =median(a1.a5) Mode (the most frequently occurring value) =mode(a1.a5) Measures of Variation Range (the difference between the max and min value) =range(a1.a5) Standard deviation =stdev(a1.a5) Prof. Suresh Nair, University of Connecticut

Other Useful Functions to Summarize Data =sum(a1.a5) Sumif =sumif(a1.a5,”<25”,b1.b5). Check for condition in a1.a5, and if true sum corresponding values in b1.b5 (Optional). Count and Countif. Counts occurrences. =count(a1.a5) or =countif(a1.a5,”<25”,b1.b5). Min or Max =min(a1.a5) or =max(a1.a5) Quick Summaries for Numeric Data Select Numeric data cells At bottom frame of Excel find the summary data such as Average, Count, Max, Min, Sum, etc.

Presenting Data - Pie Charts and Line Charts 10 Example: We illustrate the drawing of Pie charts and 2 Axis charts using data in Auto_sml.xlsx. Select the data (including headers), go to the \Insert\Pie icon and choose the Pie Chart. Next choose Line. Add chart title and axis titles by choosing Layout under Chart Tools – do this for Vertical Axis (call it “Specs”), and Horizontal Axis (call it “Weight, lbs.”). Title the chart “Car Weight vs. Specs.”

Presenting Data - Pie Charts and Line Charts 11 Add Chart Elements Click on the Chart and see the + sign on the top right. You can choose the Chart Elements to add to the chart. Add chart title and axis titles by putting checks against Chart Title and Axis titles Enter the Chart title and axes titles you wish by overwriting the default text that was created.

2 Axis Charts 12 Since the values of variables are of different size, it would be better to move Rleg Room to the right axis. Right Click the line corresponding to Rleg Room. On the right panel choose Secondary axis. For good measure, on the paint can on right (Format), choose Border color and Rounded Corners.

XY Charts and Bubble Charts None of the previous charts are to scale on the X axis. They simply consider the X values to be categories. Therefore 2,5, 23 and 107 will be equal-spaced on the x axis, as if they were M,T,W or colors or brands. If you need to show scaled values, you need to use Scatter charts If you need to show 2 y-axis values to scale you may use the Bubble chart. First choose two columns and choose Bubble Chart. Then click on the chart to show data selected. Then extend the data to include the third column. The left most column chosen is shown on the X-axis, the second column is the Y axis and the third column is the bubble size I have found Scatter charts to be the most important type of chart in Excel

Elements of Charting Style 14 First let Chart Wizard do its thing. Then pretty it up Fix scale. Double click on scale to fix. Choose Scale tab. Change Min and Max Get rid of grid line. Click on any grid line. Delete. Add markers and lines. Click on line drawn, then right click, choose Format Data Series, and then choose different weight and style for different lines (colors do not print well). On the right panel choose markers on some of the lines which may have same weight and style.

Excel Workshop Excel ADVANCED SURESH NAIR, Ph.D. Professor and Robert Cizik Chair in Manufacturing and Technology Management, Operations and Info Management School of Business University of Connecticut, Storrs, USA http://users.business.uconn.edu/snair/excel.html

Anchoring This is the most important aspect of Excel Get used to anchoring cell references If in cell B2 you say =A1, this is a relative reference. You are simply meaning the stuff one row above and one column to the left If in cell B2 you say =$A1, this is an absolute reference to column A, but relative reference to one row above. That is, if you copy this formula to B3, it will show up as =$A2 If in cell B2 you say =A$1, this is an relative reference to the column of the left, but absolute reference to row A. That is, if you copy this formula to C2, it will show up as =B$1 If in cell B2 you say =$A$1, this is an absolute reference to column A and row 1. That is, if you copy this formula to B3, it will still show up as =$A$1 Prof. Suresh Nair, University of Connecticut

Formulas and Anchoring (contd.) 17 Download file Anchoring.xls from the website After doing the exercises on the second tab of the spreadsheet, you should be able to enter a formula in one cell and copy it to all other cells to obtain a table as shown below: Prof. Suresh Nair, University of Connecticut

Importing Text Data Use the Text Import wizard 18 Use the Text Import wizard Example: The file Mutual.txt has information on Mutual funds and is delimited by comma. First save this file to disk. From any Excel document, \Office\Open and select this file (under Files of Type, choose Text Files). The Text Import Wizard screen comes up. Choose Delimited. On the next screen take off the check against Tab and put a check against Comma. Click Finish. Save file as an Excel Worksheet, Mutual.xls The file Auto.txt has information on automobiles and is delimited by the character | Do exactly as above, but on the second screen choose Other and put a | in the box. Save as Auto.xls Prof. Suresh Nair, University of Connecticut

Histograms Let’s draw a histogram on car widths from file Auto.xls 19 Let’s draw a histogram on car widths from file Auto.xls \Data\Data Analysis\Histogram and leave Bin Range blank. Put a check against Chart Output After you see the output, go back to Histogram menu and enter the Bin Range (incl header) for better display. Start at 60 and increase by 2.5 for each bin.

Filtering Choose \Home\Sort and Filter\Filter Hides unimportant rows 20 Choose \Home\Sort and Filter\Filter Hides unimportant rows Can specify multiple column filters, and custom filters

Conditional Formatting 21 Similar to filtering, but simply highlights important cells, does not hide the other cells. Choose \Home\Conditional Formatting There are many options available

Pivot Tables (Important) 22 This is an extremely useful way to examining whether there is any relationship or pattern between two or more variables. Use the Pivot Table wizard in Excel Select the data including the headings Choose \Insert\Pivot Table, then OK Select the Filter, Column and Row variables, and the body of the matrix (S value) by dragging

Pivot Tables (contd.) 23 Group the data for the row or column, if necessary (right click on any row value (say) > Group). Enter start, end and interval size Prof. Suresh Nair, University of Connecticut

Pivot Tables (contd.) 24 Change the way to summarize data as needed (count, sum, etc.) and change the format of the numbers as needed. Right click on top left cell, choose Summarize Data By…More Options…second tab Show Values As. Say % of row. Choose Number Format (Custom, #.## for zero suppression) as needed.

Excel Workshop Structured data from unstructured text SURESH NAIR, Ph.D. Professor and Robert Cizik Chair in Manufacturing and Technology Management, Operations and Info Management School of Business University of Connecticut, Storrs, USA http://users.business.uconn.edu/snair/excel.html

Converting to Structured Data 26 Many a time you may get text that looks unstructured, say on a website and you need to make into structured form for analysis. Let’s say you want to send a mass email to people you have selected in LinkedIn. You want to customize the email for each person. Let’s do an Advanced Search in LinkedIn for keyword “Talent” within 100 miles of our zip code 06103.

Copy/paste pages in Word 27 Let’s copy/paste several of these pages into a Word document as Keep Text Only I have done 11 pages of this. Download file LinkedIn Hits - First File

Converting to 1 line per person 28 Click on the ribbon to show the paragraph marks Note that each person ends with two paragraph markers Go to Replace and replace ^p^p with $$, Replace All

Converting to 1 line per person (contd.) 29 Now replace the single paragraph marks with $ Finally replace the $$ back to single paragraph marks

Converting to 1 line per person (contd.) 30 Finally replace the $$ back to single paragraph marks

Converting to 1 line per person (contd.) 31 If you are lagging the class, download file LinkedIn Hits Second File. Now select the whole file, Select All (Ctrl-A), and copy (Ctrl-C) and paste as Values in an Excel file

Converting to 1 line per person (contd.) 32 Voila! You have one row per person. What is more, there are $ between each field, so we can break each row into several columns

Converting each line to columns 33 Simply do what we learnt earlier about converting Text to Columns. Select Column A, go \Data\Convert Text to Columns, use Delimiter $

Converting each line to columns 34 Simply do what we learnt earlier about converting Text to Columns. Select Column A, go \Data\Convert Text to Columns, use Delimiter $

You have your Structured File 35 You may download this file, LinkedIn Hits Third File. You can further clean up the file by (will require quite a bit of manual clean- up, but with practice you will be able to do this fast) Removing 2nd, 3rd, PremiumBadge, etc. You can split the first name and last name into two columns – delimiter is space You can separate the company name into another column – first replace all “at” with S, and then use $ as delimiter to separate title from firm name You can Concatenate to create an email guess fn.ln@firm.com See LinkedIn Hits Fourth File

Using Mailmerge 36 You need to be sure that the email you guessed is correct. One good site for making guesses of email format is http://email-format.com/d/adobe.com/# You can then use Mailmerge in Word to send customized emails to everyone in the file Several will bounce due to bad email guess For these use another guess, send only to these another email Good luck! The LinkedIn example was simply illustrative. However, this idea of $, ^p, etc., is very useful for several other real applications you will come across.