Firstly, your the range named Divisions is not defined.
Select col E and F and type "Divisions" (no quotes) in the space left of the formula bar
Quote:
If A1 matches E1, I need it to insert F1 into B
|
In your exxample col A contains precinct values not values from col E
Is that what you want need ?
If so, try
Code:
=INDEX($E$2:$E$200,MATCH(A2,$F$2:$F$200,0),0)