Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default Using Vlookup where the Lookup Value also uses Vlookup

I have a table where 2 columns need to be populated with VLookup.
The column Lender Name references a table for its value using the Lender No
as a Lookup Value.
The Column Product references a table for its value using the Lender Name as
a Lookup Value. This causes an error to occur as a the Lender Name column
also uses VLookup.

Lender No. Lender Name Product
123 Citigroup Auto
123 CitiGroup Auto
456 ANZ Mortgage
456 ANZ Mortgage
789 Deutch Lease
789 Deutch Lease

Please help!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 58
Default Using Vlookup where the Lookup Value also uses Vlookup

Hi Reddy.

It should not really matter. I've done it many times where I've used the
vlookup formula and used as my look up value a value resulting from another
vlookup formula. There is something else driving the error.

Storm

"reddy" wrote:

I have a table where 2 columns need to be populated with VLookup.
The column Lender Name references a table for its value using the Lender No
as a Lookup Value.
The Column Product references a table for its value using the Lender Name as
a Lookup Value. This causes an error to occur as a the Lender Name column
also uses VLookup.

Lender No. Lender Name Product
123 Citigroup Auto
123 CitiGroup Auto
456 ANZ Mortgage
456 ANZ Mortgage
789 Deutch Lease
789 Deutch Lease

Please help!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,081
Default Using Vlookup where the Lookup Value also uses Vlookup

The most likely culprit is that the lender names returned by the first lookup
are not EXACTLY the same as the lender names in the second table


"reddy" wrote:

I have a table where 2 columns need to be populated with VLookup.
The column Lender Name references a table for its value using the Lender No
as a Lookup Value.
The Column Product references a table for its value using the Lender Name as
a Lookup Value. This causes an error to occur as a the Lender Name column
also uses VLookup.

Lender No. Lender Name Product
123 Citigroup Auto
123 CitiGroup Auto
456 ANZ Mortgage
456 ANZ Mortgage
789 Deutch Lease
789 Deutch Lease

Please help!

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Using Vlookup where the Lookup Value also uses Vlookup

Post both formulae that you are using, together with a more detailed
description of the tables you are using.

Pete

On Aug 15, 6:33*pm, reddy wrote:
I have a table where 2 columns need to be populated with VLookup. *
The column Lender Name references a table for its value using the Lender No
as a Lookup Value.
The Column Product references a table for its value using the Lender Name as
a Lookup Value. This causes an error to occur as a the Lender Name column
also uses VLookup.

Lender No. Lender Name Product
123 Citigroup Auto
123 CitiGroup Auto
456 ANZ Mortgage
456 ANZ Mortgage
789 Deutch Lease
789 Deutch Lease

Please help!


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default Using Vlookup where the Lookup Value also uses Vlookup

Both the columns reference the same table to obtain the values. The table
contains unique values for Lender No, Lender Name & Product.

"reddy" wrote:

I have a table where 2 columns need to be populated with VLookup.
The column Lender Name references a table for its value using the Lender No
as a Lookup Value.
The Column Product references a table for its value using the Lender Name as
a Lookup Value. This causes an error to occur as a the Lender Name column
also uses VLookup.

Lender No. Lender Name Product
123 Citigroup Auto
123 CitiGroup Auto
456 ANZ Mortgage
456 ANZ Mortgage
789 Deutch Lease
789 Deutch Lease

Please help!



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,081
Default Using Vlookup where the Lookup Value also uses Vlookup

Then duplicate the first VLOOKUP formula but change the 3rd argument to
reference the column that contains the product info

"reddy" wrote:

Both the columns reference the same table to obtain the values. The table
contains unique values for Lender No, Lender Name & Product.

"reddy" wrote:

I have a table where 2 columns need to be populated with VLookup.
The column Lender Name references a table for its value using the Lender No
as a Lookup Value.
The Column Product references a table for its value using the Lender Name as
a Lookup Value. This causes an error to occur as a the Lender Name column
also uses VLookup.

Lender No. Lender Name Product
123 Citigroup Auto
123 CitiGroup Auto
456 ANZ Mortgage
456 ANZ Mortgage
789 Deutch Lease
789 Deutch Lease

Please help!

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default Using Vlookup where the Lookup Value also uses Vlookup

As you said, I duplicated the first VLOOKUP formula but change the 3rd
argument to reference the column that contains the product info. It WORKED!
Thank you!!!

"Duke Carey" wrote:

Then duplicate the first VLOOKUP formula but change the 3rd argument to
reference the column that contains the product info

"reddy" wrote:

Both the columns reference the same table to obtain the values. The table
contains unique values for Lender No, Lender Name & Product.

"reddy" wrote:

I have a table where 2 columns need to be populated with VLookup.
The column Lender Name references a table for its value using the Lender No
as a Lookup Value.
The Column Product references a table for its value using the Lender Name as
a Lookup Value. This causes an error to occur as a the Lender Name column
also uses VLookup.

Lender No. Lender Name Product
123 Citigroup Auto
123 CitiGroup Auto
456 ANZ Mortgage
456 ANZ Mortgage
789 Deutch Lease
789 Deutch Lease

Please help!

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
lookup or vlookup [email protected] Excel Worksheet Functions 7 July 28th 08 11:53 PM
Help with lookup (vlookup) davidio Excel Worksheet Functions 1 July 27th 07 08:42 PM
Help with Lookup(), VLookup phil Excel Worksheet Functions 6 February 8th 07 01:06 AM
Lookup without VLOOKUP? J New Users to Excel 6 November 17th 05 06:57 AM
LOOKUP or VLOOKUP Bennie Excel Worksheet Functions 4 March 24th 05 07:45 PM


All times are GMT +1. The time now is 10:58 AM.

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

About Us

"It's about Microsoft Excel"