I have a list of 3 columns to be used as a lookup range.
I need the result in the 3rd column according to the first and second columns.
Example: For the 6 sets of data as follows:
6,2,180
6,2.5,210
6,3,240
8,3,210
8,3.5,265
8,4,315
Results needed for random inputs:
Input 8,3-->210
Input 6,2-->180
Input 8,3.5-->265
Input 6,3-->240
Any ideas?
I need the result in the 3rd column according to the first and second columns.
Example: For the 6 sets of data as follows:
6,2,180
6,2.5,210
6,3,240
8,3,210
8,3.5,265
8,4,315
Results needed for random inputs:
Input 8,3-->210
Input 6,2-->180
Input 8,3.5-->265
Input 6,3-->240
Any ideas?