Topics 0 and 1: Excel Shortcuts, References, Named Ranges, Data Validation, and Spill

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/42

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:53 AM on 9/5/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

43 Terms

1
New cards

Cut

Ctrl + X

2
New cards

Copy

Ctrl + C

3
New cards

Paste

Ctrl + V

4
New cards

Undo

Ctrl + Z

5
New cards

Redo

Ctrl + Y

6
New cards

What key combination allows you to quickly highlight entire rows and/or columns of data without including all blank rows/columns below and to the right of your data?

Ctrl + Shift + Up/Down/Left/Right Arrow

7
New cards

What key combination allows you to add or delete a row or column without having to use the mouse?

Ctrl + or Ctrl -

8
New cards

Which key allows you to get into a cell to edit it (formula or content)

F2

9
New cards

Which key is the toggle key for static, dynamic, and hybrid cell references in a formula?

F4

10
New cards

The Small Green Box in the lower right corner of a cell allows you to copy the contents of the cell (including formulas) down and/or across columns and rows. This only works when…

There is data in the column to the left (i.e., the column to the left is not blank)

11
New cards

Which key combination allows you to duplicate whatever is in the cell directly above the cell you are in (you can use this to fill one or more cells at once)?

Ctrl + D

12
New cards

What does Paste Special — Transpose do?

Pastes a column as a row or paste a row as a column

13
New cards

How to use Paste Special — Transpose

  • Copy the data that is to be used

  • Right click in the destination cell and click “Paste Special”

  • Click the icon with two arrows on it


14
New cards

What does Paste Special — Paste Values Only do?

Pastes the values without copying any of the formatting or formulas from the source cells

15
New cards

How to use Paste Special — Paste Values Only

  • Copy the data that is to be used

  • Right click in the destination cell and click “Paste Special”

  • Click on the clipboard with the 1-2-3 digits at the bottom of it


16
New cards

Sort & Filter

Provides several opportunities to display data based on criteria you select

17
New cards

Where can you find Sort & Filter?

Under the Home tab on the top menu bar, under “Editing”

18
New cards

When you do not want to make a cell any wider but want to see all the text you’ve placed in it, you can select…

Wrap Text

19
New cards

Where can you find Wrap Text?

Under the Home tab on the top menu bar, under “Alignment”

20
New cards

Page Break Preview

  • Allows you to see how your Excel worksheet will print

  • Allows you to adjust the blue lines to fit content on to pages as you see fit


21
New cards

Where can you find Page Break Preview?

Click on the “View” tab on the top menu bar

22
New cards

Freeze Panes

  • Keeps rows and columns visible while the rest of the worksheet scrolls

  • Applying this to the top row or column will always be visible to you as you scroll down or across on the Excel worksheet


23
New cards

Which shortcut:

  • Allows you to quickly create a list of unique values in your dataset

  • Could be especially useful when creating a dropdown box


Remove Duplicates (from a column)

24
New cards

Which key combination allows you to instantly create a SUM function?

ALT + =

25
New cards

What is the shortcut to convert a selected range into a Table?

Ctrl + T

26
New cards

Which key combination allows you to create a line break within a cell so that you can start typing on the next line within a cell?

Alt + Enter

27
New cards

Which key combination allows you to toggle column filters on and off?

Ctrl + Shift + L

28
New cards

Types of Cell References

  • Relative

  • Absolute

  • “Hybrid”


29
New cards

Relative Cell Reference | Definition and Example

  • Cell references that automatically change when you drag formulas to new cells

  • A4


30
New cards

Absolute Cell References

  • Cell references do NOT change when you drag the formula to new cells

  • $A$4


31
New cards

“Hybrid” Cell References

  • Part of the cell reference changes and part of it does not when you drag formula to new cells

  • A$4 or $A4


32
New cards

Named Range

  • A group of cells (or single cell) that is referred to by a name you assign it

  • Makes creating formulas easier (and decreases error likelihood) as you can reference it instead of highlighting the entire block of cells you are referring to (or manually typing it out)


33
New cards

Where to go in Excel to name a range

Go to the Formulas Tab and find “Name Manager” in the “Defined Names” section

34
New cards

Spill

A behavior where formulas that return multiple results "spill" these results into multiple cells automatically

35
New cards

A #SPILL! error happens when…

Something on the worksheet blocks a spilled array formulas

36
New cards

Spill Range

TDhe range of values returned by an array formula that spills results onto a worksheet

37
New cards

Data Validation

A feature that controls what values can be entered into a cell

38
New cards

Say that a column has people’s first and last names in its cells. How can you separate the first and last names without manually making another column and retyping names?

Use the Text to Columns feature

39
New cards

A dropdown list that restricts users to specified choices can be created through…

Data Validation

40
New cards

How do you create a dropdown list using Data Validation?

  • Select the Cell

  • Data Validation

  • Choose List

  • Specify the Source of List


41
New cards

Why use a named range with a Data Validation dropdown?

It allows the dropdown source to reference a meaningful range name instead of manually entering cell references

42
New cards

UNIQUE Function

Returns a list containing only the unique values from a range, removing duplicates

43
New cards

How can UNIQUE and Data Validation work together?

Unique can create a duplicate-free list that can then be used as the source for a Data Validation dropdown