I like to do the following in excel, not sure which function would be easy to achieve my objective:
In a cell, when I enter apple, i want it to calculate the value of the cell based on the values attached to the alphabets in my reference table.
Eg in the above case, when the user enters apple, i want to calculate and display in another cell the value of apple.
I have assigned the following value to the letters in my reference table:
a= 2, p=3, l=1, e=5
So the value should be apple (2+3+3+1+5) = 19
Thanks for the advice.
In a cell, when I enter apple, i want it to calculate the value of the cell based on the values attached to the alphabets in my reference table.
Eg in the above case, when the user enters apple, i want to calculate and display in another cell the value of apple.
I have assigned the following value to the letters in my reference table:
a= 2, p=3, l=1, e=5
So the value should be apple (2+3+3+1+5) = 19
Thanks for the advice.