Excel Reference Manual: A gentle overview

Size: px
Start display at page:

Download "Excel Reference Manual: A gentle overview"

Transcription

1 Excel Reference Manual: A gentle overview

2 Table of Contents 1. Introduction to MS Excel What is Excel 4 Importing Data 5 2. Data Analysis and Statistical Concepts 9 Concept 1 Measurements of Central Tendency 9 Concept 2 Measurements of Dispersion 29 Concept 3 Visualization of Univariate Data 53 Concept 4 Visualization of Multivariate Data 47 Concept 5 Random Number Generation And Simple Sampling 59 Concept 6 Confidence Intervals 65 2 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

3 These reference manuals have been developed to assist students in the basics of statistical computing sort of a Statistical Computing for Dummies. It is not our intention to use this manual to teach statistical concepts 1 but rather to demonstrate how to utilize previously taught statistical and data analysis concepts the way that professionals and practitioners apply them through the able assistance of computing. Proficiency in software allows students to focus more on the interpretation of the output and on the application of results rather than on the mathematical computations. We should pause here and strongly make the point that computers should serve as a medium of expediency of calculation not as a substitution for the ability to execute a calculation. In the Basic Concepts manual, we present statistical concepts, context for their use, and formulas where appropriate. We provide exercises to execute these concepts by hand. Then, in each subsequent manual, the concepts are applied in a consistent manner using each of the five major statistical computing packages Excel, SPSS, Minitab, R and SAS. 1 Readers of this manual are assumed to have completed some introductory statistics course. For individuals wishing to review statistical concepts, we recommend Introduction to Stats by DeVeaux, Velleman and Bock. 3 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

4 Microsoft s Excel 2010 What is Excel? This spreadsheet software package is ubiquitous. It represents a very basic and efficient way to organize, analyze and present data. Employers today expect that, at a minimum, new hires with college degrees will have a working knowledge of Excel. Excel is used anywhere that data is available which is everywhere. Excel is found in offices, libraries, schools, universities, home offices and everywhere in between. In addition to its role as a data analysis package, Excel is often used as a starting point to capture and organize data and then import it into more sophisticated analysis packages such as SPSS, Minitab or SAS. And, after analysis is complete, datasets can be exported back to Excel and shared with others who may not have access to (or have the ability to use) other analysis packages (we gently refer to this group as the great statistical unwashed ). For product information regarding Excel, please visit: 4 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

5 When you open Excel, the interface includes row and columns, with cells at the intersections. You can input data or formulas into the individual cells. Here is a screen shot of a blank Excel 2010 page: You can move easily through much of the functionality in Excel 2010 by clicking on the tab headers at the top. Most of the time, you will be on the Home tab. 5 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

6 Getting Data into Excel At this point, we need to access the WidgeOne.xls dataset in Excel To access the dataset, click on the File tab at the top right of the sheet and select Open. You should see the following screen: Use the explorer window to browse to where the WidgeOne.xls file is saved. 6 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

7 If your data set is not an Excel file, but in a.txt,.dat or even a.csv file, Excel can still import it with the Text Import Wizard. This function is very useful as data retrieved from the internet could be any number of different types. Let s pretend that the WidgeOne data is a.txt file that has been copied from somewhere and pasted into Notepad. It would look something like this (yuck the variable names don t even match the columns!): 7 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

8 To properly import this text file, select the data tab on the ribbon, and then click on the from text icon: 8 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

9 This will open up a browser where you can navigate to where the text file is located. 9 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

10 Select your file, click open, and the text import wizard box will pop up. 10 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

11 Notice that there are two choices for file type: delimited or fixed with. Delimited means that the column values are separated by a character, such as comma, tab, stars anything, really. Fixed width indicates that the values are lined up in columns with an even number of spaces between them. The columns in the WidgeOne.txt file are not perfectly aligned with the column headings, so the fixed width would not work. Everything is separated by a tab s worth of space, however, so the delimited file type would work here. Select delimited and click Next. Excel is clever enough to guess that tabs delimited this text file and has organized the data accordingly. Of course, this step has the option to indicate a different delimiter if needed. Select the appropriate delimiter and click Next for step Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

12 In this step, the data format can be changed. Generally, General will generate (ok, we ll stop) the correct format, unless there is a need for something special, like a date. Click Finish and be sure to save it as an Excel Workbook to have a permanent Excel copy of the data with an.xlsx file extension. 12 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

13 Once you have opened the WidgeOne file in Excel, you should see this: 13 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

14 Data can be read in directly from a website much the same way. First, click on the Data tab in the ribbon. Then click on the From Web icon. A box will pop up. This is where you insert the web address of the data you want to import (we used which is the 2010 Census data for Georgia). Once Excel navigates to the website, simply click the yellow arrows to select the tables you want imported, then click Import. 14 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

15 Type the web address and click Go Choose a table by clicking the yellow arrow Click Import After that, you simply specify which Excel spreadsheet you want the data stored in. 15 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

16 Concept 1: Using Excel for Measurements of Central Tendency The three measurements of central tendency can be executed in Excel using pre-programmed formulas and the fx button. Prior to executing the Mean, Median and Standard Deviation, let s insert an additional column on the left hand side. To do this, first place your cursor on the A in the first column and click, so that the entire column is highlighted. Now, under the Home tab, in the Cells tools, select Insert : 16 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

17 At this point, the entire dataset should have shifted to the right, and the new column A is blank. Go ahead and name it Measurements by double clicking on cell A1 and typing Measurements. Now, go to the bottom of the dataset to cell A43. In cells A43, A44 and A45, type Mean, Median and Mode, respectively: 17 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

18 Not all variables will lend themselves to these calculations remember that we only execute mean and median calculations on quantitative variables. So, it would be helpful if we could see the column headers to remind us what is in each column. This can be done using a split screen. To do this, scroll back to the top row, click on the View tab and then within the Window tools, select Freeze Panes>Freeze Top Row: 18 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

19 For which columns should we report the measurements of central tendency? The quantitative values include JOBGRADE, SOCREL (social relations score 2 ), YRONJOB (number of years on the job), PRDCTY (Productivity) and JOBSAT (job satisfaction). The calculation of the mode for the qualitative variables (PLANT, GENDER and POSITION) will be addressed below. Move your cursor to position F43. This is where we will place the mean for the JOBGRADE variable. With your cursor in this cell, click on the fx button. From the dialogue box, select Statistical. From the list of function names, click on the second entry AVERAGE. You will see this: 2 Psychology, Sociology and Marketing Majors will recognize that this is Likert Data. For the purposes of this manual, Likert Data will be treated as quantitative. However, it should be noted that pure mathematicians treat Likert Data as qualitative. 19 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

20 Once you select Average, the next dialogue box will request an array of numbers. Excel is pretty clever. You may already have the array populated in the first field (Number 1). For the JOBGRADE variable, this will be cell F2 through cell F41. If it is not already populated for you, simply click on the little spreadsheet button and highlight the cells F2 through F41. Note that cell F42 is empty. If it is included, it will be ignored. However, if there was a 0 in cell F42, it would be included and a different mean would be calculated. It is always best to only include the relevant cells in your calculations. After you have selected cells F2 through F41 as the array for the mean calculation, click OK. You should now see Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

