MichaelLindsay
New Member
- Joined
- Aug 7, 2014
- Messages
- 6
Hi All,
Following scenario, I need to have a unique values list BUT I want to clear the duplicates but preserve the positions...
VBA code or formula or even GUI workaround would be greatly appreciated. Might be a very obvious answer, but I've been scratching my head about it.
<tbody>
</tbody>
<tbody>
</tbody>
Following scenario, I need to have a unique values list BUT I want to clear the duplicates but preserve the positions...
VBA code or formula or even GUI workaround would be greatly appreciated. Might be a very obvious answer, but I've been scratching my head about it.
Row1 (what I have) | Row2 (what I want) |
a | a |
a | |
b | b |
b | |
b | |
c | c |
d | d |
d | |
d | |
d | |
<tbody>
</tbody>
<tbody>
</tbody>