I found a clean way to make this work:
IF(ARRAYUNIQUE(values) = “Done”, “Complete”,"")
If all of the ROLLUP values are “Done” then it will spit out “Complete”. If it’s not all done, then it will be blank.
Thanks again @Matt_Bush. This solution came a...