21 Now, let s copy this function across to column J. With your cursor in cell F43, go to The Home tab and select Copy from the Clipboard tools. Highlight cells G43 through J43. Then select Paste from the Clipboard tools. To populate the Median cells, we will use the same process. Place your cursor in cell F44 and click on the function button. From the Statistical functions, select MEDIAN and select the same array F2:F41. Click OK. Copy and paste the function in cell F44, across to cell J44. Although it is not typically used as the best measurement of central tendency of quantitative data, you can provide the mode for these variables using the same process. Both MODE.MULT and MODE.SNGL are available in the Statistical category. MODE.MULT returns the most frequent values, while MODE.SNGL returns the single most frequent value. In this instance, we are looking for the classical a single value mode, so the function MODE.SNGL is the function to use. 21 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

22 Your screen should now look like this: While these are all mathematically correct, which is the best measurement of central tendency? For this, we need to better understand the dispersion. 22 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

23 Concept 2: Using Excel for Measurements of Dispersion Recall from Basic Concepts Manual, the most common measurements used to describe the dispersion of a variable include the standard deviation and the frequency table. The standard deviation will be calculated in Excel using the function button. Returning to the WidgeOne.xls dataset, enter a label for the Standard Deviation below the measurements of central tendency. You probably noticed that the words Standard Deviation do not fit neatly into cell A47 they spilled over into B47 and C47. Remember that what you see in Excel is not necessarily what Excel sees. In reality, cells B47 and C47 are still empty from Excel s perspective. But, this looks a little untidy. There are several ways to tidy this. We can expand column A until the words are visually contained within the column. This is accomplished by aligning the cursor between the A and the B at the top of the spreadsheet until the cursor looks like this and then double clicking. Column A will widen enough to accommodate the longest string of characters in the column in this case Standard Deviation. A second method of accommodating the text is by wrapping the text into the cell. This is accomplished by going to the Home tab, and the Alignment tools, and selecting Wrap Text. After the text has been wrapped, you can then slightly widen the columns or narrow the rows (using the same process as for the columns), as needed. Once the label has been established, select the function button. Within the Statistical category, there are several standard deviation options to choose from. STDEV.P is the standard deviation of the population, STDEV.S is the standard deviation of a sample of the population, STDEVA includes logical values, such as true or false, in the calculation of the standard deviation for a sample, and STEDEVP includes logical values in the calculation of the standard deviation for the population. We don t have any logical values, and we the standard deviation for the all observations, so select the STDEV.P option and the same range as before F2:F41 and click OK. The default is 2 decimal places, so you should see This is the standard deviation of the JOBGRADE variable. As before, copy this formula across to column J. 23 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

24 We now have the basic descriptive statistics for the quantitative variables. One day, you may have different number of decimal places for other values. As Statisticians, we like things to be tidy, so the entire data set would need to be adjusted. To format all of the data to have a consistent number of decimal points, click on the cell in the far upper left corner the cell to the LEFT of the A column and ABOVE the first row. This will highlight the entire spreadsheet. Then from the Home tab, select the comma button from the Number tools. This will make all of the numbers in the spreadsheet have two decimal points. 24 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

25 Now, your very tidy spreadsheet should look like this: Note that if you needed to add or subtract decimal points, you could easily do so by selecting the cells of interest and then clicking on the increase or decrease decimals as circled above. 25 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

26 In practice, if you need to provide multiple descriptive statistics on a variable, this is not the process that you would go through. For multiple descriptive statistics, you would go to the Data tab and from the Analysis Tools, select Data Analysis 3. This path will bring up the following: Select the Descriptive Statistics option. You will then see the following dialogue box: 3 In the event that you do not see the Analysis Tools under the Data tab, click on the File tab in the upper left corner. Select Options at the bottom and then Add-Ins and then GO. Ensure that the Analysis Tool Pak is ticked and click on OK. It should be there now. Note that if you have an unauthorized copy of Excel, you probably won t have access to this very important functionality. 26 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

27 Highlight the quantitative variable(s) of interest (F1:J41) Identify that you have labels in the first row Identify that you want to produce summary statistics Now click OK. 27 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

28 You should now see this: Again, pretty untidy. Format the spreadsheet to have two decimal points for all values and expand the columns to accommodate the labels. Your tidy version should look like this: 28 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

29 Notice that we have reproduced all of the measurements from before as well as several more 4. This is a more efficient way to produce the descriptive statistics of a variable(s). 4 For detailed information on the additional statistics produced, we recommend Statistical Methods and Data Analysis by Ott and Longnecker. 29 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

30 In the Basic Concepts Manual, we presented the concept of a frequency table as another method of displaying the spread of a dataset. As discussed, frequency tables are one of the most commonly used methods to display data understanding how to create a frequency table from a quantitative variable is a critical skill. The table created on in Basic Concepts Manual was created in Excel. We will reproduce it here. The first step to creating a frequency table from a quantitative variable is to determine the categories that need to be developed for the quantitative variable (this process will effectively transform a quantitative ratio-scale variable into a qualitative ordinal variable). Previously, we determined that the job tenure variable (YRONJOB) should be categorized into three levels less than 5 years, 5-10 years and more than 10 years. Recall that the categories must be mutually exclusive and collectively exhaustive. To accommodate these categories in Excel, we will create bins, where the TOP of each category identifies each bin. 30 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

31 In our WidgeOne.xls dataset, let s create a bin range for YRONJOB in column L: These are the bins for the Histogram for Job Tenure. Category 1 is , Category 2 is and Category 3 (which does not need to be entered) is everything above Notice that these are the tops of the bins; they indicate the first number that is not part of the bin. 31 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

32 Once these bins have been created, select the Data Tab, and then from the Analysis Tools, select Data Analysis and then Histogram: Click OK. 32 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

33 This will bring up a dialogue box, asking for information regarding the quantitative variable to be analyzed, and the associated Bin Range: Highlight the range of the YRONJOB variable (including the label) Highlight the Bin Range (including the label) Ensure that the Labels option is checked 33 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

34 Now you should see this: Again a little untidy but this is the base of what we need for the frequency table. Let s clean this up and add some columns to reproduce the table from Basic Concepts Manual. First, replace the bin titles with the real category labels of 34 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

35 Less than 5 years, 5-10 years and More than 10 years. Second, expand the columns as needed. Third, total the bottom of the frequency column using the SUM option in cell B5, type =SUM(B2:B4) (the SUM function can be found in the Math & Trig category of functions). Next, create two addition column headers Relative Frequency and Cumulative Frequency. Your sheet should look like this: 35 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

36 The Relative Frequency column will display the percentage of observations in each column an important piece of information particularly when comparing populations of different sizes. This is done by simply taking each frequency and dividing it by the total. For example, in cell C2, we would type =B2/B5. This would result in.2750 (11/40). Rather than typing this same formula again and again to capture the relative frequencies of the next two categories, we would like to copy this formula into cells C3 and C4. Do this now. Did you get #DIV/0? The problem is that when the formula =B2/B5 is copied down one cell, it becomes =B3/B6. There is nothing in cell B6. Since any number divided by 0 is undefined, we receive this error message. If we want to copy the formula into the cells below, we need to nail down the reference to the Total cell and prevent the reference from changing. To do this, we place a $ in front of the B and another $ in front of the 5 $B$5 instead of B5. This can also be accomplished by placing the cursor in between the B and the 5 and hitting the F4 button on your computer. Once you have nailed down the Total cell as a reference cell, you can copy the formula into cells C3 and C4. The Cumulative Frequency column will display the cumulative percentage of observations from 0 to the top of the category in question. This is accomplished by adding the relative frequency of a category to all of the relative frequencies before it. In Excel, we would type =C2 in cell D2 the first entry in the Cumulative column will always equal the first entry in the Relative Frequency column. In cell D3, we would enter =D2+C3. This will add the cumulative value (D2) plus the Relative Frequency for the category (C3). And we can now copy this formula into cell D4. Clearly, this is a lot of manual work in Excel for a relatively small table. However, our focus is on helping to build the Excel skills necessary to execute this kind of analysis for any size table or dataset. 36 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

