Hello,
I am currently using the below formula:
=INDEX($B$40:$B$404,MATCH($B$5&$B$11,$C$40:$C$404&$D$40:$D$404,0),1)
I am matching b5 & b11 from cascading dependant drop down lists.
It works to return the first value I need in column B, but when I copy it down it still returns the same value...