Introduction to Excel.

Slides:



Advertisements
Similar presentations
Microsoft Office XP Microsoft Excel
Advertisements

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
Using Your Arduino, Breadboard and Multimeter Work in teams of two! living with the lab 1 © 2012 David Hall.
Introduction to Excel 2007 Part 3: Bar Graphs and Histograms Psych 209.
Making Tables and Graphs with Excel The Basics. Where do my IV and DV go? Just like you would create a data table on paper, your IV goes in the leftmost.
Microsoft Excel By: Dr. K.V. Vishwanath Professor, Dept. of C.S.E,
European Computer Driving Licence Syllabus version 5.0 Module 4 – Spreadsheets Chapter 22 – Functions Pass ECDL5 for Office 2007 Module 4 Spreadsheets.
Microsoft Excel. Today’s Topics Overview of the Excel Screen The Excel Menus: File, Edit, View, Insert, Format, Tools, Data, Window, Help Entering Formulas.
Using fixed-cell references and built-in functions in Excel living with the lab © 2012 David Hall.
220  470  Gnd5V Currents Through Parallel Resistors 1 living with the lab © 2012 David Hall.
Introduction to Microsoft Excel living with the lab © 2012 David Hall.
Voltage Drops Around Closed Loops 470  220  5V   220  living with the lab © 2012 David Hall.
Kirchoff’s Current Law (KCL) living with the lab University of Pennsylvania Library and Wikipedia Gustav Kirchoff (left) and Robert Bunsen (right) Bunsen.
Microsoft Excel ( XP-2003). Return to Table of Contents Table of Contents 1_ Introduction to ExcelIntroduction to Excel 2_ Overview of the Excel.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 18 Getting Started with Excel Essentials 1 Morrison / Wells / Ruffolo.
An electronic document that stores various types of data.
You’ll Make a spreadsheet which will be like a Mad Libs Game. These Are The Directions.
Building Circuits.
Pump Fabrication Day Group A will draw their pump
Microsoft Excel Basic Tutorial.
Controlling Servos with the Arduino
International Computer Driving Licence Syllabus version 5.0
Connecting Switches.
Introduction to Excel.
Series and Parallel Resistors
Pump Project Requirements
Pump Efficiency Fluid Energy Out + - Electrical Energy In.
Introduction to the Arduino
Microsoft Excel.
Troubleshooting Your Multimeter
Formatting a Worksheet
Introduction to SolidWorks
Microsoft Excel.
Microsoft Excel.
Line Following Tips photoresistor circuits
European Computer Driving Licence
How to Use Dial Calipers
Microsoft Excel 101.
Using Excel to Graph Data
Conservation of Mass Problem
Using Excel to Graph Data
Beginner - Intermediate
Troubleshooting Your Multimeter
Microsoft Excel All editions of Microsoft office.
Excel 2013 Introduction Lab Webinar Welcome ! Length: 90 Min
Using Photoresistors with an Arduino
Introduction to Mathcad
Line Following Tips photoresistor circuit
Data Types.
Using Charts in a Presentation
Controlling the Heater
Digital Input from Switches
Arduino: For Loops.
Non-Concurrent Force Systems
IR Object Detection IR detector IR LED IR light reflected off object
Graphing in Mathcad.
Conservation of Mass Problem
Non-Concurrent Force Systems
Evaluating Design Alternatives
Counting Servo Gear Teeth (FS90R Servos)
Using Excel to Graph Data
Static Equilibrium Problem
Intro to Excel CSCI-150.
Introduction to Excel 2007 Part 3: Bar Graphs and Histograms
Unit G: Using Complex Formulas, Functions, and Tables
Freshman Design Expo Presentations
Introduction to Excel 2007 Part 1: Basics and Descriptive Statistics Psych 209.
How to Use Microsoft Excel for Data Entry
Presentation transcript:

Introduction to Excel

DISCLAIMER & USAGE The content of this presentation is for informational purposes only and is intended for students attending Louisiana Tech University only. The authors of this information do not make any claims as to the validity or accuracy of the information or methods presented. Any procedures demonstrated here are potentially dangerous and could result in damage and injury. Louisiana Tech University, its officers, employees, agents and volunteers, are not liable or responsible for any injuries, illness, damage or losses which may result from your using the materials or ideas, or from your performing the experiments or procedures depicted in this presentation. The Living with the Lab logos should remain attached to each slide, and the work should be attributed to Louisiana Tech University. If you do not agree, then please do not view this content. boosting application-focused learning through student ownership of learning platforms

Electronic Spreadsheet Program Excel is used to record, organize, display, and manipulate data. An excel file is called a Workbook. Workbooks contain spreadsheets. Tabs for spreadsheets are found at the bottom left of the Excel window. Each Spreadsheet consists of a matrix of cells (individual squares within the spreadsheet). Cells are identified by row number and column letter. Data are input into the cells. Formatting and other features are found in the tabs at the top of tthe tabs at he Excel window. NOTE: This presentation uses Microsoft Excel 2016, images and instructions may vary depending on the version of Excel being used.

