Is it possible to replace a list with another list?
for example:
first list - > {“a”,“b”,“c”,“d”}
second list - > {“1”,“2”,“3”,“4”}
And if I have a list like this - {“b”,“d”} I want to get a result like this {“2”,“4”}.
Thanks!
I’m not aware of any way to do this with lists. You might be able to do it if you were working with tables.
User | Count |
---|---|
28 | |
14 | |
4 | |
3 | |
3 |