A family of Microsoft relational database management systems designed for ease of use.
Access is not a spreadsheet. You are taking the wrong approach here. If you have multiple records in your Excel table that apply to the same person, then you have a 1 to many relationship. This means you need to create at least 2 tables in Access. A parent table to contain the data that is common to all records, with one record per ID, and a child table with the info that may be different, the many side with the ID as a foreign key to link the 2 together.