37 You should now have this: 37 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

38 You probably can guess what is next let s make it a bit more tidy and presentable. First, let s convert the decimals to percentages since that is the way most people would expect to see the data. Highlight cells C2 through D5. Then go to the Home tab and click on the % sign in the Numbers tools. This should have converted all of the numbers to percentages with no decimals. If you would like to see decimals, you can increase the decimals be selecting the increase decimal button in the Numbers tools on the Home tab. Second, let s format the text to ensure that it is all the same (right now some text is italicized and may not be the same font). Highlight the entire table of data (cells A1:D5). From the Font tools, select a common font (we prefer Palatino Linotype ). Also, you can take off the italics by clicking on the I in the Font tools (you may have to click it twice). Finally, if you want to standardize the appearance of the gridlines, from the Font tools, select the Border Box. From the pull down menu, identify that you want no borders. Then, go back and identify that you want a Thick Box Border. 38 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

39 At this point, your table should look something like this: 39 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

40 For nascent users of Excel, we understand that this seems like a lot of work. To this mild protest, we have two points. First - most recipients of your analysis will ONLY see your tables and/or graphics (next section). So you need to spend as much time making your analysis look clean and professional as you do ensuring that it is mathematically and logically correct. Second as you will see in the subsequent Manuals, some of these executions, which appear awkward in Excel are quite easy in other software applications. 40 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

41 Concept 3: Using Excel for Visualization/Organization of Univariate Data In this section, we will provide the steps needed to create Histograms, Pie Charts and Bar Charts. The Stem and Leaf Plot and the Box Plot as outlined in Basic Concepts Manual, while important, are not easily executed in Excel. These visualization tools are however easily executed in the other software applications and will be addressed in subsequent Manuals. To reproduce the histogram from Basic Concepts Manual, we will follow most of the same process, which was used to create the frequency table in the previous section. Starting with the Plant_Survey sheet open, go to the Bins that were developed from the previous exercise. Let s create five categories instead of just three: 41 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

42 Remember that when creating bins in Excel, we identify the TOP of each category and the highest category does not need to be identified. 42 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

43 Once these bins have been created, select the Data Tab, and then from the Analysis Tools, select Data Analysis and then Histogram: Click OK. Following the same process as was used to create the frequency table, identify the Input Range and the Bin Range, and ensure that the Labels box is checked. This time, also check the Cumulative Percentage and Chart Output options: 43 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

44 Selecting this option will convert the frequency table into a histogram. Now click OK. 44 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

45 You should see this: You guessed it a little untidy. Let s format a few things on our histogram. First, as before, let s change the Bin names to what we really want: Less than 3, 3-6, 7-10, and 15+. These changes can be made in the frequency table the histogram will be automatically updated because the graphic is dynamically linked to the table. 45 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

46 Second, highlight the legend and delete it (it does not really communicate any meaningful information). Third, double click on the x-axis and format the font as needed (we prefer Palatino Linotype). Do the same for the other axis. Finally, double click on one of the bins and you ll see this: Change the Gap Width to No Gap, and then change the border color to a solid black line. 46 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

47 Frequency You should get something like this: JobTenure of Widge One Employees Less than Years 7-10 Years Years 15+ Years Years on Job Well Done! 47 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

48 To produce a pie chart, begin by bringing up the sheet which contains the frequency chart that you created in the previous section. Go to the Insert tab: 48 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

49 Highlight cells A1:B4. Do not include the total. Then, select Pie Chart from the Chart tools: 49 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

50 Select the first option the basic 2D chart. You should now see this: Now, the primary issue with this pie chart, is that we have no information regarding the percentages that comprise each slice which is the whole reason to use a pie chart. To insert percentage values, go to the Layout tab, select Data Labels, and then go to the bottom of the drop down and select More Label Options. You should see this: 50 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

51 Deselect value and select percentage. After you have identified that you want a percentage value, click on Close. You can click on the Frequency title and change it to something more meaningful like Years on Job. You should now see this: 51 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

52 Pie Chart of Jobtenure N=40 Employees 38% 27% Less than 5 years 5-10 years more than 10 years 35% Well done! Keep in mind that some recipients of your data may be colorblind. Although Excel is typically does not place colors such as green, red and brown together, should you need to override the default colors provided in Excel (or include patterns to accommodate printing in black and white), simply go to the Design tab and make an alternative selection. Bar charts are created using a very similar process. We will create a bar chart of the same information (bar charts are not histograms on their sides). 52 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

53 To reproduce the bar chart in Basic Concepts Manual, begin by bringing up the sheet, which contains the frequency chart that you utilized to create the pie chart. Go to the Insert tab. Highlight the same data as before A1:B4 (be sure not to include the totals). From the Charts tools, select Bar and then select the first option. You should see the following chart: Where Pie Charts are used to explain relative proportions (percentages) Bar Charts are used to communicate counts. So the units in this chart are fine. You may want to double click on the Frequency title and give it a more meaningful name. Also, you may want to delete the frequency legend, since it does not communicate any meaningful information. 53 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

54 Concept 4: Using Excel for Visualization/Organization of Multivariate Data In this section, we will provide the steps necessary to create Contingency Tables, Stacked Bar Charts, 100% Stacked Bar Charts and Scatterplots in Excel Contingency Tables are one of the most common and useful methods of communicating the relationships between and among variables in a dataset. In Excel 2010, the pivot table tool used to create a contingency table is particularly useful and very flexible (this is one of the few examples where Excel may rival or outperform the more sophisticated applications). To create a contingency table using a pivot table, return to the Plant_Survey page of the WidgeOne.xls dataset. From the Insert tab, select Pivot Table from the Tables tools. You should see this: 54 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

55 You can leave everything as its default, but for the Table/Range box, click on the little spreadsheet button as circled and highlight the entire dataset. It is particularly important to make sure that you include the titles from the first row. Select OK. At this point you should see something that looks like this: In the event that your sheet does not look like this, do not let your heart be troubled. We can fix this. If your pivot table template DOES NOT look like this, place your cursor inside the table and right click. Go to Pivot Table options. Go to the Display tab and tick the box for Classic Pivot Table Layout and click OK. You should now have the screen as shown above. 55 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

56 You can think of this as an empty template with rows and columns waiting to be filled with data. Let s begin by placing the Plant variable in the column and the Gender variable in the row: You can click and drag the variables into the right position either in the listing or in the table itself. Now, if we are simply trying to ascertain counts for a basic contingency table, should we place the Plant or the Gender variable in the center of the table (where it says drop value fields here )? 56 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

