Alright, so what I'm trying to do is have Excel append multiple custom Error Text in one cell, if there are more than 1 errors.
So here's an example. I want all this code parsed within one cell. We'll call it A10
=IF(AE1="OK","","ERROR 1")
=IF(AE3="OK","","ERROR 2")...