I have a workbook with 19 tabs(sheets). Each tab has the same column headings but the data is different. I want to create a summary page which would list the name of each tab and unique count of data in column E of each tab.
The summary page would look something like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Tab name[/TD]
[TD]Unique values in column E for this tab[/TD]
[/TR]
[TR]
[TD]Sheet1[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]Sheet2[/TD]
[TD]25[/TD]
[/TR]
</tbody>[/TABLE]
The summary page would look something like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Tab name[/TD]
[TD]Unique values in column E for this tab[/TD]
[/TR]
[TR]
[TD]Sheet1[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]Sheet2[/TD]
[TD]25[/TD]
[/TR]
</tbody>[/TABLE]