Selectig a cell based on > and <

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

Guest

For each runner I need o plac ethem into a group based on thier time in a
mile. For instance a runner with a time of 5:23 would be placed in group 1,
all runners who ran > 5:00 and < 5:30.

I have 30 groups and a few hundred runers to deal with. Ideally what I want
to do is select their name, type in their time and have the group indentifier
appear in an adjacent cell.

Thanks
 
Build a lookup Table listing floor value for each group and group # in
D1:E30 (for example)
Assuming runners' performance (5'23") is in B1, enter the following formula
in C1:
=VLOOKUP(B1,$D$1:$E$30;2;1)

See example: http://cjoint.com/?dloK18mcrc

HTH
 

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