I have a 3-D (i think)lookup table that i need to extract results from. It looks something like this:
NETWORK
SERVER 10K 20K 30K 40K 50K 60K 70K
100 25 30 35 40 45 50 55
200 26 31 36 41 46 51 56
300 28 33 38 43 47 53 57
My reference data is as follows:
Network SERVER
1436 123
What i am trying to do is lookup 1436 in the horizontal plane(NETWORK) and then lookup 123 in the SERVER column and find the intersected data which in this case would be 25 (rounding down). I have not had any luck with nesting functions. All i get is errors. Could someone point me in the right direction here or atleast to an article on nesting that might help. Greatly appreciated.
Wax
NETWORK
SERVER 10K 20K 30K 40K 50K 60K 70K
100 25 30 35 40 45 50 55
200 26 31 36 41 46 51 56
300 28 33 38 43 47 53 57
My reference data is as follows:
Network SERVER
1436 123
What i am trying to do is lookup 1436 in the horizontal plane(NETWORK) and then lookup 123 in the SERVER column and find the intersected data which in this case would be 25 (rounding down). I have not had any luck with nesting functions. All i get is errors. Could someone point me in the right direction here or atleast to an article on nesting that might help. Greatly appreciated.
Wax