I have a big table where one column contains a formula each row (an array formula, to be specific), which returns with a string. But some of the formulas are overwritten with a similar string value.
I would like to create a conditional formatting to color the cells which are overwritten.
How can I create a formula to determine if the cell contains an array formula or a simple text value?
I have already tried =CELL("type", A2), but it returned "l" even if the cell contained a formula.