I would like to use a function to reference my INPUT against the appropriate values from the left-hand columns and return the appropriate OUTPUT using the values in the right-hand columns.
In the screenshot, I'm using the INPUT of "1200" in cell G7. I'd like to enter the function to lookup "1200" in cells A2:A8 and return a value of "3/0" from the range C2:C8.
Examples of what I'd like to see:
INPUT: 1200, OUTPUT: 3/0
INPUT: 3, OUTPUT: 8
INPUT: 4/0, OUTPUT: 2
I can enter a function to perform what I want for one specific instance, but I'm lost when it comes to programming this function to work with all instances in my table.
*Note: In the examples, I'm only using the columns "Copper-IN" and "Copper-OUT".