Excel Formulas and Functions: 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/22

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.

23 Terms

1
New cards

VLOOKUP

Use VLOOKUP to return a Major's description.

2
New cards

VLOOKUP Steps

Click E12. Type: =VLOOKUP(D12,$I$21:$L$24,2,FALSE) → Enter.

3
New cards

D12

Lookup value (Major Code).

4
New cards

$I$21:$L$24

Locked lookup table (absolute reference — use F4 on Windows or Cmd+T on Mac).

5
New cards

2

Column with descriptions.

6
New cards

FALSE

Exact match.

7
New cards

VLOOKUP with IF

Return 'Bus. Adv. Office' if Freshman, else Advisor from table.

8
New cards

PMT Function

Calculate monthly mortgage payment.

9
New cards

PMT Steps

Click the target cell (e.g., B30). Type: =-PMT(B29/B28,B27*B28,B26) → Enter.

10
New cards

B29

Annual rate ÷ B28 (payments per year).

11
New cards

B27*B28

Total number of payments.

12
New cards

B26

Loan amount.

13
New cards

Goal Seek

Use Goal Seek to find the monthly contribution needed to reach $5,000.

14
New cards

Goal Seek Steps

Go to Data tab → What-If Analysis → Goal Seek.

15
New cards

IF Statement

Show tuition if B20 ≠ 0, else 0.

16
New cards

IF Steps

Click B19. Type: =IF(B20<>0,$B$33,0) → Enter.

17
New cards

IF + Comparison Example

Return 'Pass' if grade ≥ 60, else 'Fail.'

18
New cards

RANK.EQ

Rank SAT scores, highest = 1.

19
New cards

Percent Change

Calculate percent change from Jan to Feb salary.

20
New cards

Net Income

Find monthly net income.

21
New cards

Cumulative Net Income

Running total from Jan → current month.

22
New cards

VLOOKUP Reminder

What are the 4 arguments of VLOOKUP?

23
New cards

PMT Reminder

What are the 3 arguments for PMT?