Turning numbers in to letters in a query/datasheet or calculated field after update of one field

jboymeng

New Member
Joined
Dec 3, 2014
Messages
14
Good day everyone!

I would like to ask your help with a code that turns a set of numbers in to a set of letters. For example 123.00=ABCXY but the thing is the code can change from 1234567890=ABCDEFGHIJ to 1234567890=POIUYTREWQ and with decimals being XY, X is for the tenths and Y is for the hundreths also the change depending on the code.

I have asked this same question in the "Excel questions" part of the Forum and was given a solution by 2 good gentlemen (Mr.István Hirsch and Mr.Rick Rothstein) and now I am moving from Excel to Access. I have tried to copy and paste the code but I don't really understand how it works hehe.

For more details please refer to the following post:
http://www.mrexcel.com/forum/excel-questions/821937-turning-numbers-into-letters-twist-end.html

Whether you can help or not, thank you for taking the time to read this.
Have a great day ahead.
 
Last edited:

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
i would make a table, that has field [letter] A-Z and [num] 1-0
associate each number to a letter then a simple lookup can swap them out.
 
Upvote 0

Forum statistics

Threads
1,215,016
Messages
6,122,700
Members
449,092
Latest member
snoom82

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top