Replace list by list

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!

0 1 182
1 REPLY 1

Steve
Platinum 4
Platinum 4

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.

Top Labels in this Space