I am trying to pull a value from a data pile based on text value and quantity range. Using Index I can use Match to find the correct row but i cannot seem to find a way to get the correct column.
=INDEX(A1:D4,MATCH(G2,A:A,0),[match(H2,1:1,1)])
== .7 in Value column below
I am just getting errors for finding anything that belongs in the Value column