Hello,
I have a table countries and jobs in that country. I am looking to select the job and get all the countries that job is in. Example: select Janitor and the output will show USA,China and Canada
[TABLE="class: grid, width: 10"]
<tbody>[TR]
[TD]USA[/TD]
[TD]Spain[/TD]
[TD]China[/TD]
[TD]Canada[/TD]
[TD]Mexico[/TD]
[/TR]
[TR]
[TD]Janitor[/TD]
[TD]Payroll[/TD]
[TD]Janitor[/TD]
[TD]HR[/TD]
[TD]Manager[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Operator[/TD]
[TD]Payroll[/TD]
[TD]Janitor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Manager2[/TD]
[TD]DVP[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]HR[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Is this something excel can do or is this something only access can process?
Thank you for your help.
Rosa
I have a table countries and jobs in that country. I am looking to select the job and get all the countries that job is in. Example: select Janitor and the output will show USA,China and Canada
[TABLE="class: grid, width: 10"]
<tbody>[TR]
[TD]USA[/TD]
[TD]Spain[/TD]
[TD]China[/TD]
[TD]Canada[/TD]
[TD]Mexico[/TD]
[/TR]
[TR]
[TD]Janitor[/TD]
[TD]Payroll[/TD]
[TD]Janitor[/TD]
[TD]HR[/TD]
[TD]Manager[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Operator[/TD]
[TD]Payroll[/TD]
[TD]Janitor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Manager2[/TD]
[TD]DVP[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]HR[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Is this something excel can do or is this something only access can process?
Thank you for your help.
Rosa