natajime80
Chemical
- Mar 10, 2006
- 3
Hello:
I have a program that will give me a calculated value , and a table that lists nominal values vs. size. I need the ability to take my calculated value and find the appropiate size. However the LOOKUP function will give me the next smallest value, and what I need is the next higher..
I'll try to illustrate my question with a made up example:
Calc value= 2.5
Nominal Value Size
1 A
2 B
3 C
4 D
Right now with LOOKUP it will give a size of B, but what I need is a size C.
I hope somebeody can give me a hint in the right direction.
I have a program that will give me a calculated value , and a table that lists nominal values vs. size. I need the ability to take my calculated value and find the appropiate size. However the LOOKUP function will give me the next smallest value, and what I need is the next higher..
I'll try to illustrate my question with a made up example:
Calc value= 2.5
Nominal Value Size
1 A
2 B
3 C
4 D
Right now with LOOKUP it will give a size of B, but what I need is a size C.
I hope somebeody can give me a hint in the right direction.