Can I apply a "score" based on multiple cell values?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a table in Excel that lists various measurements of office
performance. I'd like to apply points for each level of value.

eg. if the value is <20% the score = 5 points; if it's >50% the score = 1
point...etc.

Ideally I have several points to add together to determine each office's
overall "score".

Thanks,
Alynn
 
Use tables, such as

M N
1 Score Pts
2 0 5
3 50.01 1
4 etc

and use a formula of =VLOOKUP(the_score,M1:N10,2)

and other similar formulae

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top