- Mar 1, 2000
- 30,890
- 5,001
- 126
I have a table in a sheet "FILES"
What I want to happen is on additional sheets, one named for each type of code (lets say 90-110, so 20 sheets total) have all the rows that apply to that CODE.
So on sheet 108, I'd get the following rows:
On sheet 99 I'd get the following rows:
So on and so forth (I have 1000s of rows in the FILES sheet and need to separate them based on the CODE to individual pages.
Make sense?
Code:
FILENO CODE USER DATE COMMENT DATE_RECD BALANCE
640903 108 25 2011-01-26 aag notes 12/05/2010 5564.51
635932 108 23 2011-02-05 10/17/2010 1906.72
611245 99 25 2011-02-12 04/11/2010 8237.08
638622 99 12 2011-02-13 11/14/2010 12406
603839 91 25 2011-03-10 03/28/2010 6414.03
649496 99 15 2011-03-28 02/15/2011 2995.15
639838 91 16 2011-03-29 RETAINED? 11/28/2010 1477.91
What I want to happen is on additional sheets, one named for each type of code (lets say 90-110, so 20 sheets total) have all the rows that apply to that CODE.
So on sheet 108, I'd get the following rows:
Code:
FILENO CODE USER DATE COMMENT DATE_RECD BALANCE
640903 108 25 2011-01-26 aag notes 12/05/2010 5564.51
635932 108 23 2011-02-05 10/17/2010 1906.72
On sheet 99 I'd get the following rows:
Code:
FILENO CODE USER DATE COMMENT DATE_RECD BALANCE
611245 99 25 2011-02-12 04/11/2010 8237.08
638622 99 12 2011-02-13 11/14/2010 12406
649496 99 15 2011-03-28 02/15/2011 2995.15
So on and so forth (I have 1000s of rows in the FILES sheet and need to separate them based on the CODE to individual pages.
Make sense?
