Hi @William Li ,
Here is the guide for that.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Dear Sirs,
I want to create formula in excel as follow:
A change to 4
B change to 3
C change to 1
D change to 2
E change to 4
.
.
.
Z change to 1
(i.e. Change English letters into number of strokes)
Hi @William Li ,
Here is the guide for that.
Hi @William Li
could you please explain the logic of your formula:
example:
why "A" and "E" change to 4
why "C" and "Z" change to 1
A and E's strokes are 4?? ? How did you write the letter? There is no formula can get the result you need directly.
If its simple as you ask,
just use 'replace' function in excel to replace the alphabets in whole sheet or Workbook..
Hopeful it helps
hi! @William Li
you can refer this excel file. i made for your Question :)
Download and open the file changeletters.xlsx,
See cells formula
result sheet
insert text to cell[A11] → B12~ changed
B12=IF(A11="","",MID(A11,SEQUENCE(1,LEN(A11)),1))
B13=IF(ISERROR(INDEX(〇Changelist!$A$1:$B$27,MATCH(B12,〇Changelist!$A:$A,0),2)),"",(INDEX(〇Changelist!$A$1:$B$27,MATCH(B12,〇Changelist!$A:$A,0),2)))