+ Reply to Thread
Results 1 to 7 of 7

IF, VLOOKUP combination

  1. #1
    Registered User
    Join Date
    02-18-2014
    Location
    london, england
    MS-Off Ver
    Excel 2010
    Posts
    57

    IF, VLOOKUP combination

    Hello all,

    I need to list dates of people that have not yet accepted invitation.

    Sheet1 lists names (Column A), date invitation sent (Column B) and "Y" for accepted invitation (Column C).
    Sheet2 has matching names (Sheet1 Column A and Sheet2 Column B) and needs sent date input (Sheet1 Column B) IF it was not yet accepted (no "Y" in Column C)

    If I use vlookup, it gives me all dates, accepted invitation or not.

    Can you pease help me

    Thank you!
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,728

    Re: IF, VLOOKUP combination

    In B2 copied down:

    =IF(VLOOKUP(A2,Sheet1!$A$2:$C$18,3,0)="Y","",VLOOKUP(A2,Sheet1!$A$2:$B$18,2,0))
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    02-18-2014
    Location
    london, england
    MS-Off Ver
    Excel 2010
    Posts
    57

    Re: IF, VLOOKUP combination

    Doesn't work

    Function gives blanks only. I checked all spaces and typos.

  4. #4
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,463

    Re: IF, VLOOKUP combination

    Have you tried to drag B2 down? (copy and paste downward)
    Quang PT

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,728

    Re: IF, VLOOKUP combination

    Quote Originally Posted by LinaVa View Post
    Doesn't work
    Well, it does - on the sample you provided.
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    02-18-2014
    Location
    london, england
    MS-Off Ver
    Excel 2010
    Posts
    57

    Re: IF, VLOOKUP combination

    sorry, it does work. missed the $ signs in original file

    Thank you very much. This is extremely helpful.

  7. #7
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,728

    Re: IF, VLOOKUP combination

    No problem.

+ 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] IF-AND-OR-VLOOKUP Combination
    By sammymalta in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-13-2018, 08:15 AM
  2. IF-AND-OR-VLOOKUP Combination
    By sammymalta in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-13-2018, 08:07 AM
  3. Using VLOOKUP in combination with SQL
    By onkadonk in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-22-2015, 08:27 AM
  4. If and Vlookup combination?
    By Jon Snow in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-05-2014, 06:31 PM
  5. Combination of H & Vlookup??
    By giantwolf in forum Excel Formulas & Functions
    Replies: 37
    Last Post: 09-06-2005, 07:05 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