Excel Vocabulary (MIS)

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/26

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:14 PM on 9/15/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

27 Terms

1
New cards

Worksheet (Spreadsheet)

the grid where you enter data and build formulas

the full page of columns and rows

2
New cards

Sheet/Tab

One worksheet inside the file, a file can hold many

the small named tabs at the bottom of the window

3
New cards

Column

runs up and down (vertical)

labeled with letters: A, B, C

4
New cards

Row

runs left to right (horizontal)

labeled with numbers: 1, 2, 3

5
New cards

Cell

one box, where a column and a row meet

named column first, then row: C5

6
New cards

Range

a group of cells written with a colon

C2:C27 means every cell from C2 down to C27

7
New cards

Avoid Sheet1, Instead…

Q1_Sales

8
New cards

Avoid Data, Instead..

Event_Costs

9
New cards

Avoid Sheet2 (2), Instead…

Member_Roster

10
New cards

Avoid Stuff, Instead…

Budget_2026

11
New cards

What are the 4 steps to setting up your data?

  1. Create column headers - one clear label per column, in row 1

  2. List you data in rows - one record per row (one event, one employee, one sale)

  3. Enter the figures where the rows and columns intersect

  4. Reserve space for totals - leave the row directly under the data for SUM, AVERAGE, MIN, and MAX


12
New cards

Named Range

a friendly nickname for a group of cells, instead of referring to cells by coordinates like Sheet1!B2:B10, you use a meaningful name like QuarterlyRevenue or OperatingExpenses

13
New cards

What alignment should you use for text (names and descriptions)?

Left alignment

14
New cards

What alignment should you use for numbers (currency, percentages)?

right alignment

15
New cards

What alignment should you use for headers?

Center alignment (optional)

16
New cards

Currency

$203.00 - the $ sits right next to the number

Used it for single values in a sentence or a summary cell

17
New cards

Accounting

$ 203.00 - the $ is pushed to the left edge so symbols and decimals line up

Use it for columns of money, financial reports

18
New cards

When do you use percentages?

For ratio metrics such as success rates, growth rates, proportions

19
New cards

When to use a bar chart (horizontal)

Compare values across categories with long names

20
New cards

When to use a column (vertical)

Compare values across categories with short names

21
New cards

When to use a line chart

show a trend over time

22
New cards

When to use a Clustered Column or Clustered bar

compare several series within each category

23
New cards

Bar Charts are best for…

Displaying a large number of categories on the category axis
Ranking data from largest to smallest
Showing survey results
Negative values, which appear as bars extending to the left

24
New cards

How to Setup a Bar Chart

1. Select your data range, including the headers.
2. Go to Insert > Charts > Bar.
3. Choose the bar chart type you need.
4. Adjust the axis labels and the title.
5. Format colors and styles for clarity.

25
New cards

Line Charts are best for…

Tracking changes over time
Showing trends
Comparing multiple series over the same time period

26
New cards

How to Setup a Line Chart

1. Select your data range, including the headers.
2. Go to Insert > Charts > Line.
3. Choose the line chart type you need.
4. Adjust the axis labels and the title.
5. Format colors and styles for clarity

27
New cards

Why do Clustered Column and Clustered Bar charts matter?

• They give an immediate visual comparison between categories AND between series
• The side-by-side arrangement lets you compare series within each category
• Clustered Column works best for time-based comparisons; Clustered Bar works best for ranking with multiple
variables