J
Joe
I have two worksheets:
#1 contains client numbers and data.
client no. data
1 xyz
2 abc
3 def
4 wed
#2 contains client numbers and the employees attached to
the client.
client no employee
1 joe
1 tom
2 jim
3 ann
**Here's my problem! Is there a way to do a lookup on
spreadsheet # 1 to bring in the employee data from
spreadsheet #2 (a normal VLOOKUP) and if there are mutiple
employees to either concatenate the data->
client no employee
1 joe,tom
or put it into a new column -->
client no employee employee
1 joe tom
I have tens of thousands of data items and this is
becoming a major issue.
Thanks for you help!
-Joe
..
#1 contains client numbers and data.
client no. data
1 xyz
2 abc
3 def
4 wed
#2 contains client numbers and the employees attached to
the client.
client no employee
1 joe
1 tom
2 jim
3 ann
**Here's my problem! Is there a way to do a lookup on
spreadsheet # 1 to bring in the employee data from
spreadsheet #2 (a normal VLOOKUP) and if there are mutiple
employees to either concatenate the data->
client no employee
1 joe,tom
or put it into a new column -->
client no employee employee
1 joe tom
I have tens of thousands of data items and this is
becoming a major issue.
Thanks for you help!
-Joe
..