Excel Functions and Formulas: VLOOKUP, IF, PMT, Goal Seek, RANK, Percent Change

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/21

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

22 Terms

1
New cards

VLOOKUP

Use VLOOKUP to look up a value from a table.

2
New cards

VLOOKUP Formula

Type: =VLOOKUP(lookup_value, $table_range$, column_number, FALSE) → Enter.

3
New cards

lookup_value

What you're searching for (like a student's major code).

4
New cards

$table_range$

The data table; lock with $ so it doesn't shift.

5
New cards

column_number

The column to return.

6
New cards

FALSE in VLOOKUP

Indicates an exact match.

7
New cards

VLOOKUP with IF

Use IF to check a condition before doing a VLOOKUP.

8
New cards

IF Statement

Use IF to test a condition and return two different results.

9
New cards

PMT Function

Calculate a monthly loan payment.

10
New cards

PMT Formula

Type: =-PMT(rate/payments_per_year, years*payments_per_year, $loan_amount$)

11
New cards

Goal Seek

Use Goal Seek to solve for an input when you know the desired output.

12
New cards

IF Statement with Absolute Reference

Show tuition only if credits > 0, otherwise show 0.

13
New cards

RANK.EQ Function

Rank values so the highest = 1.

14
New cards

Percent Change

Find percent change between old and new values.

15
New cards

Net Income

Subtract expenses from income.

16
New cards

Cumulative Running Total

Create a running total across months.

17
New cards

Absolute Reference Reminder

When should you use absolute references ($)?

18
New cards

Locking in VLOOKUP

Always lock tables in VLOOKUP.

19
New cards

Locking Constants

Lock constants like tuition values or loan amounts.

20
New cards

Locking Starting Point

Lock the starting point in cumulative totals.

21
New cards

Windows Shortcut for Absolute Reference

Press F4 after typing a cell reference.

22
New cards

Mac Shortcut for Absolute Reference

Press Cmd+T or Fn+F4.