some kinda lookup function

H

HELP ME

the aim is 2 work out how much a bonus an employee is owed. it is
worked out like this:

"If an individual salesperson achieves sales equal to or exceeding the
target figure in any *one* quarter, the bonus is equal to 0.5% of the
total sales value achieved over the entire year. If sales equal or
exceed the target figure in two or more quaters, the bonus is equal to
1.0% of the total sales value achieved over the entire year."

i know i need to use a lookup function but which 1???????
and how do i apply it. i have attached the file and any help would be
vvvv useful!!!!!!!!!!!!!

Attachment filename: bonus.xls
Download attachment: http://www.excelforum.com/attachment.php?postid=391605
 
D

Don Guillett

One way
=0.005*(IF(VLOOKUP(C7,Qtr1!$C$7:$G$100,5,0)>=Qtr1!$D$4,1,0)+IF(VLOOKUP(C7,Qt
r2!$C$7:$G$100,5,0)>=Qtr2!$D$4,1,0)+IF(VLOOKUP(C7,Qtr3!$C$7:$G$100,5,0)>=Qtr
3!$D$4,1,0)+IF(VLOOKUP(C7,Qtr4!$C$7:$G$100,5,0)>=Qtr4!$D$4,1,0))
 

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

Help: Mutiple conditions 3
Lookup - V Lookup 12
LookUp Function 2
Find Lookup? 14
LookUp with Mulitple Criteria 4
Lookup function problem 3
Lookup / countif functions 4
IF and LOOKUP Problems 2

Top