Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default how do i find data in several worksheets at one time

I have one workbook for sterling silver jewellery. Within the workbook I have
several suppliers who each have their own worksheet with their products
listed and prices. I need to compare the prices from each supplier for one
item.
An example: Each supplier has an item called "Frog Earrings" and without
going through each worksheet how to I get the price from each supplier for
the "Frog Earrings", for comparison? Is there a way to do this?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 33
Default how do i find data in several worksheets at one time

I would probably lay it out with the jewelry description in column A and then
put several VLOOKUP functions in columns B,C,D, etc. depending how how many
suppliers you have.

Assuming you have Sheets called "Supplier 1", "Supplier 2", etc. with
descriptions in column A and prices in column B, the formula in B2 in your
"master" sheet for comparison would be: =VLOOKUP(A2,'Supplier
1'!$A$1:$B$500,2,0)

This will look for the value in A2 ("Frog Earrings") in the A column of the
Supplier 1 sheet and will return the price from the 2nd column (column B).

Similarly, you'll put a formula in column C of your master sheet for
supplier 3, etc.

If they don't have that item (or if it's spelled differently) you'll get an
#N/A error. It's probably better to use an item code or something like that.

I hope this helps!




--
Happy calculating!

If you like this answer, please click ''Yes.''




"kimmar62" wrote:

I have one workbook for sterling silver jewellery. Within the workbook I have
several suppliers who each have their own worksheet with their products
listed and prices. I need to compare the prices from each supplier for one
item.
An example: Each supplier has an item called "Frog Earrings" and without
going through each worksheet how to I get the price from each supplier for
the "Frog Earrings", for comparison? Is there a way to do this?

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,549
Default how do i find data in several worksheets at one time

My commercial Excel add-in "XL Companion" will do that.
Its Find and List feature creates a new worksheet listing all found items.
The list includes the sheet name and row number where found and
each item in the list is hyperlinked to the original data.

Email me direct and ask for the free trial version.
Remove xxx from my email address... james.coneXXX at comcast.netXXX
Please provide your real name and geographic location.
--
Jim Cone
Portland, Oregon USA



"kimmar62"

wrote in message
I have one workbook for sterling silver jewellery. Within the workbook I have
several suppliers who each have their own worksheet with their products
listed and prices. I need to compare the prices from each supplier for one
item.
An example: Each supplier has an item called "Frog Earrings" and without
going through each worksheet how to I get the price from each supplier for
the "Frog Earrings", for comparison? Is there a way to do this?

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
verify use of TIME Function, Find Quantity Level compare to time-d nastech Excel Discussion (Misc queries) 9 July 11th 07 01:58 PM
Formula to find Stop Time from Start Time and Total Minutes Jonathan Bickett Excel Worksheet Functions 5 March 7th 07 05:22 PM
How do I find data in separate worksheets and normalise? Ken Excel Worksheet Functions 0 October 26th 06 03:10 PM
How do I compare data in two worksheets to find matching cells? Gary Excel Discussion (Misc queries) 4 March 2nd 06 09:04 PM
How do I compare data from 2 worksheets to find duplicate entries Jack Excel Discussion (Misc queries) 2 August 16th 05 02:17 PM


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