Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello--
I have several sheets, Sheet1, Sheet2, Sheet3, etc. Each has a column of ID numbers in column A, some of which are duplicates across the sheets. I would like to create a master list of all ID numbers on another sheet called Master. Is there a relatively easy way to do this using formulas on the Master sheet? For example: Sheet1 A 99-1 100-3 500-4 Sheet 2 A 88-4 99-1 500-4 34-9 Sheet3 A 500-4 34-9 51-10 62-9 I'd like the Master sheet to have all of the ID numbers in one column (the order is not important): A 99-1 100-3 500-4 88-4 34-9 51-10 62-9 Thanks! Jason |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks! I've made the lists but I'm having trouble creating the Pivot
Table in my master sheet. I keep getting this message when I click Finish to create the pivot table: "This command requires at least two rows of source data. You cannot use the command on a selection in only one row...." What am I missing? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In step 1 of the Pivot Table Wizard
make sure you selected Multiple Consolidation Ranges. In step 2b, the three sheet ranges are listed as defined names. Insert Name Define Dat1 =Sheet1!$A$3:$B$6 Notice that the range includes a column to the right of the numbers and a row on top. I recommend that you start out using my file as a template, patching your data into it. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Does this help?
http://www.freefilehosting.net/download/3ej13 Regards, Ryan--- -- RyGuy "Herbert Seidenberg" wrote: In step 1 of the Pivot Table Wizard make sure you selected Multiple Consolidation Ranges. In step 2b, the three sheet ranges are listed as defined names. Insert Name Define Dat1 =Sheet1!$A$3:$B$6 Notice that the range includes a column to the right of the numbers and a row on top. I recommend that you start out using my file as a template, patching your data into it. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Spreadsheet combining data from 3 columns to 1 column | Excel Discussion (Misc queries) | |||
Combining 1 column into many columns | Excel Discussion (Misc queries) | |||
combining multiple columns into one column - enhancements | Excel Worksheet Functions | |||
Combining mutiple columns into one column | Excel Worksheet Functions | |||
Appending Values in the Legend | Charts and Charting in Excel |