57 The answer is it does not matter the counts will be the same. We placed the Gender variable in the center and generated the following table: Try placing the Plant variable in that position you should generate the same numbers. Cool. From this table it is easy to see that the Mode of the Plant variable is Dallas and there is no mode for the Gender variable we have the same number of Males and Females. As we did before, let s look at this data in a few different ways. First, change the data to be a percentage of row. This can be done by clicking on the Count of Gender entry as circled above. Select Value Field Settings. You should see the following: 57 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

58 Click on the Show Values As tab. 58 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

59 Select Show values as % of row as indicated below: Select OK. 59 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

60 You should now see this: This now tells us that Of all of the females, 65% work in Dallas. You could change this display to be the percent of columns or the percent of totals they all communicate subtly different messages. 60 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

61 If we want to incorporate an additional piece of information like the average job tenure by plant and by gender, we could do this by substituting the YRONJOB variable in the Data position. Do this by dragging the Gender (or Plant) variable from the values box and placing the YRONJOB variable in the same place: The problem with our table at this point is that we really wanted the average Years on Job, but this is the summation of the total years on job for each intersection (summation is the defalut statistic for quantative values). To change the summation to the mean, click on the Sum of YRONJOB in the Values box, and select Value Field Settings. From the Summarize By tab, change the default from Sum to Average and click OK. 61 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

62 You should now have the following screen: As before, this is a little untidy. You can format the cells to have consistently two decimal places. 62 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

63 Much better! This table now provides information such as In the Dallas plant, women have an average of 8.85 years on the job. Now you can copy and paste this table into other documents or into another Excel sheet. As you can see, Pivot Tables are very useful and very flexible. However, because they are so flexible, they do require a bit of manipulation. Mastering Pivot Tables in Excel is a great differentiating skill, but will require practice (and patience). Stacked bar charts are easy to create and manipulate. To reproduce the stacked bar chart from Basic Concepts Manual, we will use the first Pivot Table created above that indicated the frequency counts by gender and by plant. Go to the Pivot Table, convert the data back to counts and copy these cells and paste them into another part of the spreadsheet: Note: DO NOT COPY THE PORTION OF THE PIVOT TABLE WITH THE DROP DOWN ARROWS. This will disengage the data from the Pivot Table. You will see why this is helpful soon. 63 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

64 Now, highlight all of the data EXCEPT for the totals. With the data highlighted, go to the Insert tab and the Bar option in the Charts tools. Select the second option. You should see this: N D F M This chart is fine but a little untidy. Because the chart is dynamically linked to the table, you can update the N to read Norcross and D to read Dallas and the same for the genders. We should also apply a title. Go to the Layout tab and the Labels tools and select Chart Title. Add the title. 64 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

65 You should now have something like this: Men and Women at the Two Plants Norcross Female Male Dallas Well Done! Whenever you have different population sizes, as is the case with the Dallas and Norcross Plants, it is helpful sometimes to scale both populations to 100% to more easily compare the two. This is the purpose of a 100% Stacked Bar Chart. To execute this chart, you start the same way highlight the data, go to the Insert tab, click on the Bar option but this time select the third option (all the bars are the same length). 65 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

66 You should see something like this: Norcross Dallas Female Male 0% 20% 40% 60% 80% 100% You can think of this visualization as side by side pie charts. This graphic communicates the proportion of males and females within each plant. It is easy to see from this graphic that there are proportionately fewer women in Norcross than in Dallas. Remember that stacked bar charts and 100% stacked bar charts are both generated from qualitative data. If the variables are qualitative, a scatter plot would be more appropriate. 66 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

67 The final visualization in this section is the scatter plot. Scatter plots are typically used to determine if there is a meaningful relationship between two quantitative variables. They can also be a great tool to look at the data to spot any anomalies, such as outliers. To reproduce the scatter plot in the Basic Concepts Manual, let s return to the Plant_Survey sheet. To see if there is a relationship between Job Productivity and Job Tenure, we will plot these two variables in a scatter plot. It is important to note that in a scatter plot, we are NOT trying to establish any causation, only correlation. First, it is helpful to have the two variables next to each other which they are not. To move the PRDCTY variable next to the YRONJOB variable, click on the G at the top of the column where the PRDCTY variable is located. This will select the entire column. Now, click on the Ctrl button and the X button. There should be chasing lights around the variable column. Click on the J at the top of the cell to the right of YRONJOB variable, so that column is highlighted. Now click on Ctrl/Shift/+ at the same time. Cool. The variables should now be next to each other (this is actually a Lagniappe). Once the variables of interest are side-by-side, highlight both. Go to the Insert tab and select the Scatterplot option from the Chart tools. Delete the legend. You should see something like this (can you spot the outlier?): 67 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

68 PRDCTY Again pretty untidy. We will do three things to clean up the appearance of this graph: rescale the y-axis, add titles and take away the decimals. 68 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

69 If the y-axis needs to be rescaled, select the Layout tab and select Axes from the Axes tools. Then select Primary Vertical Axis>Primary Vertical Axis More Options. You should see this: Here is where you can change the minimum and maximum Now, recall that graphics are typically dynamically linked to data in Excel. So, if we change the data, we change the graphic. In the Plant_Survey sheet, highlight both variables and decrease the decimals. This will change the appearance of the scatterplot as well. Finally, to add titles to the axes, select the Layout tab. Choose the Axis Title option from the 69 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

70 Labels tools. Begin by assigning a Primary Vertical Axis title, and then a Primary Horizontal Axis title. Name them appropriately. Then, rename your chart title. Your scatter plot should look something like this: Productivity versus Years on Job Productivity Years on Job We can derive additional information from this graphic by adding a trendline to the data. To add a trendline, select the Layout Tab, click on Trendline, and then click on More Trendline Options. 70 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

71 You should see this: Identify that the trend is linear. Identify that you want the Equation and the R-squared values on the chart. 71 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

72 Select Close. You should see this: Productivity versus Years on Job Productivity y = x R² = Years on Job Again, that nasty little outlier is messing things up. 72 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

73 For comparison s sake, if it were not there, the scatter chart would look like this: Productivity Productivity versus Years on Job y = x R² = Years on Job See how the outlier is influencing the trend line, as well as the R-squared value? It went from.0018 to As explained in Basic Concepts Manual, this information now provides us with the best linear equation, which fits the relationship between Productivity (y) and Job Tenure (x). The R-squared value of.1124 indicates that this is not a particularly strong relationship Job Tenure only explains 11.24% of the change in Productivity. These concepts form the basis of Regression Modeling. For a more detailed explanation of Regression Modeling and Outlier Treatment, we recommend Statistical Methods and Data Analysis by Ott and Longnecker. 73 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

74 Concept 5: Using Excel for Random Number Generation and Simple Random Sampling Our WidgeOne.xls dataset is fairly small only 40 observations. As a result, it would be unusual that we would want to extract a sample from such a small dataset. However, for the purposes of executing the application of random number generation in Excel, let s assume that we want to randomly select ten individuals with whom we want to conduct in depth interviews. Let s begin by assigning random numbers to each individual. Go back to the Plant_Survey sheet and create a new column label RANDOM. Place your cursor in the first cell under the column label (row 2). Click on the formula button. Ensure that ALL is selected as the Function Category. Scroll down through the Function Names until you see RAND. Select RAND and click OK. This will generate the following: There are three pieces of information you need to understand from this box: 1. The function takes no arguments which means that we do not need to provide any information; 2. The function will return an evenly distributed (uniform distribution) random number between 0 and 1; 3. The function is volatile which means that the value returned will change EVERY time the spreadsheet is manipulated. 74 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

