+ Reply to Thread
Results 1 to 4 of 4

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

  1. #1
    Registered User
    Join Date
    05-16-2013
    Location
    Costa Mesa, CA
    MS-Off Ver
    Excel 2007
    Posts
    3

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

    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)
    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!

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

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

    Hi spaz and welcome to the forum,

    Something like:
    =IF(D2>VLOOKUP(C2,Sheet1!$A$2:$B$4,2,FALSE),"Yes","No")
    should do ya.

    See the attached.
    VLookup Sales Met Yes No.xlsx
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  3. #3
    Registered User
    Join Date
    05-16-2013
    Location
    Costa Mesa, CA
    MS-Off Ver
    Excel 2007
    Posts
    3

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

    Thank you, and this is spot-on for what I asked for! However, there is one additional complication. Some people don't work every day. I already have a column that indicates if they worked (by referencing their hours for the day) by saying yes or no, but how do I have this column say "didn't work" if they didn't work?

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

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

    Entia non sunt multiplicanda sine necessitate

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 01-22-2016, 09:21 AM
  2. Replies: 1
    Last Post: 08-15-2014, 06:00 AM
  3. Replies: 4
    Last Post: 11-17-2013, 12:05 PM
  4. [SOLVED] How to USE """"" cells count """"" change font color
    By austin123456 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-09-2013, 06:14 AM
  5. Replies: 5
    Last Post: 10-12-2010, 06:46 AM
  6. Replies: 5
    Last Post: 06-26-2006, 09:23 PM
  7. Replies: 7
    Last Post: 05-13-2006, 05:02 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1