Results 1 to 3 of 3

Thread: Excel VLOOKUP for blank cells

  1. #1

    Thread Starter
    Fanatic Member WorkHorse's Avatar
    Join Date
    Jul 2002
    Location
    Where you live.
    Posts
    591

    Excel VLOOKUP for blank cells

    IS it possible to do an Excel function to do a VLOOKUP for the next blank cell, or do I have to code my own function. I have a situation like where column A is Owner and Column D is Value. I need a cell to return the Value of the first item not owned (that is, the value of column D, for the first blank cell in column A). I tried using a blank cell and "" as the Lookup_value parameter in the VLOOKUP funtion, but it always returns "#N/A". It seems like an Excel funtion should be able to do this without me coding something myself. Any ideas?

    /I meant to post this in the VBA forum. Is there a way for me to move it?
    Last edited by WorkHorse; Aug 10th, 2005 at 09:45 PM. Reason: Should be in VBA forum.

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Excel VLOOKUP for blank cells

    Add a column with either '1' or '0' in it

  3. #3

    Thread Starter
    Fanatic Member WorkHorse's Avatar
    Join Date
    Jul 2002
    Location
    Where you live.
    Posts
    591

    Re: Excel VLOOKUP for blank cells

    Quote Originally Posted by dglienna
    Add a column with either '1' or '0' in it
    I don't understand where the 1 or 0 would come from or what I would do with the column. And I can't really add column to the existing for. It should be a contained function.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width