+ Reply to Thread
Results 1 to 2 of 2

IF statement with VLOOKUP

  1. #1
    Registered User
    Join Date
    01-29-2007
    Posts
    16

    IF statement with VLOOKUP

    Hi,

    I'm trying to return a list of values from a lookup table based on a reference value. Basically, if Column 2 in the lookup table is greater than or equal to reference value, return data in column 1.

    Any suggestions?? (See attached file).

    THANKS!
    Attached Files Attached Files
    Last edited by VBA Noob; 11-05-2008 at 05:18 PM.

  2. #2
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284
    Is this what you mean?

    =IF(VLOOKUP($A4,'look ups'!$A:$B,2,FALSE)>$B$1,VLOOKUP($A4,'look ups'!$A:$B,2,FALSE),"")

+ 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