Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I create a pivot table from a worksheet where there is row data like:
Date - Product - Quantity The pivot table shows the product in the rows and the date in the columns and finally display the sum of the quantity in the middle. (I hide the column for all the previous date and only keep the current date, but unfortunately I can only hide the other date as their quantities are used in the calculation) My problem is if I've got more than 255 dates (I want to display the information on one year) the last data are shrinked from the pivot table and I lose the information. I can still reverse rows and column (there are less than 255 products) but it hard to read the pivot table. Is there a way to copy only the displayed cells (not hidden) and paste them in the a different sheet. And moreover is it possible to invert the rows and columns? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Possibly select the table, then Edit=Goto=Special and select Visible
cells. then do your copy and paste to a new sheet. Depending on the size of the data, you can then copy this data, and on another sheet, do paste = Special and select transpose. -- Regards, Tom Ogilvy "xav" wrote in message oups.com... I create a pivot table from a worksheet where there is row data like: Date - Product - Quantity The pivot table shows the product in the rows and the date in the columns and finally display the sum of the quantity in the middle. (I hide the column for all the previous date and only keep the current date, but unfortunately I can only hide the other date as their quantities are used in the calculation) My problem is if I've got more than 255 dates (I want to display the information on one year) the last data are shrinked from the pivot table and I lose the information. I can still reverse rows and column (there are less than 255 products) but it hard to read the pivot table. Is there a way to copy only the displayed cells (not hidden) and paste them in the a different sheet. And moreover is it possible to invert the rows and columns? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
That seems to work fine. But is possible to create a sheet with 255
rows and 65000 columns instead of the opposite. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
the row and column dimensions are fixed. It has been announced that the
next version of excel will have a million rows and A to ZZZ columns (as I recall). -- Regards, Tom Ogilvy "xav" wrote in message oups.com... That seems to work fine. But is possible to create a sheet with 255 rows and 65000 columns instead of the opposite. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot Table Formatting - Total column headings/rows | Excel Discussion (Misc queries) | |||
How do I invert an Excel table (collumns become rows)? | Excel Worksheet Functions | |||
is there a limit to the # of rows in a pivot table? | Excel Discussion (Misc queries) | |||
Pivot table row fields limit vs. number of rows in use for Excel 2 | Excel Discussion (Misc queries) | |||
In a pivot table, can the avg of a column include rows w/o data? | Excel Discussion (Misc queries) |