>I have an RFP I am working on. I am scoring 3 different companies on a
> variety of areas. Each area is weighted a certain percentage value. For
[quoted text clipped - 18 lines]
> help
> would be greatly appreciated!
Thanks for the response David! I think I may have asked the question wrong,
though. Column D will be a percentage. What I need to figure out is what
percentage Column C is of Column B. For example, if one area labled "Hours"
is weighted 10% and is scored a 5 (out of 5 possible points), Column D should
be 10%. So it would look like this:
A B C D
1 Area Weight Score Weighted
2 Hours 10% 5 10%
However, if "Hours" received a score of 2.5, column D would be 5%. It would
then look like this:
A B C D
1 Area Weight Score Weighted
2 Hours 10% 2.5 5%
Does that make sense? Do you have any thoughts?
> =SUMPRODUCT(B2:B4,C2:C4) gives the total in D5
>
[quoted text clipped - 22 lines]
> > help
> > would be greatly appreciated!
David Biddulph - 25 Sep 2007 19:31 GMT
If you're looking at the score out of your maximum of 5, change =B2*C2 to
=B2*C2/5, and format as percentage.
Note that this isn't "what percentage Column C is of Column B", but it seems
to be what you want.

Signature
David Biddulph
> Thanks for the response David! I think I may have asked the question
> wrong,
[quoted text clipped - 52 lines]
>> > help
>> > would be greatly appreciated!