+ Reply to Thread
Results 1 to 3 of 3

help with simple IF / VLOOKUP ?

  1. #1
    Forum Contributor
    Join Date
    04-14-2013
    Location
    Ky
    MS-Off Ver
    Excel 2013
    Posts
    344

    help with simple IF / VLOOKUP ?

    I have a column of text values in column C (over 600 rows), and a smaller list in column H (55 rows). I need a formula in column F, that takes the value in C, and if it is found in the list in H, will return either a YES or a 1, and if it is not found will return a NO or a 0.

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: help with simple IF / VLOOKUP ?

    in F1
    =NOT(ISNA(VLOOKUP(C1,H1:H55,1,0)))

    returns 1 and 0
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Contributor
    Join Date
    04-14-2013
    Location
    Ky
    MS-Off Ver
    Excel 2013
    Posts
    344

    Re: help with simple IF / VLOOKUP ?

    Thanks - I was trying to use IF with VLOOKUP, instead of NOT & ISNA...

+ 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. Simple vlookup
    By geddes_3 in forum Excel General
    Replies: 2
    Last Post: 10-28-2011, 11:55 AM
  2. How To Do Simple Vlookup?
    By doozidoesit in forum Excel General
    Replies: 10
    Last Post: 03-30-2011, 06:56 PM
  3. Simple Vlookup?
    By ringrim in forum Excel General
    Replies: 1
    Last Post: 08-20-2008, 01:38 PM
  4. Simple VLOOKUP...
    By compulsiveguile in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-16-2008, 09:10 AM
  5. Simple VLOOKUP question
    By magoobee in forum Excel General
    Replies: 2
    Last Post: 07-01-2007, 02:01 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