I feel silly... for some reason if the first cell is populated, my formula cell turns blank. If the other cells are populated, the formula works as expected. Ultimately I want to look at 5 different cells, if they're blank, I want "Unassigned" returned. If any of them have text, I want "Assigned" returned. What am I doing wrong? :/
=IF(ISBLANK([Explore Financial - Assigned To]1), (IF(ISBLANK([Explore Operations - Assigned To]1), (IF(ISBLANK([Explore Market Updates - Assigned To]1), "Unassigned", "Assigned")))))