View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Richard Richard is offline
external usenet poster
 
Posts: 709
Default Splitting Data from One Worksheet to Many Automatically

Thanks Pete.

Without going into too much detail Column A would have categories such as
W01, W02, W03 etc, There would be many rows for each category. I just need
to know how to write a macro to remove or copy all rows with W01 into a
worksheet called W01 (with the macro also creating the worksheet), and then
does the same for W02, W03 etc. The worksheet that contains the full list of
data would be called Summary.

Thanks,
richard
"Pete_UK" wrote:

Yes, it is possible to do this. You could use formulae, but you would
need to fix the values within each of the subsidiary sheets before
sending them off to individuals. If you are doing this frequently it
might be better to use a macro.

Either way, you would need to supply more details of what data you
have and exactly what you want to do with it.

Hope this helps.

Pete

On Apr 27, 1:12 pm, Richard wrote:
Is it possible to split data from one worksheet to seperate worksheets based
on a criteria in Column A, e.g. day / month / surname / etc.

I have a master list of data which changes frequently and it is split into
seperate worksheets for individuals to review data specific to them. I want
to automate copying the data from the master schedule to the seperate
individual worksheets.

Thanks.
--
Richard


.