I have a table of data and I need to export that data to a CSV text file so it will be usable by a different program. However, I need to transform one of the fields that contains a unique six digit number that I generated in Excel. The transformation on each digit is always the same. For example: 1=>, 2=?, 3=@, 4=A, 5=B, 6=C, 7=D, 8=E, 9=F. The number 536854 would come out to be B@CEBA. I currently have a list of about 288 of these that need to be "transformed" for export.
Unfortunately, I don't know where to start and figured someone here could help. Thanks.
James
Unfortunately, I don't know where to start and figured someone here could help. Thanks.
James