#1   Report Post  
Posted to microsoft.public.excel.misc
Jim Jim is offline
external usenet poster
 
Posts: 615
Default vlookup

Hello,

Am I able to reference three cells using a vlookup?

i would like to join the cells similiar to a formula that uses &

Any help?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default vlookup

You overwhelmed us with information ! <g

Do you mean something like this:

=VLOOKUP(...)&VLOOKUP(...)&VLOOKUP(...)

--
Biff
Microsoft Excel MVP


"Jim" wrote in message
...
Hello,

Am I able to reference three cells using a vlookup?

i would like to join the cells similiar to a formula that uses &

Any help?

Thanks



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 698
Default vlookup

Hi Jim,

Do you want to reference three cells as the lookup values and return a
single value or do you want to return three different cells value from a
single lookup value.

I believe either is possible, either with SUMPRODUCT for the first instance
(Maybe with a Pivot Table but I'm weak on that) or and array entered VLOOKUP
for the second.

I think I can get the second instance to work with a formula something like
this:

=VLOOKUP(A1,B1:E10,{2,3,4},0)

Where you select three cells in the same row and while still selected enter
the formula above, then commit with Ctrl + Shift + Enter. Excel will put
curly bracket around the formula, don't enter them yourself.

A1 = The lookup value. (Could be from a drop down list in A1)
B1:B10 = a list of the lookup values.
C1:E10 contains the info you want to return for that lookup value.

If you need to change the lookup value cell or the lookup range, you will
need to select those three cells again and make the changes and commit with
Ctrl + Shift + Enter again.

HTH
Regards,
Howard

"Jim" wrote in message
...
Hello,

Am I able to reference three cells using a vlookup?

i would like to join the cells similiar to a formula that uses &

Any help?

Thanks



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default vlookup

Hi Jim

When you have multiple cells to be looked up you can try the array formula
using INDEX() MATCH()....

Col A Col B Col C
Rank Name Office
1 Tom R Bath
2 Katy C Bath
3 Nigel G Bath
4 Pete R Bath
1 Tony A London
2 John B London
3 Mary C London
4 Jane D London

In the above example if you want to find out the name of the person holding
first rank from London..Please note that this is an array formula. You create
array formulas in the same way that you create other formulas, except you
press CTRL+SHIFT+ENTER to enter the formula. If successful in 'Formula Bar'
you can notice the curly braces at both ends like "{=<formula}"

=INDEX($B$1:$B$10,MATCH(1,($A$1:$A$10=1)*($C$1:$C$ 10="London"),0))

--
Jacob


"Jim" wrote:

Hello,

Am I able to reference three cells using a vlookup?

i would like to join the cells similiar to a formula that uses &

Any help?

Thanks

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
If (Vlookup 0) working, but what if Vlookup cell does not exist Steve Excel Worksheet Functions 18 November 18th 09 07:33 PM
VLookUp - Does the VLookUp return the exact information? Cpviv Excel Worksheet Functions 2 October 28th 08 09:57 AM
Vlookup in vlookup - taking the result as array name SupperDuck Excel Worksheet Functions 2 June 2nd 07 11:05 AM
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) MikeR-Oz New Users to Excel 1 March 22nd 06 09:01 AM
Vlookup info being used without vlookup table attached? Excel Worksheet Functions 0 January 25th 05 10:43 AM


All times are GMT +1. The time now is 04:24 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"