Here is the sample.
Yes, I would like it to show all results from all worksheets.
Main Topics
Browse All TopicsI have an Excel workbook that has 3 worksheets in it:
Parts1, Parts2, Parts3
The columns are:
Vendor, Part Number, Cost, Retail, Quantity, Location
I want a 4th. worksheet that I can enter a part number and it will search through the 3 worksheets and display the results in worksheet 4.
It is possible for their to be multiple results for the same Part Number, but not always. (For example, the same part number can be in multiple Bin Locations.)
I am a newbie at this, so detailed instructions would be appreciated.
I have tried using Vlookup, but it does not seem to do what I am looking for.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
The reason your vlookup didn't work is because if you search PARTS #, vlookup returns everything RIGHT of the first column... meaning VENDOR would be excluded. Also, vlookup cannot find double entries, meaning if two 1234 exists, it will stop working... and i'm assuming you might have two of the same parts from different vendors?
Try this... I have to remake your PARTS2 sheet though... for some odd reason, every cell in column A is not blank. It's a simple code.. Just looks long.
Put it through the VBE for the WORKBOOK and then run it.
Business Accounts
Answer for Membership
by: xellzPosted on 2009-09-21 at 05:33:59ID: 25382217
Is it possible for you to provide a little more detail? Or better yet, provide a sample workbook? Just some fake data and an example of how you want the 4th worksheet to look like would be great.
From your question above, I understand what you want to do, but I don't understand what you want returned as an output. For example... If you put in that you want to look for Part Number 1234, do you want the 4th worksheet showing Worksheet 1 has sixty 1234? the location? the quantity? vendor? everything?
So its best if you can provide a sample workbook or a more detailed explanation. But VLOOKUP should be a good solution, it might just be a mistake in your formula.
Thanks