importing test scores (including the use of excel’s vlookup function) chris a. mcmanigal camden...

18
(including the use of Excel’s VLOOKUP function) Chris A. McManigal Camden County Schools Kingsland, GA

Upload: trent-copsey

Post on 02-Apr-2015

214 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Importing Test Scores (including the use of Excel’s VLOOKUP function) Chris A. McManigal Camden County Schools Kingsland, GA

Importing Test Scores

(including the use of Excel’s VLOOKUP function)

Chris A. McManigalCamden County SchoolsKingsland, GA

Page 2: Importing Test Scores (including the use of Excel’s VLOOKUP function) Chris A. McManigal Camden County Schools Kingsland, GA

GaETC App

Page 3: Importing Test Scores (including the use of Excel’s VLOOKUP function) Chris A. McManigal Camden County Schools Kingsland, GA

Session Evaluation

Page 4: Importing Test Scores (including the use of Excel’s VLOOKUP function) Chris A. McManigal Camden County Schools Kingsland, GA

Vendors• Please make sure to visit the Vendors Room in Kenyan ½

• Vendors will be here all day Tuesday

Page 5: Importing Test Scores (including the use of Excel’s VLOOKUP function) Chris A. McManigal Camden County Schools Kingsland, GA

Overview• PowerSource Documentation• Test tables architecture• Creating Tests and Test Scores in PS• Extracting the DOE data file• Using VLOOKUP to insert PS student numbers• Verifying correct header setup• Using Quick Import with Test Scores• UH OH; I messed up!! How do I fix it??• Q & A

Page 6: Importing Test Scores (including the use of Excel’s VLOOKUP function) Chris A. McManigal Camden County Schools Kingsland, GA

PowerSource Documentation• Knowledgebase article 55950: “How It Works: Tests”• Outlines creating tests, test scores, and the test table layout

• Knowledgebase article 6122: “Importing Test Scores”• Describes the required import format and steps needed to import

the scores

Page 7: Importing Test Scores (including the use of Excel’s VLOOKUP function) Chris A. McManigal Camden County Schools Kingsland, GA

Test tables & relationships

Page 8: Importing Test Scores (including the use of Excel’s VLOOKUP function) Chris A. McManigal Camden County Schools Kingsland, GA

Create Tests• District Tests New

Page 9: Importing Test Scores (including the use of Excel’s VLOOKUP function) Chris A. McManigal Camden County Schools Kingsland, GA

Create Test Scores• District Tests Edit Scores New

Page 10: Importing Test Scores (including the use of Excel’s VLOOKUP function) Chris A. McManigal Camden County Schools Kingsland, GA

Prepare data file for import• Download test score file from GaDOE• Use extraction tool to get data in Excel• Remove unnecessary columns• Remove rows with null data• Use VLOOKUP on SSN and GTID to insert student number into

file • Insert proper header names• Save file as tab-delimited text

Page 11: Importing Test Scores (including the use of Excel’s VLOOKUP function) Chris A. McManigal Camden County Schools Kingsland, GA

Import file• File must contain the following fields (and should not contain

any others):• Student_number• Test date• Grade level• Scores

• Header names are based on test score name and which score:• [column name]_1 = numeric score• [column name]_2 = percent score• [column name]_3 = alphanumeric score

• No nulls!!

Page 12: Importing Test Scores (including the use of Excel’s VLOOKUP function) Chris A. McManigal Camden County Schools Kingsland, GA

VLOOKUP• Microsoft Excel function that searches for a value in the first

column of a table array and returns a value in the same row from another column in the table array

• VLOOKUP(lookup_value,table_array,col_index_num,range_lookup)• lookup_value: the value to search in the first column of the table array

• table_array: two or more columns of data

• col_index_num: the column number in table_array from which the matching value must be returned

• range_lookup: a logical value that specifies whether you want VLOOKUP to find an exact match or an approximate match

Page 13: Importing Test Scores (including the use of Excel’s VLOOKUP function) Chris A. McManigal Camden County Schools Kingsland, GA

Get VLOOKUP table array• Need a “lookup” data table with SSN, GTID, and

student_number

• Can use:• Quick Export• SQL

• SELECT ssn, state_studentnumber, studentnumber FROM students

Page 14: Importing Test Scores (including the use of Excel’s VLOOKUP function) Chris A. McManigal Camden County Schools Kingsland, GA

Steps to use VLOOKUP

1. Open both test score data workbook and lookup workbook.2. In an empty column, enter the VLOOKUP formula to match

SSN to student_number.3. Repeat step 2 using GTID to student_number. 4. Drag formulas to last cell.5. Copy columns and Paste Special as Values into a empty

columns 6. For those that do not match, either manually enter or delete

from import file.7. Insert final value column into test score data.

Page 15: Importing Test Scores (including the use of Excel’s VLOOKUP function) Chris A. McManigal Camden County Schools Kingsland, GA

Simple VLOOKUP example

Page 16: Importing Test Scores (including the use of Excel’s VLOOKUP function) Chris A. McManigal Camden County Schools Kingsland, GA

Import EOCT Example• Notes:

• Multiple ways to import data based on test setup:

• One test with multiple test scores• Upload all scores at once

• Get LOTS of zeros• Each subtest individually

• Up to eight uploads• No Zeros, but blanks

• Eight individual tests• Must upload each test separately• Get no blanks or zeros

Page 17: Importing Test Scores (including the use of Excel’s VLOOKUP function) Chris A. McManigal Camden County Schools Kingsland, GA

UH OH; I messed up!! How do I fix it??

• Easiest fix is preemptive: import for one student and check

• When mass filling dates, make sure you COPY not FILL!!!

• If you must delete data, the info must be removed from two tables:• StudentTest• StudentTestScore

• Always get a backup

• Use DDA to select and delete the invalid records• Importing again without deleting records will cause duplicate scores

• Reimport the data

Page 18: Importing Test Scores (including the use of Excel’s VLOOKUP function) Chris A. McManigal Camden County Schools Kingsland, GA

Q & A