Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Worksheet Lookup Problems

I have a worksheet that contains a cell that I enter in different
company names such as (Costco, Sams Club, Jack n the Box). Each of
these companys has a seperate worksheet with their addresses that I
want to lookup. My question is: Can you create a macro that takes the
name in the "Company" cell and uses that name to refer to the
appropriate worksheet? And from their can you then use a lookup
function to lookup the appropriate data.

=IF(OR($B$3="",$A$8=""),"",VLOOKUP($A$8,INDIRECT($ B$3&"!A1:Z200"),2,FALSE))


This is the Formula that I have imputed into the cells I want looking
up information. This formula works perfectly with the Costco worksheet
but I recieved a #REF error when I try any other worksheet. B3 contains
the company name A8 contains the location # I also formated all of the
customer worksheets the same with all of the columns containing the
same data type. Any ideas?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 486
Default Worksheet Lookup Problems

Without trying it I think your problem stems from the company names having
spaces in them. You need to have single quotes around the Sheet name...

=IF(OR($B$3="",$A$8=""),"",VLOOKUP($A$8,INDIRECT(" '" &
$B$3&"'!A1:Z200"),2,FALSE))


--
HTH...

Jim Thomlinson


"cvach" wrote:

I have a worksheet that contains a cell that I enter in different
company names such as (Costco, Sams Club, Jack n the Box). Each of
these companys has a seperate worksheet with their addresses that I
want to lookup. My question is: Can you create a macro that takes the
name in the "Company" cell and uses that name to refer to the
appropriate worksheet? And from their can you then use a lookup
function to lookup the appropriate data.

=IF(OR($B$3="",$A$8=""),"",VLOOKUP($A$8,INDIRECT($ B$3&"!A1:Z200"),2,FALSE))


This is the Formula that I have imputed into the cells I want looking
up information. This formula works perfectly with the Costco worksheet
but I recieved a #REF error when I try any other worksheet. B3 contains
the company name A8 contains the location # I also formated all of the
customer worksheets the same with all of the columns containing the
same data type. Any ideas?


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 problems? Derrick Excel Discussion (Misc queries) 1 August 6th 09 06:04 PM
Lookup problems JaB Excel Worksheet Functions 2 September 22nd 05 12:33 PM
lookup problems nrussell New Users to Excel 9 May 31st 05 01:14 PM
Lookup problems thecuzin Excel Worksheet Functions 1 May 6th 05 01:04 PM
lookup problems Rob Excel Programming 0 August 25th 04 01:14 PM


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