Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CrimsonPlague29
 
Posts: n/a
Default Dynamic Ranges--Multiple TableData??

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Aladin Akyurek
 
Posts: n/a
Default Dynamic Ranges--Multiple TableData??

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CrimsonPlague29
 
Posts: n/a
Default Dynamic Ranges--Multiple TableData??

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Aladin Akyurek
 
Posts: n/a
Default Dynamic Ranges--Multiple TableData??

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
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
How can you use multiple ranges in a function? solinar Excel Worksheet Functions 7 February 3rd 06 10:48 PM
Dynamic Named Ranges clane Excel Discussion (Misc queries) 5 October 13th 05 03:26 PM
rank/small with multiple ranges dave Excel Discussion (Misc queries) 2 March 23rd 05 04:48 PM
How to Link named ranges from multiple Workbooks into a single Wo. PMAP_HELP Excel Discussion (Misc queries) 1 December 14th 04 05:51 PM
compare unique identifiers in multiple ranges bawilli_91125 Charts and Charting in Excel 1 November 30th 04 06:34 PM


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