Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Displaying data from pivot in columns

I have a long pivot table with more than 50 records. Is there a way to
display or at least print the data by separating into 2 newspaper-like
columns (25 records for each column). The only options I can think of is
transferring to Word. Tahnks in advance!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,298
Default Displaying data from pivot in columns

not with the pivot diectly. cutting/pasting is a simplistic way. turn on the
macro recorder to repeat what you do.

In the past I've added a new field,"Page#" which repeats 1 25x then
incremenst to 2 for a count of 25
if my field is in column D, with D1 as tthe header, then D2 has the value 1
and D3 has the formula
=IF(COUNTIF($D$2:D2,D2)=25,D2+1,D2)
repeat the formula down the column

you can now use the Page number as the page field

Hope this gives you some ideas.




"Visakha" wrote:

I have a long pivot table with more than 50 records. Is there a way to
display or at least print the data by separating into 2 newspaper-like
columns (25 records for each column). The only options I can think of is
transferring to Word. Tahnks 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
Selecting data from columns and displaying them as rows chrisvail Excel Discussion (Misc queries) 2 October 7th 09 06:28 PM
Useform displaying all columns with data. jfcby Excel Programming 0 April 7th 09 03:38 AM
Displaying pivot cell underlying data watkincm Excel Discussion (Misc queries) 18 August 22nd 06 03:26 AM
Pivot Table (displaying data as a percentage) PJS Excel Discussion (Misc queries) 2 April 12th 06 02:06 AM
Displaying data in pivot tables rikky Excel Programming 0 October 22nd 04 12:21 PM


All times are GMT +1. The time now is 07:32 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"