75 Click OK. You should see some number between 0 and 1 in this cell (your result will be different each time since the random number is generated using your computer s internal clock). Remember that Excel reads this cell as =RAND not as the number that you see. Now copy the formula in this cell down to the bottom of the dataset. Did you notice that your original number in row 2 changed? This is because it is volatile. Sometimes we need to have volatile arguments in (not with) Excel. Most of the time we do not. To convert the numbers you see from volatile to stable (unchanging), highlight the entire column, from the Home Tab, select Copy and then Paste>Paste Values. 75 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

76 Now, you should have a column of unchanging random numbers (your numbers will be different from ours): Now, sort the entire dataset on the random numbers just created. Highlight the entire dataset (be sure to check my data has headers or else those will be sorted as well). Then go to the Data tab. From the Sort and Filter tools, select Sort. 76 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

77 When the dialogue box appears, click on the down arrow in the Sort by option. You will get a drop down of all of the variables. Select Random. It does not matter if you sort smallest to largest or largest to smallest it is random. Click OK. Then, select the first 10 individuals for the interviews. This is a fairly simple, but very useful process. 77 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

78 Concept 6: Using Excel for Confidence Intervals The penultimate section in this chapter will aid in the calculation of Confidence Intervals one of the most commonly used techniques in Inferential Statistics. From Basic Concepts Manual let s assume that the WidgeOne.xls dataset is a representative sample of a larger manufacturing firm with hundreds of employees in Norcross, GA and Dallas, TX (if we have access to the entire organization s data, we would not calculate confidence intervals of any population parameter we would report the descriptive statistics). Let s also assume that the HR department at WidgeOne has been charged with understanding the level of job satisfaction among employees. For cost reasons, they were unable to survey the entire organization, so they surveyed the 40 employees in our dataset. Report the job satisfaction for all WidgeOne employees, using the sample of 40. Use a 95% level of confidence. Go back to the Plant_Survey sheet. We previously calculated the mean job satisfaction to be 6.85 and the standard deviation to be Using this information, we can use Excel to compute the confidence interval. To execute this computation, go into blank portion of the spreadsheet and click on the function button. Ensure that the Statistical function category is selected and then scroll through the function names until you get to the CONFIDENCE.NORM (uses normal distribution) function. Click OK. 78 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

79 You should see the following: Alpha is 1-(the Confidence Level) The STD would have been previously calculated Size is the sample size in this case 40 If we are computing a 95% confidence interval, we would enter.05 for the alpha value (you can think of alpha as the probability you are willing to accept of being wrong). The standard deviation, which was computed previously for job satisfaction, was The (sample) size is An important note in spreadsheet development: you could enter 1.02 in this box or enter the cell reference J47. You would generate the same answer. However, you are almost ALWAYS better off entering the cell reference rather than hard coding a number. This makes the formula more portable. 79 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

80 Once this information is entered, the resulting computation should be.32. This is the margin of error for job satisfaction at a confidence level of 95%. You would then add and subtract this to/from the mean (6.85) to create the full interval. The full interval would then be reported as: Based on a representative sample of 40 employees, we are 95% confident that job satisfaction among all employees is estimated to be between 7.17 and Excel 2010 Lagniappe What is a Lagniappe? This word derives from New World Spanish la ñapa, the gift. The word came into the Creole dialect of New Orleans and there acquired a French spelling. It is still used in the Gulf States, especially southern Louisiana, to denote a little bonus that a friendly shopkeeper might add to a purchase. Our lagniappe for our readers includes the extra and interesting things that we have learned to do with these software packages that might not be easily found or well known. A little extra information at no extra cost! One concept that is valuable to understand in Excel is the If statement and the Nested If statement. Let s discuss If statements in the context of converting a quantitative variable into a qualitative variable. Let s say that we want to categorize employees into high productivity (defined as a productivity score greater than 90) and low productivity (defined as a productivity score less than 90). One way to do this is through the application of an If statement. 80 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

81 Find a new, clean column on the right of the dataset. Title the column Productivity Category. You should see this: 81 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

82 The quantitative productivity score is in column G. In cell K2, enter the formula =IF(G2<90,"LOW","HIGH"). Copy this formula to the bottom of the dataset. You should see the following: 82 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

Data exploration with Microsoft Excel: univariate analysis

Data exploration with Microsoft Excel: univariate analysis Data exploration with Microsoft Excel: univariate analysis Contents 1 Introduction... 1 2 Exploring a variable s frequency distribution... 2 3 Calculating measures of central tendency... 16 4 Calculating

More information

Data exploration with Microsoft Excel: analysing more than one variable

Data exploration with Microsoft Excel: analysing more than one variable Data exploration with Microsoft Excel: analysing more than one variable Contents 1 Introduction... 1 2 Comparing different groups or different variables... 2 3 Exploring the association between categorical

More information

SECTION 2-1: OVERVIEW SECTION 2-2: FREQUENCY DISTRIBUTIONS

SECTION 2-1: OVERVIEW SECTION 2-2: FREQUENCY DISTRIBUTIONS SECTION 2-1: OVERVIEW Chapter 2 Describing, Exploring and Comparing Data 19 In this chapter, we will use the capabilities of Excel to help us look more carefully at sets of data. We can do this by re-organizing

More information

STC: Descriptive Statistics in Excel 2013. Running Descriptive and Correlational Analysis in Excel 2013

STC: Descriptive Statistics in Excel 2013. Running Descriptive and Correlational Analysis in Excel 2013 Running Descriptive and Correlational Analysis in Excel 2013 Tips for coding a survey Use short phrases for your data table headers to keep your worksheet neat, you can always edit the labels in tables

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

How to Use a Data Spreadsheet: Excel

How to Use a Data Spreadsheet: Excel How to Use a Data Spreadsheet: Excel One does not necessarily have special statistical software to perform statistical analyses. Microsoft Office Excel can be used to run statistical procedures. Although

More information

Chapter 4 Displaying and Describing Categorical Data

Chapter 4 Displaying and Describing Categorical Data Chapter 4 Displaying and Describing Categorical Data Chapter Goals Learning Objectives This chapter presents three basic techniques for summarizing categorical data. After completing this chapter you should

More information

CREATING EXCEL PIVOT TABLES AND PIVOT CHARTS FOR LIBRARY QUESTIONNAIRE RESULTS

CREATING EXCEL PIVOT TABLES AND PIVOT CHARTS FOR LIBRARY QUESTIONNAIRE RESULTS CREATING EXCEL PIVOT TABLES AND PIVOT CHARTS FOR LIBRARY QUESTIONNAIRE RESULTS An Excel Pivot Table is an interactive table that summarizes large amounts of data. It allows the user to view and manipulate

More information

Appendix 2.1 Tabular and Graphical Methods Using Excel

Appendix 2.1 Tabular and Graphical Methods Using Excel Appendix 2.1 Tabular and Graphical Methods Using Excel 1 Appendix 2.1 Tabular and Graphical Methods Using Excel The instructions in this section begin by describing the entry of data into an Excel spreadsheet.

More information

SPSS Manual for Introductory Applied Statistics: A Variable Approach

