Just need "yes" or "No" if someone hit quota.

thespasticone

New Member
Joined
Jul 11, 2014
Messages
3
So I think this is really easy, but I can't quite figure it out.
I have a book with multiple sheets.
(Using | below to show different columns) (cut out a lot of data points, but there is a lot more sales codes/quotas, and employees)
In one sheet I show the quota based on job title as such:
Sales Code |Quota
AM |$200.00
PT1 |$100.00
PT2 |$125.00

in another sheet i have individual sales people and performance, as such
Last Name |First Name |Classification |Sales |Quota Met?
Allbaugh |Joshua |AM |$4,000.00|

I just need the "quota met" column to reference the quota in sheet one, the performance in sheet two, and say "yes" or "no".

Help please!
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
A​
B​
C​
D​
E​
F​
G​
1​
Some other sheet
Sales Code
Quota
2​
AM
$200.00​
3​
PT1
$100.00​
4​
PT2
$125.00​
5​
6​
7​
This sheet
Last Name
First Name
Classification
Sales
Quota Met?
8​
Allbaugh Joshua AM
$4,000.00​
YesF8: =IF(E8 >= VLOOKUP(D8, $B$2:$C$4, 2, 0), "Yes", "No")
 
Upvote 0

Forum statistics

Threads
1,215,228
Messages
6,123,747
Members
449,118
Latest member
kingjet

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top