Formula For Gematria

Balcomie

New Member
Joined
Sep 19, 2013
Messages
32
Row A1 to Z26 has the letters A to Z and Row A2 to Z2 has the numbers 1 to 26 and each column is reduced to 3 characters, so I am looking for a formula that I can incorporate underneath "say" in Row 5 where using each box to place a letter of the sentence - The sun shines in Florida - directly under each letter the formula identifies the number value of each letter from area A1 to Z2 in other words as an example using the first word
"The" T = 20 - H = 8 - E = 5 and so on - I am not sure how I would deal with longer sentences which would use "say" rows 5 and 7 but I would appreciate some help on this
ABCDEFGHIJKLMNOPQRSTUVWXY
12345678910111213141516171819202122232425
TheSunShinesinFlorida
20851921141989145199146121518941
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
You're welcome.

Perhaps you could let us know in your Account Details which version of Excel you're using.

If you have 365, you can use a single formula

Excel Formula:
=LET(a,SUBSTITUTE(A1," ",""),b,MID(a,SEQUENCE(,LEN(a)),1),VSTACK(b,CODE(UPPER(b))-64))
 
Upvote 0

Forum statistics

Threads
1,225,624
Messages
6,186,068
Members
453,336
Latest member
Excelnoob223

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