celestedeeva
Programmer
- Aug 27, 2007
- 14
Hello all,
I will be receiving multiple Excel files - they will all have the same format as to where the data is as follows for each file:
Type 1 Name
12 John
12 Jane
12 Anyone
34 Mike
34 Celeste
Type 2 Name
45 John
45 Jane
45 Anyone
99 Mike
99 Celeste
In the above mentioned I have 5 records for underneath each type - this will be different for all files - some will have more than 5 and some will have less - basically I will not know the total number of records.
I need to create a label for each record that falls underneath each type for all the files in such a way that it will select all records despite number of records and be flexible so that it would accomodate the instances where total records are different for file received.
So if in file 1 I have:
Type 1 Name
12 John
12 Jane
12 Anyone
34 Mike
34 Celeste
Type 2 Name
45 John
45 Jane
45 Anyone
99 Mike
99 Celeste
and in file 2 I have:
Type 1 Name
12 John
12 Jane
Type 2 Name
45 John
45 Jane
45 Anyone
I would need to create a worksheet that would compile all the data as follows for labels:
Type 1 Name
12 John
12 Jane
12 Anyone
34 Mike
34 Celeste
12 John
12 Jane
Type 2 Name
45 John
45 Jane
45 Anyone
99 Mike
99 Celeste
45 John
45 Jane
45 Anyone
Any helpis greatly appreciated.
Celeste.
I will be receiving multiple Excel files - they will all have the same format as to where the data is as follows for each file:
Type 1 Name
12 John
12 Jane
12 Anyone
34 Mike
34 Celeste
Type 2 Name
45 John
45 Jane
45 Anyone
99 Mike
99 Celeste
In the above mentioned I have 5 records for underneath each type - this will be different for all files - some will have more than 5 and some will have less - basically I will not know the total number of records.
I need to create a label for each record that falls underneath each type for all the files in such a way that it will select all records despite number of records and be flexible so that it would accomodate the instances where total records are different for file received.
So if in file 1 I have:
Type 1 Name
12 John
12 Jane
12 Anyone
34 Mike
34 Celeste
Type 2 Name
45 John
45 Jane
45 Anyone
99 Mike
99 Celeste
and in file 2 I have:
Type 1 Name
12 John
12 Jane
Type 2 Name
45 John
45 Jane
45 Anyone
I would need to create a worksheet that would compile all the data as follows for labels:
Type 1 Name
12 John
12 Jane
12 Anyone
34 Mike
34 Celeste
12 John
12 Jane
Type 2 Name
45 John
45 Jane
45 Anyone
99 Mike
99 Celeste
45 John
45 Jane
45 Anyone
Any helpis greatly appreciated.
Celeste.