Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello,
I have 4 seperate columns in one worksheet which I have create seperate pivot tabels for, I would like the columns corresponding to the pivot table to be dynamic. Do I make seperate Name for each set of data like below or can I make one Name capturing all the data. Need one for Customer, Parts, Priority also. Name: 'CCFeedback'!TableData Refers To: =OFFSET(CCFeedback1!$B$3,0,0,COUNTA(CCFeedback!$A: $A),1) Thanks in advance |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you are on Excel 2003, you don't need any volatile formula in order
to be dynamic. Just select the data range, including headers, and turn the range into a List by means of Data|List|Create List, then construct the pivot table from the list so created. Otherwise: Define TableData as referring to, assuming that the range of interest is in A:D, with A1:D1 housing headers... =CCFeedback!$A$2:INDEX(CCFeedback!$D$2:$D$65336,MA TCH(REPT("z",255),CCFeedback!$A$2:$A$65336)) CrimsonPlague29 wrote: Hello, I have 4 seperate columns in one worksheet which I have create seperate pivot tabels for, I would like the columns corresponding to the pivot table to be dynamic. Do I make seperate Name for each set of data like below or can I make one Name capturing all the data. Need one for Customer, Parts, Priority also. Name: 'CCFeedback'!TableData Refers To: =OFFSET(CCFeedback1!$B$3,0,0,COUNTA(CCFeedback!$A: $A),1) Thanks in advance |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Would this work if I am continously adding rows of data to the table, also
many of the workstartoins are not using excel 2003(still using 97) would this process still work??? Thanks. "Aladin Akyurek" wrote: If you are on Excel 2003, you don't need any volatile formula in order to be dynamic. Just select the data range, including headers, and turn the range into a List by means of Data|List|Create List, then construct the pivot table from the list so created. Otherwise: Define TableData as referring to, assuming that the range of interest is in A:D, with A1:D1 housing headers... =CCFeedback!$A$2:INDEX(CCFeedback!$D$2:$D$65336,MA TCH(REPT("z",255),CCFeedback!$A$2:$A$65336)) CrimsonPlague29 wrote: Hello, I have 4 seperate columns in one worksheet which I have to create seperate pivot tabels for, I would like the columns corresponding to the pivot table to be dynamic. Do I make seperate Name for each set of data like below or can I make one Name capturing all the data. Need one for Customer, Parts, Priority also. Name: 'CCFeedback'!TableData Refers To: =OFFSET(CCFeedback1!$B$3,0,0,COUNTA(CCFeedback!$A: $A),1) Thanks in advance |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The List functionality is not available in the versions preceeding Excel
2003. Reading a Excel 2003 list in an earlier version does not cause any trouble though. The list just becomes an ordinary range. CrimsonPlague29 wrote: Would this work if I am continously adding rows of data to the table, also many of the workstartoins are not using excel 2003(still using 97) would this process still work??? Thanks. "Aladin Akyurek" wrote: If you are on Excel 2003, you don't need any volatile formula in order to be dynamic. Just select the data range, including headers, and turn the range into a List by means of Data|List|Create List, then construct the pivot table from the list so created. Otherwise: Define TableData as referring to, assuming that the range of interest is in A:D, with A1:D1 housing headers... =CCFeedback!$A$2:INDEX(CCFeedback!$D$2:$D$65336, MATCH(REPT("z",255),CCFeedback!$A$2:$A$65336)) CrimsonPlague29 wrote: Hello, I have 4 seperate columns in one worksheet which I have to create seperate pivot tabels for, I would like the columns corresponding to the pivot table to be dynamic. Do I make seperate Name for each set of data like below or can I make one Name capturing all the data. Need one for Customer, Parts, Priority also. Name: 'CCFeedback'!TableData Refers To: =OFFSET(CCFeedback1!$B$3,0,0,COUNTA(CCFeedback! $A:$A),1) Thanks in advance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can you use multiple ranges in a function? | Excel Worksheet Functions | |||
Dynamic Named Ranges | Excel Discussion (Misc queries) | |||
rank/small with multiple ranges | Excel Discussion (Misc queries) | |||
How to Link named ranges from multiple Workbooks into a single Wo. | Excel Discussion (Misc queries) | |||
compare unique identifiers in multiple ranges | Charts and Charting in Excel |