Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a list of thousands of SKU numbers (unique number identifing an item)
with each sku having several adjacent horizontal cells with information about that SKU. On a seperate work sheet, I have another list of the same SKU numbers but with different information in the adjacent horizontal cells. How do I combine into one spreadsheet so that all of the information associated with a SKU number will be on one spreadsheet ? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If the columns are IDENTICAL, just copy them. Or, You could use VLOOKUP
formulas and then copy/paste values. Or a macro -- Don Guillett Microsoft MVP Excel SalesAid Software "Tryn2excel" wrote in message ... I have a list of thousands of SKU numbers (unique number identifing an item) with each sku having several adjacent horizontal cells with information about that SKU. On a seperate work sheet, I have another list of the same SKU numbers but with different information in the adjacent horizontal cells. How do I combine into one spreadsheet so that all of the information associated with a SKU number will be on one spreadsheet ? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Sun, 22 Nov 2009 08:03:02 -0800, Tryn2excel
wrote: I have a list of thousands of SKU numbers (unique number identifing an item) with each sku having several adjacent horizontal cells with information about that SKU. On a seperate work sheet, I have another list of the same SKU numbers but with different information in the adjacent horizontal cells. How do I combine into one spreadsheet so that all of the information associated with a SKU number will be on one spreadsheet ? Copy one of the sheets over by right clicking on the sheet tab and selecting (move to end) being sure to also select the "make a copy" checkbox, and selecting the sheet you want it to get copied to (must be an also open workbook) from the drop down list. Then, you can insert vlookups in one sheet that calls up the data in the other, so that you can end up with it all in one view. If you only look at one record (SKU) at a time, you could make a sheet in front of those and use ALL Vlookups with it (all but one) to show all the data from those two sheets, but only for one SKU, and not the added visual clutter of all the other records as well. Meow |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to combine 200 spreadsheets | Excel Discussion (Misc queries) | |||
how do i combine two separate spreadsheets? | Excel Discussion (Misc queries) | |||
Combine information about products from 2 spreadsheets | Excel Worksheet Functions | |||
Combine Workbooks as separate worksheets | Excel Discussion (Misc queries) | |||
How can I combine 3 separate mailing list? | New Users to Excel |