cjackson10111
New Member
- Joined
- Feb 10, 2014
- Messages
- 2
I have a list of names/ phone numbers which is formatted as:
[TABLE="width: 500, align: left"]
<tbody>[TR]
[TD]First[/TD]
[TD]Last[/TD]
[TD]Phone 1[/TD]
[TD]Phone 2[/TD]
[TD]All[/TD]
[TD]Choir[/TD]
[TD]Youth[/TD]
[TD]etc.[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Smith[/TD]
[TD]910-111-1111[/TD]
[TD]910-111-1112[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Sara[/TD]
[TD]Green[/TD]
[TD]910-111-1113[/TD]
[TD][/TD]
[TD]x[/TD]
[TD][/TD]
[TD]x[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
All phone numbers are part of the "all" category (would be glad to delete if possible)
John Smith is a part of the list "all" and list "choir"
Sara Green is a part of list "all" and list "youth"
This information is used for a One Call system which sends out a phone call simultaneously to any of the groups selected. The company which manages this system requires the information to be sent to them in the format:
All
(910) 111-1111
(910) 111-1112
(910) 111-1113
Choir
(910) 111-1111
(910) 111-1112
Youth
(910) 111-1113
I would like to generate a table which compiles all of the numbers (about 300) into the list which will be sent to our One Call system.
I recently created a pivot table which creates this list, however it required the original table to be modified to:
[TABLE="width: 500"]
<tbody>[TR]
[TD]First[/TD]
[TD]Last[/TD]
[TD]Phone 1[/TD]
[TD]Phone 2[/TD]
[TD]Definition[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Smith[/TD]
[TD](910) 111-1111[/TD]
[TD] (910) 111-1112[/TD]
[TD] All[/TD]
[/TR]
[TR]
[TD]Sara[/TD]
[TD]Green[/TD]
[TD] (910) 111-1113[/TD]
[TD][/TD]
[TD] All[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Smith[/TD]
[TD] (910) 111-1111[/TD]
[TD](910) 111-1112[/TD]
[TD] Choir[/TD]
[/TR]
[TR]
[TD]Sara[/TD]
[TD] Green[/TD]
[TD] (910) 111-1113[/TD]
[TD][/TD]
[TD] Youth[/TD]
[/TR]
</tbody>[/TABLE]
This solution would require any persons involved in several groups to have duplicate entries for each group.
I had considered creating several "Definition" columns and a series of pivot tables; one for Definition 2: Youth, one for Definition 3: Youth, one for Definition 2: Choir; one for Definition 3: Choir, etc.
This seems like it may not be necessary, but it would generate the list I need, if I can generate several pivot tables whose location is relative to the table above it, which I have been unable to figure out.
Office 2010
Windows 7
[TABLE="width: 500, align: left"]
<tbody>[TR]
[TD]First[/TD]
[TD]Last[/TD]
[TD]Phone 1[/TD]
[TD]Phone 2[/TD]
[TD]All[/TD]
[TD]Choir[/TD]
[TD]Youth[/TD]
[TD]etc.[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Smith[/TD]
[TD]910-111-1111[/TD]
[TD]910-111-1112[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Sara[/TD]
[TD]Green[/TD]
[TD]910-111-1113[/TD]
[TD][/TD]
[TD]x[/TD]
[TD][/TD]
[TD]x[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
All phone numbers are part of the "all" category (would be glad to delete if possible)
John Smith is a part of the list "all" and list "choir"
Sara Green is a part of list "all" and list "youth"
This information is used for a One Call system which sends out a phone call simultaneously to any of the groups selected. The company which manages this system requires the information to be sent to them in the format:
All
(910) 111-1111
(910) 111-1112
(910) 111-1113
Choir
(910) 111-1111
(910) 111-1112
Youth
(910) 111-1113
I would like to generate a table which compiles all of the numbers (about 300) into the list which will be sent to our One Call system.
I recently created a pivot table which creates this list, however it required the original table to be modified to:
[TABLE="width: 500"]
<tbody>[TR]
[TD]First[/TD]
[TD]Last[/TD]
[TD]Phone 1[/TD]
[TD]Phone 2[/TD]
[TD]Definition[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Smith[/TD]
[TD](910) 111-1111[/TD]
[TD] (910) 111-1112[/TD]
[TD] All[/TD]
[/TR]
[TR]
[TD]Sara[/TD]
[TD]Green[/TD]
[TD] (910) 111-1113[/TD]
[TD][/TD]
[TD] All[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Smith[/TD]
[TD] (910) 111-1111[/TD]
[TD](910) 111-1112[/TD]
[TD] Choir[/TD]
[/TR]
[TR]
[TD]Sara[/TD]
[TD] Green[/TD]
[TD] (910) 111-1113[/TD]
[TD][/TD]
[TD] Youth[/TD]
[/TR]
</tbody>[/TABLE]
This solution would require any persons involved in several groups to have duplicate entries for each group.
I had considered creating several "Definition" columns and a series of pivot tables; one for Definition 2: Youth, one for Definition 3: Youth, one for Definition 2: Choir; one for Definition 3: Choir, etc.
This seems like it may not be necessary, but it would generate the list I need, if I can generate several pivot tables whose location is relative to the table above it, which I have been unable to figure out.
Office 2010
Windows 7