Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Nir Nir is offline
external usenet poster
 
Posts: 36
Default vlookup on 3 different tables - please HELP

Hi
I have a value that can be found in coulmn A of 3 different tables, i would
like to perform the lookup on the 3 tables. can it be done without unifying
the tables?

thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default vlookup on 3 different tables - please HELP


can or may
if you mean it might be in table 1 and stop use something like

=VLOOKUP(C1,IF(ISNA(VLOOKUP(C1,tab1,2,0)),tab2,tab 1),2,0)

Don Guillett
SalesAid Software

"Nir" wrote in message
...
Hi
I have a value that can be found in coulmn A of 3 different tables, i
would
like to perform the lookup on the 3 tables. can it be done without
unifying
the tables?

thanks



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default vlookup on 3 different tables - please HELP

=IF(ISNA(VLOOKUP(value,table1,2,FALSE)),IF(ISNA(VL OOKUP(value,table2,2,FALSE
)),
IF(ISNA(VLOOKUP(value,table3,2,FALSE)),"Not found",
VLOOKUP(value,table3,2,FALSE)),VLOOKUP(value,table 2,2,FALSE)),VLOOKUP(value,
table1,2,FALSE))

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Nir" wrote in message
...
Hi
I have a value that can be found in coulmn A of 3 different tables, i

would
like to perform the lookup on the 3 tables. can it be done without

unifying
the tables?

thanks



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 256
Default vlookup on 3 different tables - please HELP

If the free add-in Morefunc.xll is downloaded and installed, then
something like the following formula can be used...

=VLOOKUP(B2,THREED('Sheet1:Sheet3'!$A$2:$B$100),2, 0)

Alternatively, let A2:A4 contain the sheet names, then try the following
formula which needs to be confirmed with CONTROL+SHIFT+ENTER, not just
ENTER...

=VLOOKUP(B2,INDIRECT("'"&INDEX($A$2:$A$4,MATCH(TRU E,COUNTIF(INDIRECT("'"&
$A$2:$A$4&"'!A2:A100"),B2)0,0))&"'!A2:B100"),2,0)

The add-in can be downloaded here...

http://xcell05.free.fr/

Hope this helps!

In article ,
Nir wrote:

Hi
I have a value that can be found in coulmn A of 3 different tables, i would
like to perform the lookup on the 3 tables. can it be done without unifying
the tables?

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
VlookUP Multiple tables joeldsmt Excel Discussion (Misc queries) 26 July 19th 06 02:46 AM
VLookup a Vlookup adamb2000 Excel Worksheet Functions 4 June 28th 06 10:54 PM
VLOOKUP Limitations chris_manning Excel Worksheet Functions 2 August 9th 05 06:23 PM
VLookUp Tables Louise Excel Worksheet Functions 5 March 9th 05 04:01 PM
vlookup data hidden within worksheet Excel Worksheet Functions 0 January 26th 05 12:09 PM


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