Insert a new helper column before column A of your table array so your data
is in columns B and C....then in A1 put this and copy down........=B1&C1
then for your lookup formula on the lookup worksheet, use this in C1 and
copy down
=VLOOKUP(a1&b1,'TABLE ARRAY'!A:C,3,FALSE)
Vaya con Dios,
Chuck, CABGx3
> I am trying to match information in multiple columns (lookup value) to
> the same multiple columns in the table array. If the combinations
[quoted text clipped - 27 lines]
>
> Any help is greatly appreciated
Corrie - 07 Jan 2007 16:51 GMT
Wow. That seemed to work. Looking at what you suggested, I don't
understand the logic of it. Would you mind explaining why having
another column with B1&C1 would help find what you are looking for in
two different columns?
Thanks!
> Insert a new helper column before column A of your table array so your data
> is in columns B and C....then in A1 put this and copy down........=B1&C1
[quoted text clipped - 38 lines]
> >
> > Any help is greatly appreciated
CLR - 07 Jan 2007 17:44 GMT
You were interested only in rows that had a specific value in column A,
matching with another specific value in column B....well, by CONCATENATING
the two columns together in the lookup array, the VLOOKUP formula only has
to search one column (which is all it can do) to find a row with the
combination you're looking for..........
hth
Vaya con Dios,
Chuck, CABGx3
> Wow. That seemed to work. Looking at what you suggested, I don't
> understand the logic of it. Would you mind explaining why having
[quoted text clipped - 45 lines]
> > >
> > > Any help is greatly appreciated