Formula in Excel

William Li 1 Reputation point
2020-08-15T05:39:46.583+00:00

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)

Excel Management
Excel Management
Excel: A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.Management: The act or process of organizing, handling, directing or controlling something.
1,728 questions
{count} votes

5 answers

Sort by: Most helpful
  1. T. Kujala 8,721 Reputation points
    2020-08-15T06:49:37.613+00:00
    0 comments No comments

  2. Alexis Veras 16 Reputation points
    2020-08-15T16:56:33.703+00:00

    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

    0 comments No comments

  3. Emi Zhang-MSFT 25,631 Reputation points Microsoft Vendor
    2020-08-17T05:49:21.503+00:00

    A and E's strokes are 4?? ? How did you write the letter? There is no formula can get the result you need directly.

    0 comments No comments

  4. Hassan Mehmood Khan 6 Reputation points
    2020-09-18T16:05:10.437+00:00

    If its simple as you ask,

    just use 'replace' function in excel to replace the alphabets in whole sheet or Workbook..

    Hopeful it helps

    0 comments No comments

  5. Nobuko Ichimaru 316 Reputation points
    2020-10-09T07:40:45.783+00:00

    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)))

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.