Pivot Tables -- Long to Wide

ACCTG 5150 -- Week 2. Start by reading the journal-entry table, then learn how a pivot reshapes that long list into a wide summary. Each source row is one journal entry.

Work through four tabs in order: explore the data, learn dimensions and measures, practice pivot mechanics, then complete the challenges.

Explore the data

Before you pivot anything, read the source table. Same shape as JEA Detail.txt in Homework 2 -- fewer rows, same four columns.

Questions to answer from the table. How many rows? Which user has the most lines? Same account on multiple rows? Would grouping help?

Source table (long format)

When you can describe this table, open 2. Dimensions and measures.