Require a location address
A mandatory Location column, in aisle-bay-level format (e.g. A-03-2). No more "back left corner": the student learns addressing, which is the heart of any WMS.
Data validation (Excel) to enforce the format:
Données > Validation des données > Personnalisé =ET(NBCAR(B2)=6; STXT(B2;2;1)="-"; STXT(B2;5;1)="-")
Rejects any entry that isn't letter-digits-digit. Adjust the positions to your own coding scheme.