Hi
I am having a bit of a brain fart!
I have the following formula
=IF(MIN(AsBuiltWorkPaper[QTY])=0,"Error","OK")
AsBuiltWorkPaper[QTY] is a column in an Excel table, and I am trying to amend the above formula with an OR to also return "Error" if any cell in the column is blank.
I have...