Spreadsheets: - Beyond the Basics

Spreadsheets: - Beyond the Basics

What is a Spreadsheet? What does the average person do with a program like this?

I'll tell you what my Dad did with Microsoft Multiplan back in the 1980s. He entered the numbers in each column, then used an adding machine (with tape!) to enter totals. Eventually, he figured out how to format the rows, columns and cells to make it look something like his bank register. I came home from the Navy and he was so proud of his accomplishment! A day later, he understood something about formulas and how to add, subtract and a lot more with that basic system.

Microsoft Multiplan grew up to become the wonderful monstrosity that is Excel. And I have grown with it, writing macros in Excel 4 Macro Language, building nested formulas, and writing a payroll program in Visual Basic for a garbage company. That payroll program is a conversation for another day.

So let's go back to the original question. What is a spreadsheet?

spreadsheet is an interactive  computer application for organization, analysis and storage of  data in  tabular form. (Thank you Wikipedia!)

Do you need to view numbers in columns and rows? That's tabular (like a table) form. There you go. Those are the basics. Put numbers in the cells, and visualize them.

"But I want to know how to impress my boss with Excel!"

Enter the following into cells in a spreadsheet:

A1: 14
A2: 16
A3: =A1+A2

We told the spreadsheet system that the value in A1 is 14, the value in A2 is 16 and the value in A3 is A1+A2 (or, 14+16). If we get into more complex calculations, we can change the value in a single cell and see what would happen.

"OK, so now I can add two numbers in Excel. What's the big deal?"

Enter the following into cells on a spreadsheet:

A1:  1
A2:  =A1+1
A3:  =A2+1
A4:  =A3+1
A5:  =SUM(A1:A4)

Here, we told it to set A1 to 1, increment that value three times (A2, A3, A4), then add all of the values from A1 to A4. Excel has a handy shortcut in the ribbon to automatically put the =SUM() formula into a cell. Click the ∑ button (Sigma = SUM in math).

Homework: get a simple table of 1-2 columns and 5-10 rows. Maybe it's population growth over the last century in a couple of cities. Add some formulas to calculate the difference between the cities in each decade. (Hint: =b2-a2)

For extra credit, make that value positive, and identify which city was larger!

To view or add a comment, sign in

More articles by Clay Harryman

  • What "Free Money" Apps Taught Me About Attention

    Like most people, I see the ads: Play games. Earn money.

  • "Your position has been eliminated."

    Nobody likes to hear those words. I heard those words today.

    3 Comments
  • Customer Service is Dead

    I've noticed it for a while. There are fewer and fewer options for buying.

  • Knowledge Sharing 101

    In 2017, I lost my dad. He had fought a good fight, and knew the end was near.

  • Homeschooling

    Suddenly, it's all the rage. We homeschooled through high school, with the help of a homeschool group.

  • Contact Center Metrics

    The third in a series of articles on Contact Centers. The first two discuss how to categorize Contact Centers: Contact…

  • Categorizing Contact Centers

    Last time, I began talking about the "buckets" of categories for Contact Centers. Here are some more important buckets,…

  • Contact Centers: What Are They?

    LinkedIn has had its fair share of discussions revolving around Contact Centers. How do we make them more efficient?…

  • Excel Formulary - Part 3

    Putting it all together Click here for part 1. Click here for part 2.

  • Excel Formulary - Part 2

    The Function Wizard Last time (click here), we covered basics of building formulas in Excel using arithmetic. Now let's…

    1 Comment

Others also viewed

Explore content categories