Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default VLookup in Excel 2003

Is there a way to look up a value from one cell to then take the result to
look up an additional cell? I would like to take the result of say :
VLOOKUP($A21,'BUYER GUIDE'!$A:$AO,2,FALSE) to then be able to look up an
additional value.

Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,311
Default VLookup in Excel 2003

This is pretty simple if you just do your VLOOLUPs in two separate cells.
Once you have them working, then you can combine them.

Ex.
in A1 you have your first VLOOKUP formula.
=VLOOKUP($A21,'BUYER GUIDE'!$A:$AO,2,FALSE)

Then in A2, you perform another VLOOKUP using A1's result as the lookup
value
=VLOOKUP(A1,'BUYER GUIDE'!$A:$AO,2,FALSE)

You would then copy the entire formula in A1 and replace the A1 in your
second formula:
=VOOKUP(VLOOKUP($A21,'BUYER GUIDE'!$A:$AO,2,FALSE),'BUYER
GUIDE'!$A:$AO,2,FALSE)

HTH,
Paul

--

"Loyer" wrote in message
...
Is there a way to look up a value from one cell to then take the result to
look up an additional cell? I would like to take the result of say :
VLOOKUP($A21,'BUYER GUIDE'!$A:$AO,2,FALSE) to then be able to look up an
additional value.

Thanks.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default VLookup in Excel 2003

This question seems to be coming up quite a bit lately:
http://www.contextures.com/xlFunctio...tml#IndexMatch

Either I see this question a lot or I try to apply the same solution to
different problems. I guess when you have a hammer in your hand, everything
looks like a nail!

Regards,
Ryan---
--
RyGuy


"Loyer" wrote:

Is there a way to look up a value from one cell to then take the result to
look up an additional cell? I would like to take the result of say :
VLOOKUP($A21,'BUYER GUIDE'!$A:$AO,2,FALSE) to then be able to look up an
additional value.

Thanks.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default VLookup in Excel 2003

Is there a simplier way of doing this. I have several of the same value to
look up and from there I wanted to find an additional value.

"ryguy7272" wrote:

This question seems to be coming up quite a bit lately:
http://www.contextures.com/xlFunctio...tml#IndexMatch

Either I see this question a lot or I try to apply the same solution to
different problems. I guess when you have a hammer in your hand, everything
looks like a nail!

Regards,
Ryan---
--
RyGuy


"Loyer" wrote:

Is there a way to look up a value from one cell to then take the result to
look up an additional cell? I would like to take the result of say :
VLOOKUP($A21,'BUYER GUIDE'!$A:$AO,2,FALSE) to then be able to look up an
additional value.

Thanks.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default VLookup in Excel 2003

I can't see your data, but I'm willing to bet you can do what you want to do
with a Pivot Table:
http://peltiertech.com/Excel/Pivots/pivottables.htm

http://www.contextures.com/tiptech.html
Look under P for Pivot Tables

Regards,
Ryan---


--
RyGuy


"Loyer" wrote:

Is there a simplier way of doing this. I have several of the same value to
look up and from there I wanted to find an additional value.

"ryguy7272" wrote:

This question seems to be coming up quite a bit lately:
http://www.contextures.com/xlFunctio...tml#IndexMatch

Either I see this question a lot or I try to apply the same solution to
different problems. I guess when you have a hammer in your hand, everything
looks like a nail!

Regards,
Ryan---
--
RyGuy


"Loyer" wrote:

Is there a way to look up a value from one cell to then take the result to
look up an additional cell? I would like to take the result of say :
VLOOKUP($A21,'BUYER GUIDE'!$A:$AO,2,FALSE) to then be able to look up an
additional value.

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
Excel 2003 VLookup Ran-off Excel Discussion (Misc queries) 2 September 14th 07 12:44 PM
Help with VLookup in Excel 2003 please Bertiesmum New Users to Excel 2 August 7th 05 12:37 AM
Help with vlookup in Excel 2003 Bertiesmum Excel Worksheet Functions 4 August 7th 05 12:34 AM
Help with VLookup in Excel 2003 please bertiesmum Excel Worksheet Functions 2 August 6th 05 01:21 PM
using a reference in vlookup with excel 2003 Gord Dibben Excel Worksheet Functions 0 October 28th 04 01:27 AM


All times are GMT +1. The time now is 07:58 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"