+ Reply to Thread
Results 1 to 3 of 3

VLOOKUP question

  1. #1
    Tom Weston
    Guest

    VLOOKUP question

    Hi
    Can vlookup return more than 1 column?

    If not how could I return more than 1 column?

    hopefully
    Tom



  2. #2
    Jim May
    Guest

    Re: VLOOKUP question

    vlookup generally returns a single cell value;
    provide more specifics of what you have and want, please...



    "Tom Weston" <t.m.weston@dl.ac.uk> wrote in message
    news:dsi2j8$he4$1@blackmamba.itd.rl.ac.uk...
    > Hi
    > Can vlookup return more than 1 column?
    >
    > If not how could I return more than 1 column?
    >
    > hopefully
    > Tom
    >
    >




  3. #3
    L. Howard Kittle
    Guest

    Re: VLOOKUP question

    Hi Tom,

    Give this a try to return three columns. Will work with more than three,
    don't know the limit, if any.

    Select three cells in a row. While selected, type in this formula and array
    enter, CTR + SHIFT + ENTER.

    =VLOOKUP(F1,A1:D5,{2,3,4},)

    Returns column 2, 3 and 4 of the Table Array A1:D5. If you make changes to
    the formula you will need to select all three cells that have the formula in
    them, and array enter when exiting after changes.

    If you want all the returns in one cell something like this perhaps.

    =VLOOKUP(F1,A1:D5,2,0)&VLOOKUP(F1,A1:D5,3,0)&VLOOKUP(F1,A1:D5,4,0)

    HTH
    Regards,
    Howard

    "Tom Weston" <t.m.weston@dl.ac.uk> wrote in message
    news:dsi2j8$he4$1@blackmamba.itd.rl.ac.uk...
    > Hi
    > Can vlookup return more than 1 column?
    >
    > If not how could I return more than 1 column?
    >
    > hopefully
    > Tom
    >
    >




+ 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