Excel Exam 2

0.0(1)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/33

flashcard set

Earn XP

Description and Tags

Update logs: First Released (2/26),

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

34 Terms

1
New cards

What does Microsoft Excel use when solving formulas?

Orders of Operations (PEMDAS)

2
New cards
<p>What is that highlighted “green” called?</p><p>What is the fastest way to know the address of the cell that is selected?</p>

What is that highlighted “green” called?

What is the fastest way to know the address of the cell that is selected?

Name Box

3
New cards
<p>What is that highlighted called?</p><p>What is another faster way to know the address of the cell that is selected, other than the Name box?</p>

What is that highlighted called?

What is another faster way to know the address of the cell that is selected, other than the Name box?

Formula Bar

4
New cards
<p>What is that highlighted “green” now called?</p><p>What is selected in a box that has numbers?</p>

What is that highlighted “green” now called?

What is selected in a box that has numbers?

Active Cell

5
New cards
<p>What is that highlighted called?</p><p>What helps you auto sum the rest of the columns or rows?</p>

What is that highlighted called?

What helps you auto sum the rest of the columns or rows?

Fill Handle

6
New cards
<p>What is this highlighted called?</p>

What is this highlighted called?

Relative reference

7
New cards

A predefined formulas is what….

Function

8
New cards

Proper syntax

  • Equal sign [=]

  • Name of the functions [Sum, Diff, etc..]

  • Open Parenthesis [(]

  • Required Arguments

  • Optional Argument

  • Closed Parenthesis [)]

9
New cards

All functions needs to start with what?

Equal sign [=]

10
New cards

Arguements are seperated by what…

Commas

11
New cards

What formula calculates the “average” number (Ex: the average expense in a specific month)?

AVERAGE

12
New cards

What formula calculates the “largest” number (Ex: the largest expense in a specific month)?

MAX

13
New cards

What formula calculates the “smallest” number (Ex: the smallest expense in a specific month)?

MIN

14
New cards

What formula calculates the “amount of things in a column or rows” (Ex: How many expenses in a specific month)?

COUNT

15
New cards

What formula automatically add “today’s date” “without manual type”?

TODAY

16
New cards

What formula automatically add “today’s date AND time” “without manual type”?

NOW

17
New cards

What formula calculates the “specific largest” number (Ex: the 3rd largest expense in a specific month)?

LARGE

18
New cards

What formula calculates the “specific smallest” number (Ex: the 6th smallest expense in a specific month)?

SMALL

19
New cards
<p>You’re trying to find the “<strong>6th smallest expense”</strong> in July. What number do you need to put on “K”?</p><p><span>Hint: What # rank?</span></p>

You’re trying to find the “6th smallest expense” in July. What number do you need to put on “K”?

Hint: What # rank?

6

20
New cards
<p>You’re trying to find the “<strong>3rd largest expense”</strong> in March. What number do you need to put on “K”?</p><p><span style="color: #ffffff">Hint: What # rank?</span></p>

You’re trying to find the “3rd largest expense” in March. What number do you need to put on “K”?

Hint: What # rank?

3

21
New cards

What functions help you calculate the amount of loans you’ll use to pay off anything (ex: monthly expenses)?

PMT

22
New cards
<p>You’re about to do PMT to calculate the loans…</p><p>How would you put on the <strong>rate</strong>?</p>

You’re about to do PMT to calculate the loans…

How would you put on the rate?

  • APR (Annual Percentage Rate) / Payment Per Year

23
New cards
<p>You’re about to do PMT to calculate the loans…</p><p>How would you put on the <strong>Nper</strong>?</p>

You’re about to do PMT to calculate the loans…

How would you put on the Nper?

  • Payment Per Year x # of year

24
New cards
<p>You’re about to do PMT to calculate the loans…</p><p>How would you put on the <strong>Pv</strong>?</p>

You’re about to do PMT to calculate the loans…

How would you put on the Pv?

  • Loan amount

    • 3000

25
New cards
<p>If the PMT number result is red (negative amount), what can you do to make it non-red (positive amount)?</p>

If the PMT number result is red (negative amount), what can you do to make it non-red (positive amount)?

Put the negative symbol [-] in front of the PMT!

[like this: =-PMT()]

26
New cards

What keys or buttons allow you to see all formulas or functions?

  • CTRL ~

  • Show Formulas button

27
New cards

=SUM (B5:D44, A15, A100)

What is that highlighted??

Cell range

28
New cards

“Cell range” is seperated by what…

Colons

29
New cards

What are these?

< (greater than)

<= (greater than; equal to)

> (less than)

=> (less than; equal to)

<> (Angle brackets)

Logical operator!

30
New cards

Changing number format doesn’t change what?

The value of a cell

31
New cards

Which button change used to change between referencing?

How to adds dollar signs ($) before column or row of cell reference or both?

F4

32
New cards

What does the dollar sign do?

Locks the column or row from changing when dragging the formula or function to other cells.

33
New cards

When an Argument is optional?

  • If it shown in square brackets [ ]

  • If it’s unbolded in your insert function dialog box.

34
New cards

What is this below?

A4:C20

Note = A4 [First cell] :C20 [last cell]

Cell range