PC Review


Reply
Thread Tools Rate Thread

Combining arrays for a Lookup function

 
 
Blue Max
Guest
Posts: n/a
 
      20th Feb 2009
Is there a way to combine two named ranges, as if they were one, so it can
be used as an array argument in a lookup function? In other words, named
array-1 (A1:A5) combined with named array-2 (A10:A15) would become one
non-contiguous column (A1:A5, A10:A15) holding the continuous search values
for a LOOKUP function.

 
Reply With Quote
 
 
 
 
T. Valko
Guest
Posts: n/a
 
      20th Feb 2009
What would your lookup formula look like?

There is an add-in available that has a function that can do this but why
not just lookup as separate ranges?

--
Biff
Microsoft Excel MVP


"Blue Max" <(E-Mail Removed)> wrote in message
news:F1960CD1-3D1D-41AD-83A7-(E-Mail Removed)...
> Is there a way to combine two named ranges, as if they were one, so it can
> be used as an array argument in a lookup function? In other words, named
> array-1 (A1:A5) combined with named array-2 (A10:A15) would become one
> non-contiguous column (A1:A5, A10:A15) holding the continuous search
> values for a LOOKUP function.



 
Reply With Quote
 
Blue Max
Guest
Posts: n/a
 
      20th Feb 2009
Hello Biff,

Thank you for the reply. We're not sure what the LOOKUP formula would look
like except that the Lookup_Vector (or Table_Array) arguments would be two
non-contiguous ranges interpreted as one range (as if pasted together
without the space in between). In other words, the formula would look down
column one, jumping over the voids, as if it were one contiguous column.

There could be many applications for this, but one example would be
extracting employee names from two different tables (actually visual work
assignment schedules) in order to combine them in a third table (an
inservice attendance register) as one group of alphabetized employees. We
can perform this task using separate ranges, but the resulting table would
be easier to manage if we could treat the two non-contiguous ranges as a
single range.

Thanks,
Richard

**************
"T. Valko" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> What would your lookup formula look like?
>
> There is an add-in available that has a function that can do this but why
> not just lookup as separate ranges?
>
> --
> Biff
> Microsoft Excel MVP
>
>
> "Blue Max" <(E-Mail Removed)> wrote in message
> news:F1960CD1-3D1D-41AD-83A7-(E-Mail Removed)...
>> Is there a way to combine two named ranges, as if they were one, so it
>> can be used as an array argument in a lookup function? In other words,
>> named array-1 (A1:A5) combined with named array-2 (A10:A15) would become
>> one non-contiguous column (A1:A5, A10:A15) holding the continuous search
>> values for a LOOKUP function.

>
>


 
Reply With Quote
 
T. Valko
Guest
Posts: n/a
 
      20th Feb 2009
There is a free add-in called Morefunc.xll that has a function included with
it called ARRAY.JOIN that will do what you want.

Do a Google search on the add-in. Sometimes the authors website is fubar but
there are other sites where you can git it.

--
Biff
Microsoft Excel MVP


"Blue Max" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello Biff,
>
> Thank you for the reply. We're not sure what the LOOKUP formula would
> look like except that the Lookup_Vector (or Table_Array) arguments would
> be two non-contiguous ranges interpreted as one range (as if pasted
> together without the space in between). In other words, the formula
> would look down column one, jumping over the voids, as if it were one
> contiguous column.
>
> There could be many applications for this, but one example would be
> extracting employee names from two different tables (actually visual work
> assignment schedules) in order to combine them in a third table (an
> inservice attendance register) as one group of alphabetized employees. We
> can perform this task using separate ranges, but the resulting table would
> be easier to manage if we could treat the two non-contiguous ranges as a
> single range.
>
> Thanks,
> Richard
>
> **************
> "T. Valko" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> What would your lookup formula look like?
>>
>> There is an add-in available that has a function that can do this but why
>> not just lookup as separate ranges?
>>
>> --
>> Biff
>> Microsoft Excel MVP
>>
>>
>> "Blue Max" <(E-Mail Removed)> wrote in message
>> news:F1960CD1-3D1D-41AD-83A7-(E-Mail Removed)...
>>> Is there a way to combine two named ranges, as if they were one, so it
>>> can be used as an array argument in a lookup function? In other words,
>>> named array-1 (A1:A5) combined with named array-2 (A10:A15) would become
>>> one non-contiguous column (A1:A5, A10:A15) holding the continuous search
>>> values for a LOOKUP function.

>>
>>

>



 
Reply With Quote
 
Blue Max
Guest
Posts: n/a
 
      6th Mar 2009
Thanks T. It looks like a very interesting add-in. I believe I found the
author's (Laurent Longre) site at
http://xcell05.free.fr/morefunc/english/index.htm but the download link
seems to be defective at he moment. We will try latter.

Thank You,
Richard

