public function performTypeAnalysis() {
        if (!$this->cells['type']->v) return;
        if ($this->cells['type']->v == 'ALL') {
            $this->cells['type']->setWarning();
        }