Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default VLOOK ups accross Multiple Tabs

Hi I am a newbie to the forum and have a question about VLookups across tabs
in the same worksheet.

I am trying to do the following:

€¢ Look up values in a data dump and pull values by unique identifier to
populate cells in another tab.
€¢ There can be multiple values for the same unique identifier.

I have tried the following but it doesnt seem to work:

=vlookup(B2, €˜worksheet2!1:65536, €˜worksheet2!5, FALSE)

Plus it doesnt handle the multiple values for the same unique identifier
issue.

Any help would be much appreciated!! Thanks!


  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,346
Default VLOOK ups accross Multiple Tabs

Hi,

Your question refers to multiple tabs but your formula is only for worksheet2?

1. You can't use a single VLOOKUP to pull data from multiple tabs.
2. You can't use a standard VLOOKUP to return multiple results in general.
3. It is probably a bad idea to use a referece like 1:65536. The
references the entire worksheet which tends to slow VLOOKUP down.
4. It is not at all clear what your 3rd argument means - worksheet2!5 ?

What kind of results could be returned based on your data and how would you
want them returned? If there were two results would you want them added
together (numerical results) or concatenated in one cell or in multiple cells?

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Kyaba" wrote:

Hi I am a newbie to the forum and have a question about VLookups across tabs
in the same worksheet.

I am trying to do the following:

€¢ Look up values in a data dump and pull values by unique identifier to
populate cells in another tab.
€¢ There can be multiple values for the same unique identifier.

I have tried the following but it doesnt seem to work:

=vlookup(B2, €˜worksheet2!1:65536, €˜worksheet2!5, FALSE)

Plus it doesnt handle the multiple values for the same unique identifier
issue.

Any help would be much appreciated!! 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
How do i use the same cell name accross multiple tab names in a wo Paul Excel Discussion (Misc queries) 10 December 16th 08 02:35 PM
SumIf accross multiple worksheets Karen53 Excel Worksheet Functions 6 August 23rd 07 08:01 AM
COUNTIF Accross Multiple Columns with AND [email protected] Excel Discussion (Misc queries) 6 October 2nd 06 04:11 PM
Sumproduct accross multiple sheets guilbj2 Excel Discussion (Misc queries) 1 September 10th 05 12:11 AM
Tabs accross of bottom of sheet are not showing robert Excel Discussion (Misc queries) 3 April 22nd 05 09:29 PM


All times are GMT +1. The time now is 08:49 PM.

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"