+ Reply to Thread
Results 1 to 4 of 4

IF statement with V LOOKUP

  1. #1
    Registered User
    Join Date
    05-25-2010
    Location
    Deep South
    MS-Off Ver
    Excel 2007
    Posts
    14

    IF statement with V LOOKUP

    Good Afternoon,

    I have a v look up table but the rate calculation is contingent on whether or not the pay calculation in another cell exceeds 50,000 dollars. How do I add the if statement to read the salary cell then calculate the rate if it is over 50K?

    Thanks, BD6!


    Here is the formula...

    =VLOOKUP(B14,$A$1:$B$11,2)
    Last edited by bigduke6; 08-26-2010 at 10:14 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: IF statement with V LOOKUP

    Perhaps?

    =IF(A1>50000,VLOOKUP(B14,$A$1:$B$11,2),"")
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Contributor
    Join Date
    05-29-2009
    Location
    Kalgoorlie Australia
    MS-Off Ver
    Excel 2007/10
    Posts
    251

    Re: IF statement with V LOOKUP

    =if(b14>50000,vlookup(b14,$A$1:$B$11,2,"")
    assuming the input is in b14
    If you are still unsure please attach a copy, without personel details.
    regards
    Peter
    Last edited by peterjuhnke; 08-25-2010 at 05:19 PM.

  4. #4
    Registered User
    Join Date
    05-25-2010
    Location
    Deep South
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: IF statement with V LOOKUP

    Thanks Gents it works !!

    Regards, BD6

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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