Hi! I have a problem creating a formula for a dynamic column in my database.
A condensed version of the table below. What I want is a formula that checks if there are any shared ranks (same ranks) withing a segment, and if there is, put a star (*) infront of that rank. In my original table there are more critera than just "Segment", but hopefully any formula that could solve the below table can scale up.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Rank[/TD]
[TD]Segment[/TD]
[TD]Rank Adjusted (DYNAMIC COLUMN)[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]ALL[/TD]
[TD]*1[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]ALL[/TD]
[TD]*1[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]ALL[/TD]
[TD]*2[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]ALL[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]ALL[/TD]
[TD]*2[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]RE[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]RE[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]RE[/TD]
[TD]*3[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]RE[/TD]
[TD]*3[/TD]
[/TR]
</tbody>[/TABLE]
All the best!
A condensed version of the table below. What I want is a formula that checks if there are any shared ranks (same ranks) withing a segment, and if there is, put a star (*) infront of that rank. In my original table there are more critera than just "Segment", but hopefully any formula that could solve the below table can scale up.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Rank[/TD]
[TD]Segment[/TD]
[TD]Rank Adjusted (DYNAMIC COLUMN)[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]ALL[/TD]
[TD]*1[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]ALL[/TD]
[TD]*1[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]ALL[/TD]
[TD]*2[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]ALL[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]ALL[/TD]
[TD]*2[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]RE[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]RE[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]RE[/TD]
[TD]*3[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]RE[/TD]
[TD]*3[/TD]
[/TR]
</tbody>[/TABLE]
All the best!