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

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
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,224,698
Messages
6,180,423
Members
452,981
Latest member
MarkS1234

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