whats best way to achieve the following
in column B I have numbers that accumulate and some can be the same example
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]31
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]31
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]32
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]32
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]33
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]33
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]33
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]34
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]35
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]36
[/TD]
[/TR]
</tbody>[/TABLE]
I would like A1 to be the result of counting frequency ignoring the duplicates therefore in this case answer 6
in column B I have numbers that accumulate and some can be the same example
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]31
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]31
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]32
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]32
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]33
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]33
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]33
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]34
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]35
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]36
[/TD]
[/TR]
</tbody>[/TABLE]
I would like A1 to be the result of counting frequency ignoring the duplicates therefore in this case answer 6