Your data is not normalized. You have the questions at the top with columns of potential answers. Look at this link on data normalization
Fundamentals of Relational Database Design
In order to input your data, you will need to have your field names at the top of your table with no blank rows between your field names and your records. You have a large scale normalization task ahead of you given the current file structure.
Bookmarks