Datatellsall2
New Member
- Joined
- Jul 17, 2018
- Messages
- 23
Hello,
I'm trying to calculate how to count unique values based on a column set. I only want to produce what's in column 2, and have the rest of the cells be blank. Please see below as an example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Unique Identifier [/TD]
[TD]Unique Value[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]101[/TD]
[TD]101[/TD]
[/TR]
[TR]
[TD]101[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]101[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thanks,
Matt
I'm trying to calculate how to count unique values based on a column set. I only want to produce what's in column 2, and have the rest of the cells be blank. Please see below as an example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Unique Identifier [/TD]
[TD]Unique Value[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]101[/TD]
[TD]101[/TD]
[/TR]
[TR]
[TD]101[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]101[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thanks,
Matt