Computing.Net > Forums > Office Software > Excel Formula for calculating point values

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Excel Formula for calculating point values

Reply to Message Icon

Name: bear908
Date: June 8, 2009 at 08:58:00 Pacific
OS: Windows XP
Subcategory: Microsoft Office
Comment:

Hi,

I'm trying to write a formula that will calculate "points" for a numeric value that is weighted when a user inputs a number in an adjacent cell.

For ex: a user gives a "4" to a characteristic which has a 15% weight, it translates to "12 points" or if a user gives a "2" to a 20% weighted characteristic, it gives "8 points". The weights add up to 100% but the total points don't have to (unless every characteristic has a "5" - the highest point value possible.)

If anyone can help, I'd appreciate it. Thanks



Sponsored Link
Ads by Google

Response Number 1
Name: DerbyDad03
Date: June 8, 2009 at 09:39:31 Pacific
Reply:

Based on your examples, the weight appears to be divided by 5 and then multiplied by the user input.

	   A	  B	  C	  D
1		 User		
2	Weight	Input	Score	Formula
3	  15	  4	  12	=A3/5*B3
4	  20	  2	   8	=A4/5*B4


0

Response Number 2
Name: bear908
Date: June 8, 2009 at 09:51:58 Pacific
Reply:

Thank you, sir. I knew the weight looked divisibile by 5, I just couldn't get my head wrapped around why. I thought the points would be calculated differently based on the different weighting.


0

Response Number 3
Name: DerbyDad03
Date: June 8, 2009 at 10:08:24 Pacific
Reply:

In essence, they are.

An input of 4 for a 15 weight is not as "important" as an input of 4 for a 20 weight - 12 vs 16 in the final calculation.

The only other way to make one question more important than another would be to have (for example) 1 - 5 as the available inputs for one question and 1 - 7 as the available inputs for another.

That's a lot more complicated especially if you are assigning text to the inputs (Very Unhappy, Somewhat Happy, Estatic, etc.)

It's also easier to modify the survey by changing the questions and the associated weightings than it is to change the questions and the number of available inputs.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Office Software Forum Home


Sponsored links

Ads by Google


Results for: Excel Formula for calculating point values

Excel Formula for cell with maximum value www.computing.net/answers/office/excel-formula-for-cell-with-maximum-value/9163.html

Excel formula for hiding zeros www.computing.net/answers/office/excel-formula-for-hiding-zeros/4184.html

Excell Formula www.computing.net/answers/office/excell-formula/7618.html