I have a table of data:
Nom. Min. Max. Part #
0.25 300 580 25L177
0.25 300 800 25M177
0.50 750 1800 50L177
0.50 1000 2750 50M177
I want the user to be able to plug in 2 values:
Nom. 0.25
Load 600
I want a cell that will spit out the value in column 4 that looks up the value in column 1 (0.25) then finds the appropriate range using columns 2 and 3 (300 800) and returns the part number (25M177)
Vlookup only returns the first instance of 0.25 and doesnt allow me to use a range found in two seperate columns. Is there a way to do this? I have looked up various VB codes to help but have found nothing that works.
Bookmarks