So let's say I have a table that is going to have different numbers in rows listed in a single column, like below.
23
31
6
18
And in another table, I have some ranges filled into two columns, with a min column and max column, and a third column with a name, like so below.
0-10 Sally
11-20 Joe
21-30 Bob
31-40 Jane
Now how do I have the first table use the second table to evaluate a number to determine which range it fits into so that it can show me the name in the first table?
23 Bob
31 Jane
6 Sally
18 Joe
I'm OK with formulas prior to this need, but now I am totally lost. I don't know if I am supposed to use rollups, lookups, linked tables or what. I've never linked tables before and I need a guru to translate my need into something that gives me a clue on what to try. 1st time here on this forum.
It's like I want to say "see which range my number fits into and display the name for me".
My actual real-life problem is of a larger scale where I have close to a hundred ranges, not four like I have in my example.
Thanks, -Andy