Hello,
Hopefully you can help.
I have the following data on individual tabs within a workbook:
Sheet2[TABLE="width: 500"]
<TBODY>[TR]
[TD]Data
[/TD]
[/TR]
[TR]
[TD]4532
[/TD]
[/TR]
[TR]
[TD]6562
[/TD]
[/TR]
[TR]
[TD]4532
[/TD]
[/TR]
[TR]
[TD]9981
[/TD]
[/TR]
[TR]
[TD]1244
[/TD]
[/TR]
</TBODY>[/TABLE]
I desire a formula to pull all of the data within Column 1 and yield a list of the items without duplicates within one cell:
[TABLE="width: 500"]
<TBODY>[TR]
[TD]Sheet Name
[/TD]
[TD]Data
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Sheet2
[/TD]
[TD]4532,6562,9981,1244
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Sheet3
[/TD]
[TD]........
[/TD]
[TD][/TD]
[/TR]
</TBODY>[/TABLE]
Is this possible?
Thanks!!
Hopefully you can help.
I have the following data on individual tabs within a workbook:
Sheet2[TABLE="width: 500"]
<TBODY>[TR]
[TD]Data
[/TD]
[/TR]
[TR]
[TD]4532
[/TD]
[/TR]
[TR]
[TD]6562
[/TD]
[/TR]
[TR]
[TD]4532
[/TD]
[/TR]
[TR]
[TD]9981
[/TD]
[/TR]
[TR]
[TD]1244
[/TD]
[/TR]
</TBODY>[/TABLE]
I desire a formula to pull all of the data within Column 1 and yield a list of the items without duplicates within one cell:
[TABLE="width: 500"]
<TBODY>[TR]
[TD]Sheet Name
[/TD]
[TD]Data
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Sheet2
[/TD]
[TD]4532,6562,9981,1244
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Sheet3
[/TD]
[TD]........
[/TD]
[TD][/TD]
[/TR]
</TBODY>[/TABLE]
Is this possible?
Thanks!!