Try this-
=INDEX($F$27:$F$40,COLUMN(A$1))
It will automatically increase the row number when you drag and across right.
If the country name is the same for both places then you can use the INDEX()/MATCH() combination.
=INDEX($F$27:$F$40,MATCH(B$1,$B$27:$B$40,0))