Results 1 to 13 of 13

Expanded Vlookup Issue

Threaded View

melegaunt Expanded Vlookup Issue 01-23-2009, 03:27 AM
JBeaucaire There's a UDF called VLOOKUPS... 01-23-2009, 04:13 AM
DonkeyOte The below is meant as an... 01-23-2009, 05:54 AM
melegaunt Awesome Thanks! 01-23-2009, 07:28 PM
melegaunt Hmm seems my example isnt... 01-23-2009, 08:17 PM
DonkeyOte Did you review the file I... 01-24-2009, 04:38 AM
melegaunt Actually I am trying to wrap... 01-25-2009, 12:52 AM
NBVC Another alternative... with... 01-25-2009, 01:18 AM
melegaunt Well thats exactly what I am... 01-25-2009, 01:25 AM
NBVC Here's a thread using a... 01-25-2009, 01:36 AM
melegaunt With the current setup, How... 01-25-2009, 02:27 AM
NBVC Actually, we can use a much... 01-25-2009, 10:33 AM
melegaunt Re: Expanded Vlookup Issue 01-27-2009, 12:27 AM
  1. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492
    There's a UDF called VLOOKUPS that does what you want. I installed it into your sheet and activated it in the range.

    http://home.pacbell.net/beban/

    The code for the functions are called:

    VLookups
    ArrayCountIf
    ArrayDimensions
    MakeArray

    They are copied into a standard module. Then you enter a standard VLOOKUP type formula:

    =VLOOKUPS($H$4,$B$4:$E$17,2)

    When you press Enter, a message will appear in the cell telling you how many
    cells downward you need to select.

    Highlight the cell and drag down enough cells below to complete the requested number (or more if you want expansion room), press F2, then CTRL-SHIFT-ENTER to activate the array.
    Attached Files Attached Files
    Last edited by JBeaucaire; 01-23-2009 at 04:16 AM.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

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