VLookup help

I

IHateComputers

I have a question about a project that I don't understand, if anyone
could help that would be awesome!

Here is the question:

Consultants who work on a project also receive a bonus if the fees exceed
estimates, otherwise the consultant received no bonus. Create one formula
that calculates the bonus by referencing the appropriate bonus rate in the
table given by
the number of hours the consultant worked.

Does this make sense to anyone? I really need help. I fthis requires a
vlookup, can someone help me set it up?
 
T

Tyro

For example 0-9 hours bonus $100, 10-19 hours bonus $200, more than 19
hours, bonus $300
A1 = 0, A2 = 10, A3 = 20, B1 = 100, B2 = 200, B3 = 300, C1 = hours worked.

=VLOOKUP(C1,A1:B3,2)

Tyro
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

I need Excel Help 1
IF Function Help 2
Excel IF Function Help 2
Help with IF then ELSE and VLOOKUP 12
VLOOKUP 1
Help: Mutiple conditions 3
formula for my driver log, thanx 3
cumulative total 1

Top