assigning ranks to number ranges

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

Guest

Hi,
Just wondering if anyone could tell me what formula I would need to use in
this instance:
If the value in one cell falls between a certain range (i.e 12-30), I would
like to transfer it to a number ranking (i.e 1) in the cell below.
Basically, what I am trying to do is turn ranges of scores into their
respective STEN scores.

Thanks in advance,
Nikki
 
Construct a table like:

0,0
12,1
31,2
etc.,

then invoke:

=LOOKUP(Value,Table)
 

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