Notes
  • Notes
  • JavaScript
    • URL processing
    • Numbers
  • Python
    • python random notes
    • Python Resources
  • Setup
    • Mac Setup
  • Command Line
    • Basics
    • Linux basics
    • Bash script
    • Create temp files
    • awk
    • sed
    • make
    • ssh
    • gzip
    • Command line tools
    • ffmpeg
    • at and crontab - scheduling commands
  • Web Developement
    • Chrome Dev Tools
    • HTML
    • Markdown
    • CSS
    • Rails
    • Hugo
    • REST APIs
  • Soft Skills
    • Listening Skills
    • Public Speaking
  • Containers
  • Career
    • Resume
    • Interview
    • Promotion
    • Keeping Track of Your Work
    • Decide What to Work On
  • Ergonomics
    • Work Env Setup
    • Pain Relieve
  • Digest / Writing Ideas
    • Books
      • Antifragile
      • Anti-Intellectualism in American Life 美国的反智传统
    • Economy / Society
    • How to spend your time
    • Life
    • Higher education
  • Misc
    • Regex
    • Don't Make Me Think
    • Microsoft Excel
    • AdTech 101
  • Resources
    • web
    • Vim
    • Tools
    • System Design
    • Design Pattern
    • Load Balancer
    • References
    • Hardware
    • Algorithm Resources
    • Command Line Resources
  • Git
    • Pro Git
  • Non-Tech
    • 化学科普 - 拿破仑的纽扣
    • 人生经验 - If I Knew Then
    • 哲学
      • Harvard - Justice
    • 宗教
      • Introduction to the New Testament History and Literature
      • 蔡志忠 - 漫画东方圣经
    • 人文
      • Open Yale Course - 心理学导论
  • Spark
  • VS Code
Powered by GitBook
On this page
  • Pivot Table
  • Prepare the data
  • Fields
  • Misc

Was this helpful?

  1. Misc

Microsoft Excel

Pivot Table

Prepare the data

  • Remove the blank rows/columns

  • Add headers for columns

  • convert data to excel table: cmd + t, enter.

  • Go to end/start of data: cmd + end/home.

Fields

  1. Create the value field first.

  • if it’s number, excel adds it up.

  • If it’s a string, excel count them.

2. Create row fields

  • break up the value field. Can have multiple row fields.

3. Column fields

  • Break down the value field on another dimension

  • Con: (vs. row fields) left to right scrolling

  • Can be used for time

  • Can have multiple column fields.

4. Filters - Slicer / Timeline in the ribbon

Misc

Update the pivot table when the original table changes:

  • right click, refresh

PreviousDon't Make Me ThinkNextAdTech 101

Last updated 4 years ago

Was this helpful?