Measure a 470Ω Resistor Record your measured value in a spreadsheets. color digit black brown 1 red 2 orange 3 yellow 4 green 5 blue 6 violet 7 gray 8 white 9 Record your measured value in a spreadsheets. Input the other measured values from your classmates into your spreadsheet. Be sure to use headings and units Presenting data in an organized manner is essential when using Excel Tip: You can put the symbol Ω instead of writing Ohms by going to the insert tab, clicking symbol, and finding the Ω option. Spend some time making the data look nice. Some suggestions: Click on text justification Strategically bold headings Put boarders

Sort the Data in Ascending Order Highlight the data by left clicking the first cell holding the mouse button and dragging it to the last cell. Right click within the highlighted section. Navigate to sort and find the sort option desired. Note: Often in Excel there is more than one way to do the same function. You could have sorted the data by using the taskbar at the top of the Excel window.

Using Functions to Find Statistical Information To keep things organized, insert a column to the left of the data. Right click on the column label “A” Click Insert Type in labels for the different pieces of information we will calculate about the data: Min Max Average Experiment with formatting options. Inserting the Min function: Click in the cell to the right of Min Type =MIN( Notice how some suggested functions show up Then highlight all of the data points above ands close the parentheses. In the cell, you will have: =MIN(B3:B19) Try putting functions in to calculate Max, and Average.

Tips for Inputting Functions You can use the function button to help you insert a function into a cell. Some functions are built into the taskbar. Look for these functions under the Home and Formulas Tabs. If you do not know what to type for the function you can search for a function in the Insert Function Window. Notice this window tells you how the function should be entered and what the function does.

Use Ohm’s Law to Find Current If the Resistor is plugged into a 5V power Source Add a column for voltage and current. Put 5V in all the cells under the voltage column. You could type it into each cell, but Excel can auto fill it for you. Type a 5 in the first cell. Click the cell. Hover over the bottom right corner of the cell until the cursor turns into a cross slender plus sign. Left click the corner and drag down into all the cells you want the 5 to be in.

Use Ohm’s Law to Find Current for Each Resistance Type Ohm’s Law in the first cell under the current column. Instead of typing I = V/R, start with = click on the cell that references the voltage and the cell that resistance to build the calculation. Drag the formula down using the right corner crosshairs (like you did with the 5V). Notice how the values for each line are different. The formula is referencing the cells relative to its location. This is called Relative Referencing. When you hit enter the value will appear.

Make the Current Calculation more Efficient We always want voltage to be 5 in this scenario. We absolutely always want the formula to use 5. To do this, Excel uses $ to lock the value in. In the first cell under Current, type = and then click on the voltage cell. It should look like: =C3 To lock that value put a $ before the C to lock that column and a $ before the 3 to lock that row (F4 is a keyboard shortcut for this). =$C$3 Then continue the formula. Type / for divide and click the cell with the resistance value being used in the calculation. The 5V in every cell under that column is redundant. Delete all the 5V values leaving only the first one. Delete the current calculations too. Drag the formula down using the right corner crosshairs (like you did with the 5V). What happens when you put the $ only in front of the column letter or only in front of the row number (e.g.; $C3 or C$3)? Try both out to see what happens! This is called Absolute Referencing.

Current versus Resistance Make a Plot of the Current Values Go to the Insert tab. Find the Charts section. Click Select Data. The Select Data Source window appears. Type a series name. Typically the name should be the Dependent Variable (y-axis) versus the Independent Variable (x-axis). Current versus Resistance Click into Series X values section. Highlight all Resistance values. Click Scatter Plot. Why use a Scatter Plot and not one of the other types of plots? A blank window should appear. Click Add. The Edit Series window appears. Note: there are many other methods to plotting data. If data is pre highlighted Excel can intuitively build the plot. This technique, however, gives you the most control.

Make a Plot of the Current Values Continued Click into Series X values section. Highlight all Current values. Clear out any information in this section. If you do not do this you will get an error. Notice how the scatter plot is starting to populate. Press okay to close the Edit Series window. Press okay to close the Select Data Source window.

Make a Plot of the Current Values Continued The plot is almost finished. What is missing? Axes Labels Since there is only one set of data on the graph, you can delete the legend. Click into the Axis Title sections to type the actual axis titles. Remember to include Units! Under Quick Layout, you can find different built in graph layouts. Shadowboxes shows you where information can be placed. Layout 1 is usually a great option. Right Click on the graph and play with formatting the Chart Area. (Format Chart Area) Right click on the data point markers and play around with changing their appearance. (Format Data Series) Right click an axis and adjust its settings. (Format Axis)

Tips for Excel Click around. Press buttons see what happens. Don’t be afraid to make mistakes. CTRL+Z undoes any mistakes. You will learn by doing. The more you do, the more you will learn. Google is a huge resource with tips and tutorials.