Hi,
On your voters sheet, insert a new column E and populate with this formula
=IF(MOD(C2,2),"O","E")
copy down.
Then use in F2
This is an array formula and must be confirmed with Ctrl-Shift-Enter. Adjust ranges to suit.![]()
=INDEX(Streets!$E$1:$E$1000,MATCH(1,(--(Streets!$A$1:$A$1000=D2)*(Streets!$B$1:$B$1000<=C2)*(Streets!$C$1:$C$1000>=C2)*(IF(Streets!$D$1:$D$1000="B",1,(Streets!$D$1:$D$1000=E2)))),0))
Then copy down.
see attached for working example.
Bookmarks