+ Reply to Thread
Results 1 to 3 of 3

Vlookup to comment NOT IN SYSTEM

  1. #1
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2013 PRO PLUS
    Posts
    3,705

    Vlookup to comment NOT IN SYSTEM

    File attached
    ( Expected results quoted too )

    Lookup A into E , if not finds , plug NOT IN SYSTEM
    Lookup A into EF , if it finds stock greater than 0 , plug HAVE
    Attached Files Attached Files

  2. #2
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Vlookup to comment NOT IN SYSTEM

    Try this
    B2=>
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    C2=>
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Regards

  3. #3
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.95 for Mac MS 365
    Posts
    8,684

    Re: Vlookup to comment NOT IN SYSTEM

    I know you marked as solved but in case you are open to an alternative and have a larger data set, these two formulas will offer a different approach...
    a) For B2 copied down =IF(IFERROR(VLOOKUP(A2,E:E,1,FALSE),"")="","NOT IN SYSTEM","")
    b) for C2 copied down =IFERROR(IF(VLOOKUP(A2,E:F,2,FALSE)=0,"","HAVE"),"")
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

+ 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. [SOLVED] VLOOKUP with Comment-Picture
    By MrZiegler in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 12-04-2018, 03:06 PM
  2. [SOLVED] Add Comment Based on adjacent cell value (vlookup?)
    By astinn in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-11-2015, 08:45 PM
  3. Putting the results of a vlookup into a cell's comment
    By trishcollins in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-24-2014, 04:38 PM
  4. Disable Delete Comment, Edit Comment, Show/Hide Comment
    By Shanthan in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-17-2013, 06:12 AM
  5. Vlookup a comment box with a picture in and view in userform
    By ebailey in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 09-12-2011, 12:14 PM
  6. Vlookup and Match for comment
    By czywrg in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-13-2007, 09:57 AM
  7. [SOLVED] Vlookup while pulling a cell color and comment
    By wendy in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-19-2006, 01:15 PM

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