Formula help needed

TMILJVIPM

Board Regular
Joined
Aug 6, 2011
Messages
72
Hello All!
I need help with a formula.
In cell L2 im needing it to calculate words in the cell range E2:k2 and turn the words into a number but also total the sum of each value. For example if cell E2 has "Excellent" then its value is 4, and if cell F2 has "Above" then its value is 3, and the if cells G2, H2, I2, J2, K2 all have "Average" then each cell would get a value of 2. So in sum cell L2 would show the total value score of 17.

excellent = 4
Above = 3
Average = 2
Below = 1
Unacceptable = 0

Hopefully this makes sense and I explained it well. Thanks for any help in advance!
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
MrExcelPlayground6.xlsx
EFGHIJKL
1
2ExcellentExcellentAverageBelowAboveUnacceptableAverage16
3
4
5Excellent4
6Above3
7Average2
8Below1
9Unacceptable0
Sheet24
Cell Formulas
RangeFormula
L2L2=SUM(VLOOKUP(E2:K2,E5:F9,2,FALSE))
 
Upvote 0
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
 
Upvote 0
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
I sure will do this as soon as I finish my project. Thanks for the advice.
 
Upvote 0

Forum statistics

Threads
1,215,844
Messages
6,127,245
Members
449,372
Latest member
charlottedv

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