Opportunity Through Data Textbook
  • Opportunity Through Data Textbook
  • Introduction
    • What is Data Science?
    • Introduction to Data Science: Exploratory Musical Analysis
  • Module 1
    • Introduction to Programming
      • The Command Line
      • Installing Programs
      • Python and the Command Line
      • Jupyter Notebook
    • Introduction to Python
      • Building Blocks of Python - Data Types and Variables
      • Functions
      • Formatting and Syntax
    • Math Review
      • Variables and Functions
      • Intro to Graphs
  • Module 2
    • Data Structures
      • Lists
      • Dictionaries
      • Tables
    • Programming Logic
      • Loops
      • Logical Operators
      • Conditionality
  • Module 3
    • Introduction to Probability
      • Probability and Sampling
    • Introduction to Statistics
      • Mean & Variance
      • Causality & Randomness
  • Module 4
    • Packages
    • Intro to NumPy
      • NumPy (continued)
  • Module 5
    • Introduction to Pandas
      • Introduction to Dataframes
      • Groupby and Join
    • Working with Data
    • Data Visualization
      • Matplotlib
      • Introduction to Data Visualization
  • Appendix
    • Table Utilities
    • Area of More Complicated Shapes
    • Introduction to Counting
    • Slope and Distance
    • Short Circuiting
    • Linear Regression
    • Glossary
  • Extension: Classification
    • Classification
    • Test Sets and Training Sets
    • Nearest Neighbors
  • Extension: Introduction to SQL
    • Introduction to SQL
    • Table Operations
      • Tables and Queries
      • Joins
  • Extension: Central Limit Theorem
    • Overview
    • Probability Distributions
      • Bernoulli Distribution
      • Uniform Distribution (Discrete)
      • Random Variables, Expectation, Variance
      • Discrete and Continuous Distributions
      • Uniform Distribution (Continuous)
      • Normal Distribution
    • Central Limit Theorem in Action
    • Confidence Intervals
  • Extension: Object-Oriented Programming
    • Object-Oriented Programming
      • Classes
      • Instantiation
      • Dot Notation
      • Mutability
  • Extension: Introduction to Excel
    • Introduction to Excel
      • Terminology and Interface
      • Getting Started with Analysis and Charts
      • Basics of Manipulating Data
    • Additional Features in Excel
      • Macros
      • The Data Tab
      • Pivot Tables
Powered by GitBook
On this page

Was this helpful?

  1. Extension: Introduction to Excel
  2. Introduction to Excel

Terminology and Interface

Key Terms:

  • Cell: A specific location in which information is stored on a spreadsheet

  • Range: A group of cells on a spreadsheet, including entire columns (denoted by letters) and rows (denoted by numbers)

  • Filter: A feature that allows for the sorting and slicing of data

  • Function: A method that calculates some quantity based on inputs that can be applied to a range of data

  • Workbook: The entire file in which a spreadsheet is contained

  • Sheet: Each “grid” with its own coordinate system within a workbook

Google Sheets has a fairly approachable and self-explanatory interface. There are various areas of note that group features by their purpose and frequency of use.

Main Toolbar

The main toolbar houses the most commonly used features, with a mix of visual and functional options. Various text formatting options are available to alter the appearance of a spreadsheet, including automatic formatting of numbers in various formats (for example, scientific notation, accounting notation, or dates and times). These features can be applied to individual cells as well as entire ranges of data. Text can be aligned in many ways to facilitate readability, including options to have text wrapping so that all text in a cell is visible, even if it doesn’t initially fit within the set width of a column.

The final 5 icons are less visually oriented, and can be used for adding basic functionalities to a spreadsheet, including adding links, comments (an annotation for a specific cell or range), charts (such as line graphs, bar charts, and pie charts), filters, and functions, which will be elaborated on later in Basics of Manipulating Data.

Sheet Management Bar

The sheet management bar is located at the bottom of the window and allows you to manage multiple sheets within a single workbook. Features include reordering, renaming, adding, copying, and deleting sheets. In particular, pivot tables create new sheets based on existing data, and the sheet management bar provides easy access to changing the layout of these additional tables.

PreviousIntroduction to ExcelNextGetting Started with Analysis and Charts

Last updated 4 years ago

Was this helpful?