Results 1 to 4 of 4

vlookup when value/text is not in left-most column

Threaded View

  1. #1
    Registered User
    Join Date
    11-12-2008
    Location
    melbourne
    Posts
    9

    vlookup when value/text is not in left-most column

    Hi, i have spent a day thinking about this, haven't found a solution.

    I have a list of possible text values (cells B5:B223) and want to find if any of these values occur in a table_array (cells C5:H223) which has plenty of empty cells. My understanding is that vlookup will search the left-most column (C), but what if some values don't appear in column C but appear for the first time in column D or H?

    My goal is to count the number of entries from column B that have at least one occurrence in the table_array.

    This is what i have so far:

    =IF(ISERROR(VLOOKUP(B5,$C$5:$H$223,1,FALSE))," ",VLOOKUP(B5,$C$5:$H$223,1,FALSE))

    Any help greatly welcomed.
    Last edited by NBVC; 11-12-2008 at 10:09 PM. Reason: added formula

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