what info are you going to input?
i'll assume its a state and a town/city and you want the % then
=INDEX(INDEX(Sheet1!$A$4:$BW$170,,MATCH($B$1,Sheet1!$A$1:$BW$1,0)+1),MATCH(C1,INDEX(Sheet1!$A$4:$BW$170,,MATCH($B$1,Sheet1!$A$1:$BW$1,0)-1),0))
where b1 has a state name and c1 has a name of a town/city in that state
Bookmarks