CellSkill
VH
Vanguard Holdings
Comp review today

Pull Sarah's salary band before the comp review

FP&A is finalising next year's compensation bands. Sarah's grade just changed to G4 and finance needs the matching base salary plugged into the comp model before the 4pm review.

VLOOKUPBeginner . 3 min . Finance Basics
Lesson 1 · VLOOKUP

Look up employee salary grade

Beginner~3 min
Learning objective

Practice using VLOOKUP to solve a real finance & accounting problem. By the end, you’ll know when to reach for it and how to structure the arguments correctly.

Scenario

You're an FP&A analyst reviewing compensation data. You have a salary grade table and need to find the base salary for grade level "G4".

Goal

Return the base salary that matches Sarah's grade. Fill the Salary cell in the Lookup mini-table on the right of the sheet.

How VLOOKUP works

VLOOKUP searches the first column of a table for a value, then returns a value from a column you specify to the right. It's the most common lookup pattern in Excel: 'find this ID, return the matching name'. The fourth argument controls the match type, and almost always wants to be FALSE for exact match.

Syntax
VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])
Read the full VLOOKUP guide
Stuck? Reveal the hint

Try the formula first. Hints cost CP for a reason.

Look up employee salary grade | VLOOKUP Exercise | CellSkill