This document presents a new method called the Matrix Ones Interval Linear Assignment Method (MOILA) for solving assignment problems with interval costs. It begins with definitions of assignment problems and interval analysis concepts. Then it describes the existing Hungarian method and provides an example solved using both Hungarian and MOILA. MOILA involves creating ones in the assignment matrix and making assignments based on the ones. The document outlines algorithms for MOILA as well as extensions to unbalanced and interval assignment problems. It provides an example of applying MOILA to solve a balanced interval assignment problem and compares the solutions to Hungarian. The document introduces MOILA as a systematic alternative to Hungarian for solving a variety of assignment problem types.