View Single Post
  #11   Report Post  
Posted to microsoft.public.excel.misc
Ken Wright
 
Posts: n/a
Default rows to different worksheet

When you create your pivot table you must i assume have a field in your data
that you would use to break the data out into sheets - lets call that field
xyz. Create your Pivot table just the way you want your report to look,
even though it probably contains data for all the values in field xyz.

Now drag field xyz into the page fields and your report will not have
changed at this point.

Now display the pivot table toolbar using view / Toolbars / Pivot table and
you may have to customise it to get it to display the 'Show pages' icon.
Once you find it, click it and it will give you a list of all the fields in
your page field section, and at the moment i would expect this to be just
field xyz. Click this, hit OK and it will instantly create a separate sheet
for every unique value in field xyz.

Regards
Ken....................


"Antonio" wrote in message
...
Hi Ken

Then I am doing something wrong......
Will try to figure out what!

Tks

"Ken Wright" wrote:

What takes so long? If you use a Pivot table and throw whatever field
you
want to use to give you the individual sheets into the page fields, then
just display the Pivot table toolbar and use the show pages option and
choose that field. In about 3 seconds it will create all 40 sheets for
you.

Regards
Ken..................

"Antonio" wrote in message
...
Hi, me again

Takes too long to do it manually, is there any "formula" to automate
the
task??

Kind regards


"Ken Wright" wrote:

Yes - Pivot table with a dynamic data source. Wouldn't consider any
other
method for that many sheets (other than maybe VBA, but personally
prefer
Pivots). Formulas will likely kill your workbook.

Regards
Ken.............................

"Antonio" wrote in message
...
Tks to both.

Both ways are workable. Problem is that each time I update the
information,
have to re-write the formulas, and copy paste to 40 diferent
worksheets.
Is there a way to, when sheet 1 is updated, all others are
automaticaly
updated also??

"Antonio" wrote:

Hi all

Need help for the following:

Have a worksheet with 3000 rows by 7 columns, filled with numbers
that
range
from 1 to 3000. Need a way to move a row to a different worksheet
if
the
number in one specific cell is either odd or even

Can anyone help?

Tks in advance