Hi all,
There is a question in the Português do Brasil category, that got me thinking.
Is it possible to sort text data alphabetically on individual records/lines?
| A | B | C | D | E |
|---|---|---|---|---|
| T2 | R11 | > | R11 | T2 |
| T3 | E7 | > | E7 | T3 |
| R11 | T2 | > | R11 | T2 |
The result could be in a single cell; i.e., R11T2. The idea is to find similar records, for to supress them latter.
Thanks.