M
Mike
Want to know if there is a function to do what I need. I
have a simple table.
1000 1999 $20
2000 2999 $30
3000 3999 $40
So I want to lookup a number. If it is in the first range
(1000-1999) then return a value of $20, and so forth. I
know how to do this with multiple if then statements, but
can only go 7 levels. This is a simplified example. I
figured there has to be an easier way with a function to
look this up. Any ideas? Thanks.
have a simple table.
1000 1999 $20
2000 2999 $30
3000 3999 $40
So I want to lookup a number. If it is in the first range
(1000-1999) then return a value of $20, and so forth. I
know how to do this with multiple if then statements, but
can only go 7 levels. This is a simplified example. I
figured there has to be an easier way with a function to
look this up. Any ideas? Thanks.