Sum based on Text

yyasin

New Member
Joined
Dec 26, 2017
Messages
10
Hello,

I'm having a lot of trouble with this one so hoping someone can help.

I need a formula to sum a range of cells using the weighting below. I'd really appreciate any help with this.

1Needs Development
2Basic
3Intermediate
4Advanced
5Expert

<tbody>
</tbody>

Total ScoreTalent
Multiplier
Purpose
Driven
Principled
Agility
Results
Oriented
Strategic
Orientation
Managing
Complexity
Collaborative
Relationships
Risk
Mitigation
16Needs DevelopmentBasicBasicNeeds DevelopmentIntermediateBasicNeeds DevelopmentAdvanced

<tbody>
</tbody><colgroup><col><col><col><col><col><col span="4"></colgroup>


- Younes
 

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.
Hello Younes, welcome to MrExcel

If text is in range B2:I2 then try this formula to include all the information in the formula

=SUM(COUNTIF(B2:I2,{"Needs Development","Basic","Intermediate","Advanced","Expert"})*{1,2,3,4,5})

.....or if you have that table in Y2:Z6, e.g. Z2:Z6 for text values and Y2:Y6 for numbers and then use this version

=SUMPRODUCT(COUNTIF(B2:I2,$Z$2:$Z$6),$Y$2:$Y$6)
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,043
Messages
6,122,825
Members
449,096
Latest member
Erald

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