+ Reply to Thread
Results 1 to 2 of 2

Eliminate creating list that returns blank cells

  1. #1
    Marc Todd
    Guest

    Eliminate creating list that returns blank cells

    I am trying to create a new range that returns data from columns of an
    existing range without creating a list of blank cells. I used VLOOKUP but
    may have used it incorrectly as I changed the seach parameters in each
    descending cell in the column. Which function/formula do I use to return
    lookup data without creating a list filled with blank cells?

  2. #2
    Gord Dibben
    Guest

    Re: Eliminate creating list that returns blank cells

    Marc

    Use the correct mix of Absolute and Relative references in your VLOOKUP
    formulas.

    To absolutely fix the table range.....$A$1:$C$50

    To absolutely fix the lookup value.....$D$1

    Usually the lookup value cell is relative......D1 so it will change.

    =VLOOKUP(D1,$A$1:$C$50,2,0) will change to =VLOOKUP(D2,$A$1:$C$50,2,0)

    as you copy down.

    If I have misread your needs, post back and we can try again.


    Gord Dibben Excel MVP


    On Wed, 26 Jan 2005 10:31:05 -0800, Marc Todd
    <[email protected]> wrote:

    >I am trying to create a new range that returns data from columns of an
    >existing range without creating a list of blank cells. I used VLOOKUP but
    >may have used it incorrectly as I changed the seach parameters in each
    >descending cell in the column. Which function/formula do I use to return
    >lookup data without creating a list filled with blank cells?



+ Reply to Thread

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