IMHO your design is totally wrong. This is Excel not a relational database design. I think your database for a one time survey should look something like:
tblQuestionAppliesToCountry discribes which answers apply to a country. You can generate records to the tblAnswer initially based on the...