SPSS Manual for Introductory Applied Statistics: A Variable Approach SPSS Manual for Introductory Applied Statistics: A Variable Approach John Gabrosek Department of Statistics Grand Valley State University Allendale, MI USA August 2013 2 Copyright 2013 John Gabrosek. All

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

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

An introduction to using Microsoft Excel for quantitative data analysis

An introduction to using Microsoft Excel for quantitative data analysis Contents An introduction to using Microsoft Excel for quantitative data analysis 1 Introduction... 1 2 Why use Excel?... 2 3 Quantitative data analysis tools in Excel... 3 4 Entering your data... 6 5 Preparing

More information

Using Excel for descriptive statistics

Using Excel for descriptive statistics FACT SHEET Using Excel for descriptive statistics Introduction Biologists no longer routinely plot graphs by hand or rely on calculators to carry out difficult and tedious statistical calculations. These

More information

Microsoft Excel Tutorial

Microsoft Excel Tutorial Microsoft Excel Tutorial Microsoft Excel spreadsheets are a powerful and easy to use tool to record, plot and analyze experimental data. Excel is commonly used by engineers to tackle sophisticated computations

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

Scientific Graphing in Excel 2010

Scientific Graphing in Excel 2010 Scientific Graphing in Excel 2010 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

Using Excel for Analyzing Survey Questionnaires Jennifer Leahy

Using Excel for Analyzing Survey Questionnaires Jennifer Leahy University of Wisconsin-Extension Cooperative Extension Madison, Wisconsin PD &E Program Development & Evaluation Using Excel for Analyzing Survey Questionnaires Jennifer Leahy G3658-14 Introduction You

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

Drawing a histogram using Excel

