Hi all,
I am wondering if there is any tool similar to "select", which would display a table with the unique values in a column and then would allow to rename them?
What I want to achieve is something similar to this:
Considering a simple table,
A will be transformed to UK, B to FR, C to BE, and D to CZ,
I know this can be achieved with a formula block, but in my original data I have to do >150 conversions, and using formulas does not seem too efficient.
I am also thinking about some sort of lookup table, but that would require firstly the construction of that lookup table, which does not seem too efficient either.
Cheers