Hi Everyone,
I have a database of 10k+ words.
My goal is to count how many times a letter appears in each of the words.
For example: Apples contains 1 (a) 2 (p) 1 (L) and 1 (e) 1 (s)
My original idea was to create 26 fields, 1 for each English letter. I can’t seem to figure out a formula that can do this.
Secondly I’d like to then have a table that is able to take the most common letters and display the most common words of various lengths that already exist within my database.
Is this possible?