**************
"T. Valko" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> There is a free add-in called Morefunc.xll that has a function included
> with it called ARRAY.JOIN that will do what you want.
>
> Do a Google search on the add-in. Sometimes the authors website is fubar
> but there are other sites where you can git it.
>
> --
> Biff
> Microsoft Excel MVP
>
>
> "Blue Max" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Hello Biff,
>>
>> Thank you for the reply. We're not sure what the LOOKUP formula would
>> look like except that the Lookup_Vector (or Table_Array) arguments would
>> be two non-contiguous ranges interpreted as one range (as if pasted
>> together without the space in between). In other words, the formula
>> would look down column one, jumping over the voids, as if it were one
>> contiguous column.
>>
>> There could be many applications for this, but one example would be
>> extracting employee names from two different tables (actually visual work
>> assignment schedules) in order to combine them in a third table (an
>> inservice attendance register) as one group of alphabetized employees.
>> We can perform this task using separate ranges, but the resulting table
>> would be easier to manage if we could treat the two non-contiguous ranges
>> as a single range.
>>
>> Thanks,
>> Richard
>>
>> **************
>> "T. Valko" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> What would your lookup formula look like?
>>>
>>> There is an add-in available that has a function that can do this but
>>> why not just lookup as separate ranges?
>>>
>>> --
>>> Biff
>>> Microsoft Excel MVP
>>>
>>>
>>> "Blue Max" <(E-Mail Removed)> wrote in message
>>> news:F1960CD1-3D1D-41AD-83A7-(E-Mail Removed)...
>>>> Is there a way to combine two named ranges, as if they were one, so it
>>>> can be used as an array argument in a lookup function? In other words,
>>>> named array-1 (A1:A5) combined with named array-2 (A10:A15) would
>>>> become one non-contiguous column (A1:A5, A10:A15) holding the
>>>> continuous search values for a LOOKUP function.
>>>
>>>

>>

>
>


 
Reply With Quote
 
T. Valko
Guest
Posts: n/a
 
      6th Mar 2009
Here's an alternative download site:

http://www.download.com/Morefunc/300...-10423159.html

--
Biff
Microsoft Excel MVP


"Blue Max" <(E-Mail Removed)> wrote in message
news:5C77D8F0-12AE-4F7D-86AE-(E-Mail Removed)...
> Thanks T. It looks like a very interesting add-in. I believe I found the
> author's (Laurent Longre) site at
> http://xcell05.free.fr/morefunc/english/index.htm but the download link
> seems to be defective at he moment. We will try latter.
>
> Thank You,
> Richard
>
> **************
> "T. Valko" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> There is a free add-in called Morefunc.xll that has a function included
>> with it called ARRAY.JOIN that will do what you want.
>>
>> Do a Google search on the add-in. Sometimes the authors website is fubar
>> but there are other sites where you can git it.
>>
>> --
>> Biff
>> Microsoft Excel MVP
>>
>>
>> "Blue Max" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> Hello Biff,
>>>
>>> Thank you for the reply. We're not sure what the LOOKUP formula would
>>> look like except that the Lookup_Vector (or Table_Array) arguments would
>>> be two non-contiguous ranges interpreted as one range (as if pasted
>>> together without the space in between). In other words, the formula
>>> would look down column one, jumping over the voids, as if it were one
>>> contiguous column.
>>>
>>> There could be many applications for this, but one example would be
>>> extracting employee names from two different tables (actually visual
>>> work assignment schedules) in order to combine them in a third table (an
>>> inservice attendance register) as one group of alphabetized employees.
>>> We can perform this task using separate ranges, but the resulting table
>>> would be easier to manage if we could treat the two non-contiguous
>>> ranges as a single range.
>>>
>>> Thanks,
>>> Richard
>>>
>>> **************
>>> "T. Valko" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>> What would your lookup formula look like?
>>>>
>>>> There is an add-in available that has a function that can do this but
>>>> why not just lookup as separate ranges?
>>>>
>>>> --
>>>> Biff
>>>> Microsoft Excel MVP
>>>>
>>>>
>>>> "Blue Max" <(E-Mail Removed)> wrote in message
>>>> news:F1960CD1-3D1D-41AD-83A7-(E-Mail Removed)...
>>>>> Is there a way to combine two named ranges, as if they were one, so it
>>>>> can be used as an array argument in a lookup function? In other
>>>>> words, named array-1 (A1:A5) combined with named array-2 (A10:A15)
>>>>> would become one non-contiguous column (A1:A5, A10:A15) holding the
>>>>> continuous search values for a LOOKUP function.
>>>>
>>>>
>>>

>>
>>

>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Combining Lookup function and Sum function Cameron Microsoft Excel Worksheet Functions 1 13th Jul 2009 02:19 AM
Combining 2 string arrays tshad Microsoft C# .NET 5 1st Aug 2008 09:33 PM
Combining multi-Dimension arrays =?Utf-8?B?TXIuIEppbmdsZXM=?= Microsoft VB .NET 1 6th Nov 2004 10:30 AM
Combining two arrays =?Utf-8?B?ZGFu?= Microsoft Excel Programming 2 5th Feb 2004 02:54 AM
Combining 3 Arrays David W Microsoft Excel Worksheet Functions 6 13th Aug 2003 07:39 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:32 PM.