Table lookup problem

G

Graham

I have an array as shown below. The given values are the column headings ie
1,2 3, 4, or 5 and one of the values in the array. eg 2.1 in column 3 would
return the value of 200 in the left hand column.

1 2 3 4 5

0 1.9 1.7 1.5 1.3 1.1
50 2.1 1.9 1.6 1.4 1.2
100 2.3 2.1 1.8 1.5 1.3
150 2.5 2.2 1.9 1.7 1.5
200 2.7 2.4 2.1 1.8 1.6
250 2.9 2.6 2.2 1.9 1.7
300 3.1 2.8 2.4 2.1 1.8
350 3.3 2.9 2.5 2.2 1.9


I have tried various index and lookup options but no luck so far. I would be
grateful for any help.

Kind Regards
Graham Haughs
Turriff Scotland
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top