A1 will fall within a range in my sample data. What's the best way to search a range for A1 to output the D cell number into E1 please?
A1
E1
Example 1:
Example 2:
Use the following INDEX/MATCH:
=INDEX(D:D,MATCH(A2,C:C,-1))