Alpha coding

alliswell

Board Regular
Joined
Mar 16, 2020
Messages
190
Office Version
  1. 2007
Platform
  1. Windows
  2. Mobile
Screenshot_20230508-110602.jpg


a b c d e f g h i j k l m
n o p q r s t u v w x y z

Hi everybody !
In a1 is some coding.
In b1 whenever i write "a" i shud get "n" & if i write "n" i shud get "a". For example i want to write "hello" it shud get converted to "uryyb" because above in alphabets below h is u, below e is r, below l is y and anove o is b that becomes hello when converted in coding language.

Try with formula plz

Thanks & regards to all my mrexcel team
 
Hi peter
Can you provide me the same formula for royal kings too plz.
royalkings
1234567890
When i type r i must get 1 and whenever i type 1 i must get r. Both ways working will be easier for me to print on labels quickly.
You don't need a different formula. Use the same formula. Just put ..
royalkings
1234567890
.. into cell A1 with an Alt-Enter between as before.

alliswell.xlsm
AB
1royalkings 1234567890
2
3
4singor078921
52468oakn
Coding (2)
Cell Formulas
RangeFormula
B4:B5B4=LET(s,SUBSTITUTE(A$1,CHAR(10),""),m,LEN(s)/2,c,MID(A4,SEQUENCE(LEN(A4)),1),p,FIND(c,s),CONCAT(IFERROR(MID(s,MOD(p-1,m)+1+m*(p<=m),1),c)))
 
Upvote 0

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).

Forum statistics

Threads
1,215,026
Messages
6,122,738
Members
449,094
Latest member
dsharae57

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