Summarizing and Slicing Data

An introduction to the use of pivot tables in Excel
Module lessons:

Module: Build/Create - Lesson 6 [1:08]
Add Fields to the pivot table (Excel 2007)
You are looking at an empty pivot table.

How to move fields into the appropriate area. How to select fields from the Fields List.

Excel 2007 users.





To follow along, download sample data: K12_Public_High_School-2003-07.csv
Video size:

Learner comments for Build/Create:6

Fetch error
SELECT blog1.blogTitle AS blogTitle, blog1.parentID AS parentIdentifier, blog1.blogID AS parentID, blog2.parentID AS childID, blog1.blogTime AS blogTimeParent, blog1.useremail AS useremailParent, blog1.blogImage AS blogImageParent, blog1.blogText AS blogTextParent, blog1.module AS blogModParent, blog1.lesson AS blogLesParent, blog2.blogTime AS blogTime, blog2.useremail AS useremail, blog2.blogImage AS blogImage, blog2.blogText AS blogText, blog1.blogID AS blogID, blog2.blogID AS child FROM blogItems as blog1 LEFT JOIN blogItems AS blog2 ON blog1.blogID = blog2.parentID WHERE blog1.module = 'build' and blog1.lesson= 'addFields2007' ORDER BY blogTimeParent DESC