I have a data set that consists of 3 fields: store number, ID, and name such as below:

The issue I have is that every "Name" under "Store 2" does not have a middle name, which is what I need to keep the data consistent. The ideal outcome would look as such:

Is there a way I can apply the following logic:
If the ID field for Store 1 = the ID field for Store 2,
Then the Name for Store 2 = the Name for Store 1,
Else the Name for Store 2 remains as is
Any help would be greatly appreciated!
Thanks!