Guys,
I'm looking for a way to convert numerical value at first cell into text values at second cell since I need a text code which I can only decipher. I already made some research and only found =Spellnumber function (VBA) which convert the numerical value into word value. The =Spellnumber function is the closes to what I want to happen but not in word value but in text value.
Here is what I need to happen;
I have a secret words "WUNKY PREFIX" and each letter represent a number as shown below.
W = 1
U = 2
N = 3
K = 4
Y = 5
P = 6
R = 7
E = 8
F = 9
I = 0
X = .
When I input numerical value of 123.45 at A1 cell. The B1 cell will show WUNXKY.
Few more samples:
3467 = NKPR
83.562 = ENXYPU
25903.31 = UYFINXNW
887 = EER
11 = WW
I really appreciate for does who could help me. I need it to create a compilation of investment price, wholesale price, & retail price of each items. Thank you!
Bookmarks