Thread: looking up
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Eric Eric is offline
external usenet poster
 
Posts: 1,670
Default looking up

Hello all,
I am trying to get a look up or a macro to do the following:
% with in Limit
tests 100 99 98 97 96 95 ..........
1 0.1 0.2 0.3 0.4 0.5 0.6
2 0.8 1.0 1.1 1.2 1.3 1.4
3 1.5 1.6 1.7 2.0 2.2 2.3
4 2.1 2.2 2.3 2.4 2.5 2.6
5 3.1 3.2 3.3 3.4 3.5 3.6

what I need is to look up the test number then find a number in that row and
give me the % winth in limit on top of that row.
IE:
test #3 Number to find: 1.7 return value of 98

I hope this makes sense. If not I'm sorry