Drawing a histogram using Excel Drawing a histogram using Excel STEP 1: Examine the data to decide how many class intervals you need and what the class boundaries should be. (In an assignment you may be told what class boundaries to

More information

Basic Excel Handbook

Basic Excel Handbook 2 5 2 7 1 1 0 4 3 9 8 1 Basic Excel Handbook Version 3.6 May 6, 2008 Contents Contents... 1 Part I: Background Information...3 About This Handbook... 4 Excel Terminology... 5 Excel Terminology (cont.)...

More information

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 Table of Contents Part I Creating a Pivot Table Excel Database......3 What is a Pivot Table...... 3 Creating Pivot Tables

More information

How to make a line graph using Excel 2007

How to make a line graph using Excel 2007 How to make a line graph using Excel 2007 Format your data sheet Make sure you have a title and each column of data has a title. If you are entering data by hand, use time or the independent variable in

More information

Microsoft Excel 2010 Tutorial

Microsoft Excel 2010 Tutorial 1 Microsoft Excel 2010 Tutorial Excel is a spreadsheet program in the Microsoft Office system. You can use Excel to create and format workbooks (a collection of spreadsheets) in order to analyze data and

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 EXCEL

INTRODUCTION TO EXCEL INTRODUCTION TO EXCEL 1 INTRODUCTION Anyone who has used a computer for more than just playing games will be aware of spreadsheets A spreadsheet is a versatile computer program (package) that enables you

More information

Excel 2007 Basic knowledge

Excel 2007 Basic knowledge Ribbon menu The Ribbon menu system with tabs for various Excel commands. This Ribbon system replaces the traditional menus used with Excel 2003. Above the Ribbon in the upper-left corner is the Microsoft

More information

Microsoft Excel 2010 Part 3: Advanced Excel

Microsoft Excel 2010 Part 3: Advanced Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 3: Advanced Excel Winter 2015, Version 1.0 Table of Contents Introduction...2 Sorting Data...2 Sorting

More information

Using SPSS, Chapter 2: Descriptive Statistics

Using SPSS, Chapter 2: Descriptive Statistics 1 Using SPSS, Chapter 2: Descriptive Statistics Chapters 2.1 & 2.2 Descriptive Statistics 2 Mean, Standard Deviation, Variance, Range, Minimum, Maximum 2 Mean, Median, Mode, Standard Deviation, Variance,

More information

Charting LibQUAL+(TM) Data. Jeff Stark Training & Development Services Texas A&M University Libraries Texas A&M University

Charting LibQUAL+(TM) Data. Jeff Stark Training & Development Services Texas A&M University Libraries Texas A&M University Charting LibQUAL+(TM) Data Jeff Stark Training & Development Services Texas A&M University Libraries Texas A&M University Revised March 2004 The directions in this handout are written to be used with SPSS

More information

Data representation and analysis in Excel

Data representation and analysis in Excel Page 1 Data representation and analysis in Excel Let s Get Started! This course will teach you how to analyze data and make charts in Excel so that the data may be represented in a visual way that reflects

More information

Excel Unit 4. Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4

Excel Unit 4. Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4 Excel Unit 4 Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4 Step by Step 4.1 Creating and Positioning Charts GET READY. Before

More information

3 What s New in Excel 2007

3 What s New in Excel 2007 3 What s New in Excel 2007 3.1 Overview of Excel 2007 Microsoft Office Excel 2007 is a spreadsheet program that enables you to enter, manipulate, calculate, and chart data. An Excel file is referred to

More information

Tutorial 2: Using Excel in Data Analysis

Tutorial 2: Using Excel in Data Analysis Tutorial 2: Using Excel in Data Analysis This tutorial guide addresses several issues particularly relevant in the context of the level 1 Physics lab sessions at Durham: organising your work sheet neatly,

More information

Data Analysis Tools. Tools for Summarizing Data

Data Analysis Tools. Tools for Summarizing Data Data Analysis Tools This section of the notes is meant to introduce you to many of the tools that are provided by Excel under the Tools/Data Analysis menu item. If your computer does not have that tool

More information

Excel -- Creating Charts

Excel -- Creating Charts Excel -- Creating Charts The saying goes, A picture is worth a thousand words, and so true. Professional looking charts give visual enhancement to your statistics, fiscal reports or presentation. Excel

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

Dealing with Data in Excel 2010

Dealing with Data in Excel 2010 Dealing with Data in Excel 2010 Excel provides the ability to do computations and graphing of data. Here we provide the basics and some advanced capabilities available in Excel that are useful for dealing

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

Engineering Problem Solving and Excel. EGN 1006 Introduction to Engineering

Engineering Problem Solving and Excel. EGN 1006 Introduction to Engineering Engineering Problem Solving and Excel EGN 1006 Introduction to Engineering Mathematical Solution Procedures Commonly Used in Engineering Analysis Data Analysis Techniques (Statistics) Curve Fitting techniques

More information

Using Excel for Handling, Graphing, and Analyzing Scientific Data:

Using Excel for Handling, Graphing, and Analyzing Scientific Data: Using Excel for Handling, Graphing, and Analyzing Scientific Data: A Resource for Science and Mathematics Students Scott A. Sinex Barbara A. Gage Department of Physical Sciences and Engineering Prince

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

STATGRAPHICS Online. Statistical Analysis and Data Visualization System. Revised 6/21/2012. Copyright 2012 by StatPoint Technologies, Inc.

STATGRAPHICS Online. Statistical Analysis and Data Visualization System. Revised 6/21/2012. Copyright 2012 by StatPoint Technologies, Inc. STATGRAPHICS Online Statistical Analysis and Data Visualization System Revised 6/21/2012 Copyright 2012 by StatPoint Technologies, Inc. All rights reserved. Table of Contents Introduction... 1 Chapter

More information

Microsoft Excel Basics

Microsoft Excel Basics COMMUNITY TECHNICAL SUPPORT Microsoft Excel Basics Introduction to Excel Click on the program icon in Launcher or the Microsoft Office Shortcut Bar. A worksheet is a grid, made up of columns, which are

More information

Creating Charts in Microsoft Excel A supplement to Chapter 5 of Quantitative Approaches in Business Studies

Creating Charts in Microsoft Excel A supplement to Chapter 5 of Quantitative Approaches in Business Studies Creating Charts in Microsoft Excel A supplement to Chapter 5 of Quantitative Approaches in Business Studies Components of a Chart 1 Chart types 2 Data tables 4 The Chart Wizard 5 Column Charts 7 Line charts

More information

Formulas, Functions and Charts

Formulas, Functions and Charts Formulas, Functions and Charts :: 167 8 Formulas, Functions and Charts 8.1 INTRODUCTION In this leson you can enter formula and functions and perform mathematical calcualtions. You will also be able to

More information

0 Introduction to Data Analysis Using an Excel Spreadsheet

0 Introduction to Data Analysis Using an Excel Spreadsheet Experiment 0 Introduction to Data Analysis Using an Excel Spreadsheet I. Purpose The purpose of this introductory lab is to teach you a few basic things about how to use an EXCEL 2010 spreadsheet to do

More information

Microsoft Excel 2013 Tutorial

Microsoft Excel 2013 Tutorial Microsoft Excel 2013 Tutorial TABLE OF CONTENTS 1. Getting Started Pg. 3 2. Creating A New Document Pg. 3 3. Saving Your Document Pg. 4 4. Toolbars Pg. 4 5. Formatting Pg. 6 Working With Cells Pg. 6 Changing

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

Excel 2010: Create your first spreadsheet

Excel 2010: Create your first spreadsheet Excel 2010: Create your first spreadsheet Goals: After completing this course you will be able to: Create a new spreadsheet. Add, subtract, multiply, and divide in a spreadsheet. Enter and format column

More information

Personal Portfolios on Blackboard

Personal Portfolios on Blackboard Personal Portfolios on Blackboard This handout has four parts: 1. Creating Personal Portfolios p. 2-11 2. Creating Personal Artifacts p. 12-17 3. Sharing Personal Portfolios p. 18-22 4. Downloading Personal

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

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

Figure 1. An embedded chart on a worksheet.

Figure 1. An embedded chart on a worksheet. 8. Excel Charts and Analysis ToolPak Charts, also known as graphs, have been an integral part of spreadsheets since the early days of Lotus 1-2-3. Charting features have improved significantly over the

More information

Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11

Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11 Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11 TASK 4: ADD TOTAL LABEL AND FORMULA FOR FREQUENCY... 12 TASK 5: MODIFICATIONS TO THE HISTOGRAM...

More information

Introduction Course in SPSS - Evening 1

Introduction Course in SPSS - Evening 1 ETH Zürich Seminar für Statistik Introduction Course in SPSS - Evening 1 Seminar für Statistik, ETH Zürich All data used during the course can be downloaded from the following ftp server: ftp://stat.ethz.ch/u/sfs/spsskurs/

More information

Information Literacy Program

Information Literacy Program Information Literacy Program Excel (2013) Advanced Charts 2015 ANU Library anulib.anu.edu.au/training ilp@anu.edu.au Table of Contents Excel (2013) Advanced Charts Overview of charts... 1 Create a chart...

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

Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data

Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable

More information

Calibration and Linear Regression Analysis: A Self-Guided Tutorial

Calibration and Linear Regression Analysis: A Self-Guided Tutorial Calibration and Linear Regression Analysis: A Self-Guided Tutorial Part 1 Instrumental Analysis with Excel: The Basics CHM314 Instrumental Analysis Department of Chemistry, University of Toronto Dr. D.

More information

GeoGebra Statistics and Probability

GeoGebra Statistics and Probability GeoGebra Statistics and Probability Project Maths Development Team 2013 www.projectmaths.ie Page 1 of 24 Index Activity Topic Page 1 Introduction GeoGebra Statistics 3 2 To calculate the Sum, Mean, Count,

More information

Excel 2007 Tutorials - Video File Attributes

Excel 2007 Tutorials - Video File Attributes Get Familiar with Excel 2007 42.40 3.02 The Excel 2007 Environment 4.10 0.19 Office Button 3.10 0.31 Quick Access Toolbar 3.10 0.33 Excel 2007 Ribbon 3.10 0.26 Home Tab 5.10 0.19 Insert Tab 3.10 0.19 Page

More information

MICROSOFT EXCEL STEP BY STEP GUIDE

MICROSOFT EXCEL STEP BY STEP GUIDE IGCSE ICT SECTION 14 DATA ANALYSIS MICROSOFT EXCEL STEP BY STEP GUIDE Mark Nicholls ICT Lounge Data Analysis Self Study Guide Contents Learning Outcomes Page 3 What is a Data Model?... Page 4 Spreadsheet

More information

MetroBoston DataCommon Training

MetroBoston DataCommon Training MetroBoston DataCommon Training Whether you are a data novice or an expert researcher, the MetroBoston DataCommon can help you get the information you need to learn more about your community, understand

More information

An Introduction to SPSS. Workshop Session conducted by: Dr. Cyndi Garvan Grace-Anne Jackman

An Introduction to SPSS. Workshop Session conducted by: Dr. Cyndi Garvan Grace-Anne Jackman An Introduction to SPSS Workshop Session conducted by: Dr. Cyndi Garvan Grace-Anne Jackman Topics to be Covered Starting and Entering SPSS Main Features of SPSS Entering and Saving Data in SPSS Importing

More information

Participant Guide RP301: Ad Hoc Business Intelligence Reporting

Participant Guide RP301: Ad Hoc Business Intelligence Reporting RP301: Ad Hoc Business Intelligence Reporting State of Kansas As of April 28, 2010 Final TABLE OF CONTENTS Course Overview... 4 Course Objectives... 4 Agenda... 4 Lesson 1: Reviewing the Data Warehouse...

More information

Excel Guide for Finite Mathematics and Applied Calculus

Excel Guide for Finite Mathematics and Applied Calculus Excel Guide for Finite Mathematics and Applied Calculus Revathi Narasimhan Kean University A technology guide to accompany Mathematical Applications, 6 th Edition Applied Calculus, 2 nd Edition Calculus:

More information

Using Excel as a Management Reporting Tool with your Minotaur Data. Exercise 1 Customer Item Profitability Reporting Tool for Management

Using Excel as a Management Reporting Tool with your Minotaur Data. Exercise 1 Customer Item Profitability Reporting Tool for Management Using Excel as a Management Reporting Tool with your Minotaur Data with Judith Kirkness These instruction sheets will help you learn: 1. How to export reports from Minotaur to Excel (these instructions

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

Summary of important mathematical operations and formulas (from first tutorial):

Summary of important mathematical operations and formulas (from first tutorial): EXCEL Intermediate Tutorial Summary of important mathematical operations and formulas (from first tutorial): Operation Key Addition + Subtraction - Multiplication * Division / Exponential ^ To enter a

More information

Basic Microsoft Excel 2007

Basic Microsoft Excel 2007 Basic Microsoft Excel 2007 The biggest difference between Excel 2007 and its predecessors is the new layout. All of the old functions are still there (with some new additions), but they are now located

More information

Bill Burton Albert Einstein College of Medicine william.burton@einstein.yu.edu April 28, 2014 EERS: Managing the Tension Between Rigor and Resources 1

Bill Burton Albert Einstein College of Medicine william.burton@einstein.yu.edu April 28, 2014 EERS: Managing the Tension Between Rigor and Resources 1 Bill Burton Albert Einstein College of Medicine william.burton@einstein.yu.edu April 28, 2014 EERS: Managing the Tension Between Rigor and Resources 1 Calculate counts, means, and standard deviations Produce

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

SPSS Workbook 1 Data Entry : Questionnaire Data

SPSS Workbook 1 Data Entry : Questionnaire Data TEESSIDE UNIVERSITY SCHOOL OF HEALTH & SOCIAL CARE SPSS Workbook 1 Data Entry : Questionnaire Data Prepared by: Sylvia Storey s.storey@tees.ac.uk SPSS data entry 1 This workbook is designed to introduce

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

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide Open Crystal Reports From the Windows Start menu choose Programs and then Crystal Reports. Creating a Blank Report Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick

More information

RA MODEL VISUALIZATION WITH MICROSOFT EXCEL 2013 AND GEPHI

RA MODEL VISUALIZATION WITH MICROSOFT EXCEL 2013 AND GEPHI RA MODEL VISUALIZATION WITH MICROSOFT EXCEL 2013 AND GEPHI Prepared for Prof. Martin Zwick December 9, 2014 by Teresa D. Schmidt (tds@pdx.edu) 1. DOWNLOADING AND INSTALLING USER DEFINED SPLIT FUNCTION

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

Introduction to SPSS 16.0

Introduction to SPSS 16.0 Introduction to SPSS 16.0 Edited by Emily Blumenthal Center for Social Science Computation and Research 110 Savery Hall University of Washington Seattle, WA 98195 USA (206) 543-8110 November 2010 http://julius.csscr.washington.edu/pdf/spss.pdf

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

Graphing Parabolas With Microsoft Excel

Graphing Parabolas With Microsoft Excel Graphing Parabolas With Microsoft Excel Mr. Clausen Algebra 2 California State Standard for Algebra 2 #10.0: Students graph quadratic functions and determine the maxima, minima, and zeros of the function.

More information

Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information.

Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information. Excel Tutorial Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information. Working with Data Entering and Formatting Data Before entering data

More information

Custom Reporting System User Guide

Custom Reporting System User Guide Citibank Custom Reporting System User Guide April 2012 Version 8.1.1 Transaction Services Citibank Custom Reporting System User Guide Table of Contents Table of Contents User Guide Overview...2 Subscribe

More information

Excel for Data Cleaning and Management

Excel for Data Cleaning and Management Excel for Data Cleaning and Management Background Information This workshop is designed to teach skills in Excel that will help you manage data from large imports and save them for further use in SPSS

More information

ITS Training Class Charts and PivotTables Using Excel 2007

ITS Training Class Charts and PivotTables Using Excel 2007 When you have a large amount of data and you need to get summary information and graph it, the PivotTable and PivotChart tools in Microsoft Excel will be the answer. The data does not need to be in one

More information

Indiana County Assessor Association Excel Excellence

Indiana County Assessor Association Excel Excellence Indiana County Assessor Association Excel Excellence Basic Excel Data Analysis Division August 2012 1 Agenda Lesson 1: The Benefits of Excel Lesson 2: The Basics of Excel Lesson 3: Hands On Exercises Lesson

More information

Overview What is a PivotTable? Benefits

Overview What is a PivotTable? Benefits Overview What is a PivotTable? Benefits Create a PivotTable Select Row & Column labels & Values Filtering & Sorting Calculations Data Details Refresh Data Design options Create a PivotChart Slicers Charts

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

Data Analysis. Using Excel. Jeffrey L. Rummel. BBA Seminar. Data in Excel. Excel Calculations of Descriptive Statistics. Single Variable Graphs

Data Analysis. Using Excel. Jeffrey L. Rummel. BBA Seminar. Data in Excel. Excel Calculations of Descriptive Statistics. Single Variable Graphs Using Excel Jeffrey L. Rummel Emory University Goizueta Business School BBA Seminar Jeffrey L. Rummel BBA Seminar 1 / 54 Excel Calculations of Descriptive Statistics Single Variable Graphs Relationships

More information

Microsoft Access 2007 Introduction

Microsoft Access 2007 Introduction Microsoft Access 2007 Introduction Access is the database management system in Microsoft Office. A database is an organized collection of facts about a particular subject. Examples of databases are an

More information

Getting started manual

Getting started manual Getting started manual XLSTAT Getting started manual Addinsoft 1 Table of Contents Install XLSTAT and register a license key... 4 Install XLSTAT on Windows... 4 Verify that your Microsoft Excel is up-to-date...

More information

Microsoft Excel. Qi Wei

Microsoft Excel. Qi Wei Microsoft Excel Qi Wei Excel (Microsoft Office Excel) is a spreadsheet application written and distributed by Microsoft for Microsoft Windows and Mac OS X. It features calculation, graphing tools, pivot

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

How To Run Statistical Tests in Excel

How To Run Statistical Tests in Excel How To Run Statistical Tests in Excel Microsoft Excel is your best tool for storing and manipulating data, calculating basic descriptive statistics such as means and standard deviations, and conducting

More information

IBM SPSS Statistics 20 Part 1: Descriptive Statistics

IBM SPSS Statistics 20 Part 1: Descriptive Statistics CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES IBM SPSS Statistics 20 Part 1: Descriptive Statistics Summer 2013, Version 2.0 Table of Contents Introduction...2 Downloading the

More information

Microsoft Access 2007

Microsoft Access 2007 How to Use: Microsoft Access 2007 Microsoft Office Access is a powerful tool used to create and format databases. Databases allow information to be organized in rows and tables, where queries can be formed

More information

Advanced Microsoft Excel 2010

Advanced Microsoft Excel 2010 Advanced Microsoft Excel 2010 Table of Contents THE PASTE SPECIAL FUNCTION... 2 Paste Special Options... 2 Using the Paste Special Function... 3 ORGANIZING DATA... 4 Multiple-Level Sorting... 4 Subtotaling

More information

SECTION 5: Finalizing Your Workbook

SECTION 5: Finalizing Your Workbook SECTION 5: Finalizing Your Workbook In this section you will learn how to: Protect a workbook Protect a sheet Protect Excel files Unlock cells Use the document inspector Use the compatibility checker Mark

More information

Visualizing Data. Contents. 1 Visualizing Data. Anthony Tanbakuchi Department of Mathematics Pima Community College. Introductory Statistics Lectures

Visualizing Data. Contents. 1 Visualizing Data. Anthony Tanbakuchi Department of Mathematics Pima Community College. Introductory Statistics Lectures Introductory Statistics Lectures Visualizing Data Descriptive Statistics I Department of Mathematics Pima Community College Redistribution of this material is prohibited without written permission of the

More information

Updates to Graphing with Excel

Updates to Graphing with Excel Updates to Graphing with Excel NCC has recently upgraded to a new version of the Microsoft Office suite of programs. As such, many of the directions in the Biology Student Handbook for how to graph with

More information