View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pradeep Pradeep is offline
external usenet poster
 
Posts: 17
Default Split table into smaller tables & into different worksheets each

Hi,

I have data in a workbook that I need to split into different sheets.

I have a table that has (say) 500 records each for (say) colors Red, Green
and Yellow (totally 1500 records) in one table. This table needs to be split
into worksheets, and each sheet to have records only for each colour. I know
I can do a custom sort (for say records not equal to Red and Green) and
delete the non-relevant records, but I need to do this for very large tables.
Any help?