<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>I have the following score bands (column C) and their associated categories (column D). I also have a list of scores of several hundred individuals. For example, if there's an individual that scores 351 (cell A3) --they would be in the SMB category since it's between 0-1000 (excluding 1000). If someone scores just 3513 pts (Cell A4), they would be in the ENT category since it's above 3000 but not yet above 5000, which is the score you need to be in the next category, etc. etc--you get the gist. I have hundreds of rows of individual scores that are between 0 and 5,000 and would like to do a Vlookup on the score bands so I can see which category to put them in. Is there a Vlookup function that can tell me which category to put someone in? I'd rather do this than do multiple IF statements. Please help! Thank you in advance.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Column A[/TD]
[TD]Column B[/TD]
[TD]Column C[/TD]
[TD]Column D[/TD]
[/TR]
[TR]
[TD]Row 1[/TD]
[TD]SCORES[/TD]
[TD][/TD]
[TD]Category[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Row 2[/TD]
[TD]4130[/TD]
[TD]?[/TD]
[TD]SMB[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Row 3[/TD]
[TD]351[/TD]
[TD]?[/TD]
[TD]Grow[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]Row 4[/TD]
[TD]3513[/TD]
[TD]?[/TD]
[TD]MID[/TD]
[TD]2000[/TD]
[/TR]
[TR]
[TD]Row 5[/TD]
[TD]3[/TD]
[TD]?[/TD]
[TD]ENT[/TD]
[TD]3000[/TD]
[/TR]
[TR]
[TD]Row 6[/TD]
[TD]351[/TD]
[TD]?[/TD]
[TD]STRAT[/TD]
[TD]5000[/TD]
[/TR]
[TR]
[TD]Row 7[/TD]
[TD]511[/TD]
[TD]?[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Row 8[/TD]
[TD]331[/TD]
[TD]?[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Column A[/TD]
[TD]Column B[/TD]
[TD]Column C[/TD]
[TD]Column D[/TD]
[/TR]
[TR]
[TD]Row 1[/TD]
[TD]SCORES[/TD]
[TD][/TD]
[TD]Category[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Row 2[/TD]
[TD]4130[/TD]
[TD]?[/TD]
[TD]SMB[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Row 3[/TD]
[TD]351[/TD]
[TD]?[/TD]
[TD]Grow[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]Row 4[/TD]
[TD]3513[/TD]
[TD]?[/TD]
[TD]MID[/TD]
[TD]2000[/TD]
[/TR]
[TR]
[TD]Row 5[/TD]
[TD]3[/TD]
[TD]?[/TD]
[TD]ENT[/TD]
[TD]3000[/TD]
[/TR]
[TR]
[TD]Row 6[/TD]
[TD]351[/TD]
[TD]?[/TD]
[TD]STRAT[/TD]
[TD]5000[/TD]
[/TR]
[TR]
[TD]Row 7[/TD]
[TD]511[/TD]
[TD]?[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Row 8[/TD]
[TD]331[/TD]
[TD]?[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]