Break Up Data

J

Jennifer

I'm trying to take a very large spreadsheet and make it into several
spreadsheets. I want to divide it at every change in a certain column. Sort
of like sub totaling, but instead of a sub total, I want it to all move to
another sheet. Is this possible?
 
S

Spiky

I'm trying to take a very large spreadsheet and make it into several
spreadsheets.  I want to divide it at every change in a certain column. Sort
of like sub totaling, but instead of a sub total, I want it to all move to
another sheet.  Is this possible?

Sure. You could:
-Move it manually. About a hundred different ways.
-Write VBA code to move it automatically. Probably using
AdvancedFilter.
-Write referencing formulas in the new spreadsheets to pull the data
in.

Pretty hard to say more unless you give more information. Like what
format is the data? How many sections are there to move? Are there
formulas already that need to be kept?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top