Vocabulary Quizlet Pt4 Working with Numbers & Formulas

5.0(2)
Studied by 53 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/60

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:11 PM on 1/13/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

61 Terms

1
New cards

Auto Fill

A feature that generates and extends values into adjacent cells based on the values of selected cells.

2
New cards

Cell Styles

A combination of a font, text color, cell color, and other font attributes applied to a single cell.

3
New cards

Accounting Number Format

Displays numbers with a dollar sign to the left of the number, inserts a comma every three positions to the left of the decimal point, an displays numbers to the nearest cent (hundredths place)

4
New cards

Percent Style

Formats numbers as percentages with the % symbol after the number and no decimal places

5
New cards

Comma Style

Displays two digits to left of decimal point and places a comma every three positions

6
New cards

Increase Decimal

Used to display additional decimal places in a cell for a more precise value.

7
New cards

Decrease Decimal

Decreases one decimal place at a time. Values are rounded when decimals are decreased.

8
New cards

Clear

To remove all of the formatting applied to a cell or range of cells.

9
New cards

Sort & Filter

Gives you the ability to refine a column of data within a table to isolate the key components you need.

10
New cards

Sort

To arrange data alphabetically, numerically, or chronologically.

11
New cards

Remove Duplicates

Automatically searches for and eliminates identical entries from a spreadsheet

12
New cards

Formula

An equation designed by a user that calculates a new value from values currently in a worksheet.

13
New cards

Operators

Special tokens that represent computations like addition, multiplication and division

14
New cards

Number Format

A format that controls how numerical data is displayed, including the use of commas, dollar signs and number of decimal places

15
New cards

Relative Cell Reference

A cell reference that adjusts the cell identifier automatically if you insert or delete columns or rows, or if you copy the formula to another cell.

16
New cards

Function

A predefined, built-in formula not created by a user.

17
New cards

Fill

Copy a cell's contents and/or formatting into an adjacent cell or range

18
New cards

Paste Options

Open a menu of options for formatting the pasted text.

19
New cards

AutoSum

A function that calculates (by default) the total from the adjacent cell through the first non numeric cell using the SUM function.

20
New cards

Sum

Used to find the addition of a range of numbers.

21
New cards

Average

Used to find the Mean of a range of numbers.

22
New cards

Min

Used to find the lowest figure in a range of numbers.

23
New cards

Max

Used to find the highest figure in a range of numbers.

24
New cards

Order of Operations

The rules Excel follows to calculate any formula that contains two or more operators.

25
New cards

Show Formulas

A command that displays the formula in each cell instead of the resulting value.

26
New cards

Format Date

Used to choose the date format for a cell

27
New cards

Format Time

Used to choose the time format for a cell.

28
New cards

Define Name

Used to apply a text label to a single or range of cells.

29
New cards

Name Box

Displays the cell reference, which is the location of the active cell in the worksheet. It is located on the left side of the formula bar.

30
New cards

Absolute cell reference

A reference to a specific cell or range of cells regardless of where the formula is located in the worksheet.

31
New cards

Mixed cell reference

A cell reference that uses an absolute column or row reference, but not both.

32
New cards

RIGHT

returns a specified number of characters starting from the end of a block of text

33
New cards

LEFT

returns the specified number of characters starting at the left (beginning) of a text string

34
New cards

MID

returns the specified number of characters from the middle of a text string, based on a starting position and the number of characters.

35
New cards

UPPER

A function that converts text to uppercase letters

36
New cards

LOWER

A function that converts all uppercase letters to lowercase

37
New cards

PROPER

A function that capitalizes the first letter in a text string and any other letters in text that follow any character other than a letter

38
New cards

CONCAT

Combines up to 255 strings of text, values, or characters in a single cell.

39
New cards

COUNT

A function that determines how many cells in a range contain a number.

40
New cards

COUNTA

A function that returns the number of cells in the selected range that contain text or values, but not blank cells.

41
New cards

COUNTBLANK

A function that counts the number of blank cells in a range.

42
New cards

IF

A function that uses a logical test to check whether a condition is met, and then returns one value if true, and another value if false.

43
New cards

COUNTIF

A logical function that counts the cells that meet specific criteria in a specified range.

44
New cards

SUMIF

A statistical function that calculates the total of a range of values when a specified condition is met

45
New cards

AVERAGEIF

A statistical function that calculates the average of values in range when a specified condition is met

46
New cards

Hide

Used to conceal columns or rows that don't have to be visible but can't be deleted.

47
New cards

Outline

Allows you to hide/show and subtotal different sections of data

48
New cards

Subtotal

Used to insert subtotal rows at each designated field change in a sorted range of data

49
New cards

Outline Symbols

Icons that add controls next to the row and column headings to change the view of an outlined worksheet.

50
New cards

Group

Used to connect rows or columns of data that have been sorted and subtotaled.

51
New cards

Ungroup

Used to disconnect a range of grouped cells

52
New cards

Freeze Panes

To keep selected rows and/or columns of the worksheet visible on the screen as the rest of the worksheet scrolls.

53
New cards

Link

Used to create a clickable link within your worksheet for navigation.

54
New cards

New Window

Allows users to create a mirror image of the current worksheet so you can work on different parts at the same time.

55
New cards

Split

Used to divide a window into different panes that can be scrolled through independent of each other.

56
New cards

Arrange All

Command that tiles and stacks all open windows on the screen so that they are all visible.

57
New cards

Hide/Unhide

Hiding a row or column removes the information from view. However, the information is not deleted, and can be viewed by unhiding.

58
New cards

SEARCH

Returns the position of a specific character, word, or phrase within a block of text

59
New cards

LEN

Returns the length, in number of characters, of a block of text

60
New cards

TEXTJOIN function

Combines up to 252 strings of text, values, or characters in a single cell and uses a delimiter to separate the strings

61
New cards

Combining Functions

The result of adding, subtracting, multiplying and/or dividing two or more functions