Hy guys,


First of all sorry for my poor english language :|


I have a column with people names, and I want to change this names in numbers.

for example :

I have this column:

albert
mario
maria
albert
andrew
john
albert
maria
mario
john
andrew

now i want to transform this names in numbers

albert=210
mario=211
maria=212
andrew=213
john=214


my new column must look like this:

210
211
212
210
213
214
210
212
211
214
213

Thanks!!