Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
verify use of TIME Function, Find Quantity Level compare to time-d | Excel Discussion (Misc queries) | |||
Formula to find Stop Time from Start Time and Total Minutes | Excel Worksheet Functions | |||
How do I find data in separate worksheets and normalise? | Excel Worksheet Functions | |||
How do I compare data in two worksheets to find matching cells? | Excel Discussion (Misc queries) | |||
How do I compare data from 2 worksheets to find duplicate entries | Excel Discussion (Misc queries) |